Valijson v1.0
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 theextractReferenceToken
helper function - Avoid throwing exceptions when using
operator new
in theCustomAllocator
class