Skip to content

1.6.0

Compare
Choose a tag to compare
@stephenberry stephenberry released this 16 Nov 14:12
· 1368 commits to main since this release

Improvements

  • Support for writing unsized ranges (@justend29)
  • Support for reading/writing any key types in maps (@justend29)
    • Keys can now be complex objects {"{\"field1\":-1}":"value"}
  • Binary BEVE format now supports std::set and std::unordered_set (@stephenberry)

Fixes

  • Minimum signed integers are now properly read/written (@stephenberry)
  • Fixed variant tags being rejected when the last entry in an object (@justend29)
  • Fixed get_if member function of mutable glz::json_t (@Clyraz)
  • Fixed issue with BEVE binary always reading bools as true (@dabader)
  • Other minor fixes