Skip to content

Bump jason from 1.3.0 to 1.4.0

Dependabot Zahir's Email requested to merge dependabot-hex-jason-1.4.0 into master

Bumps jason from 1.3.0 to 1.4.0.

Release notes

Sourced from jason's releases.

v1.4.0

Enhancements

  • Use the :erlang.float_to_binary(_, [:short]) function, instead of io_lib_format.fwrite_g/1 where available (OTP 24.1+). This provides equivalent output with much less memory used and significantly improved performance.
Changelog

Sourced from jason's changelog.

1.4.0 (12.09.2022)

Enhancements

  • Use the :erlang.float_to_binary(_, [:short]) function, instead of io_lib_format.fwrite_g/1 where available (OTP 24.1+). This provides equivalent output with much less memory used and significantly improved performance.
Commits

Merge request reports