- Add CLI argument parser (thanks @Centimo)
- Add support for boost serialization (thanks @ron0studios)
- Add support for cereal
- Add support for yas
- Support std::chrono time points (thanks @ron0studios)
- Parse null into std::nullopt optionals (thanks @Fellfalla)
- Add support for non-ASCII characters (thanks @mrgyatso)
- Add DOxygen-style docstrings
- Custom reflector for enum types (thanks @FrancescoMerenda)
- Add multiline serialization in YAML (thanks @microdee)
- Add rfl::Deprecated (thanks @AndrewNolte)
- Fix msgpack missing parameter comments (thanks @index1207)
- Various bugfixes (thanks @Centimo)
- Fix Error function (thanks @Ra-LM)
- Add CMake option toggling for strict warnings (thanks @axel-dewalt)
- Add enum value descriptions to JSON schema (thanks @AndrewNolte)
- Compile-time error messages when user tries to insert XML into generics
- Bugfixes for Cap'n Proto (thanks @lixin-wei)
- Add default constructor to rfl::TaggedUnion
- Make sure negative are rejected when the type is unsigned