Skip to content

v2.12.0

Choose a tag to compare

@byroot byroot released this 23 May 15:10
· 247 commits to master since this release

What's Changed

  • Improve floating point generation to not use scientific notation as much.
  • Include line and column in parser errors. Both in the message and as exception attributes.
  • Handle non-string hash keys with broken to_s implementations.
  • JSON.generate now uses SSE2 (x86) or NEON (arm64) instructions when available to escape strings.

Full Changelog: v2.11.3...v2.12.0