Skip to content

Valijson v1.0

Compare
Choose a tag to compare
@tristanpenman tristanpenman released this 01 Nov 08:41
· 87 commits to master since this release

Here it is - the v1.0 release of Valijson 🎉

This library has been stable for several years now, and is now used in various open source projects, including winget-cli and openscreen.

Recent fixes include:

  • Transition to using submodules for vendored-in parser libraries
  • Fixes for the implementation of YamlCppObject::find()
  • Use the correct version of std::string::replace in the extractReferenceToken helper function
  • Avoid throwing exceptions when using operator new in the CustomAllocator class