Skip to content

Release 0.177.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 16 Aug 15:38
· 527 commits to master since this release

Changes

  • Removed deprecated functions and type names identified in #487

  • Reduced the size of some initial json_parser allocations to help with #531

Defect fixes

  • Fixed #528

  • Fixed #530 by making jmespath_expression::evaluate const

  • Fixed #488 related to some standard libraries that don't support strings with stateful allocators.

  • Fixed issue identified in PR #532 with basic_json::compare function