- Added rfl::DefaultVar
- Speed up the reflection process
- Make rfl::Literal default-constructible
- Fix missing "hours" when parsing std::chrono::duration (thanks, @gibbz00)
- Use non-throwing versions of jsoncons for CBOR and UBJSON (thanks, @Ian-Flury)
- Allow int64 to double conversion in rfl::Generic (thanks, @Curve)
- Removed unused variable warnings (thanks, @KostinPavel)
- Do not assume that std::string_view is null-terminated (thanks, @ActuallyaDeviloper)
- Improve bad access error message (thanks, @hos-b)
- Fix array declaration syntax in documentation (thanks, @HaydnTrigg )
- Fix target check for tomlplusplus (thanks, @HaydnTrigg)
- Add msgpackc to NAMES
- Refactor: Use concepts where appropriate