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 (4824f12)
- Fix double quote in unicode escape (#288)
- Fix negative zero roundtrip (double only) (#289)
- Remove an invalid Document::ParseInsitu() API (e7f1c6d)
- Remove dead branches and add more unit tests for coverage
- Standardize behavior of
memcpy()
andmalloc()
(0c5c153, #305, 0e8bbe5) - Add version macros (#311)