Skip to content

v0.7.18

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 11:13
· 9 commits to refs/heads/series/2.x since this release
8062803

What's Changed

  • More efficient decoding of floating point numbers (#1305) @plokhotnyuk
  • Fix decoding invalid JSON values as NaN and Infinity values of doubles and floats (#1304) @plokhotnyuk
  • Fix returning of wrong value or throwing of exceptions during decoding of floating point numbers with extreme exponents (#1303) @plokhotnyuk
  • Use 256-bit limitation for mantissa length when parsing floating point numbers (#1302) @plokhotnyuk