What's Changed
- Add minify method to complement prettify method by @BowDown097 in #713
- Added opts to exception based json file write. by @isaki in #717
- Support for std::vector<std::pair reading + ranges doc by @stephenberry in #724
Added
concatentateto glz::opts, to turn off std::pair concatenation in ranges and array like types when desired. Default behavior will concatenate ranges of pairs as single JSON objects just as before.
- Multi-threading fix for reflection for GCC and Clang by @stephenberry in #727
MSVC is currently broken when it comes to
static thread_local constinit, so there are dangers of using reflection with MSVC in multi-threaded contexts.
New Contributors
- @BowDown097 made their first contribution in #713
- @isaki made their first contribution in #717
Full Changelog: v2.0.6...v2.0.7