v3.6.0
Reflection API formalization progress
Caution
The glz::reflect
API is under development and may evolve with time, albeit slowly.
We are beginning to formalize the core reflection API in Glaze. glz::refl
was renamed to glz::reflect
and the inline definition was removed.
Internal Improvements
- Removed duplicate glz::custom code by @stephenberry in #1324
- Moving skip_member to core/write for more general usage in #1329
- Reflection API changes in #1327
- Adding glz::flat_map in #1332
- Updated feature test macros in
glaze/core/feature_test
Full Changelog: v3.5.0...v3.6.0