What's Changed
- Use memory pool to drastically reduce the number of dynamic memory allocations
- Support modern CMake and therefore package managers (vcpkg)
- Allow external allocator for export_json_schema() by @tribal-tec in #38
- The value of Flags::DisallowUnknownKey should be 0x10(16), not 0x16(22). by @syoyo in #46
- add rapidjson.tgz, rapidjson*/ to .gitignore by @seker in #48
- just make it running(look like mast not work on non ascii code) by @ShadowTeolog in #49
- support max depth check and max leaves check. by @savagecm in #51
New Contributors
- @tribal-tec made their first contribution in #38
- @syoyo made their first contribution in #46
- @seker made their first contribution in #48
- @ShadowTeolog made their first contribution in #49
- @savagecm made their first contribution in #51
Full Changelog: 0.6.1...v1.0.0