Skip to content

v0.23.0

Choose a tag to compare

@liuzicheng1987 liuzicheng1987 released this 01 Jan 12:31
· 46 commits to main since this release
  • 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