Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@netheril96 netheril96 released this 27 Dec 12:37
· 2 commits to master since this release

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

Full Changelog: 0.6.1...v1.0.0