Improvements
- glz::custom support for error_on_missing_keys and nullable fields by @stephenberry in #1710
- Using the
error_on_missing_keysoption will now allow nullable types (e.g. std::optional) to be excluded even when wrapped inglz::custom, like they work generally. Unlessskip_null_members = false, as before.
- Using the
- Support for member functions with the cli_menu in #1694
- Make value_proxy format agnostic in #1707
Fixes
- Remove duplicate version_t in #1696
- Fix GLZ_ALWAYS_INLINE for clang-cl: use attribute((always_inline)) instead of [[msvc::forceinline]] by @annihilatorq in #1702
Full Changelog: v5.1.0...v5.1.1