New
v1.0.0
This is the final v1.0.0 release of RapidJSON.
After the v1.0-beta, a lot of efforts have been put to make RapidJSON 100% line-of-code covered by the unit tests.
Major changes since v1.0-beta
- Fixed a bug in trimming long number sequence (4824f12efbf01af72b8cb6fc96fae7b097b73015)
- Fix double quote in unicode escape (#288)
- Fix negative zero roundtrip (double only) (#289)
- Remove an invalid Document::ParseInsitu() API (e7f1c6dd08b522cfcf9aed58a333bd9a0c0ccbeb)
- Remove dead branches and add more unit tests for coverage
- Standardize behavior of
memcpy()andmalloc()(0c5c1538dcfc7f160e5a4aa208ddf092c787be5a, #305, 0e8bbe5e3ef375e7f052f556878be0bd79e9062d) - Add version macros (#311)