Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@liuzicheng1987 liuzicheng1987 released this 16 Apr 00:25
· 16 commits to main since this release
a70b4ec
  • Allow rfl::Box to be copyable, when desired. Thanks to @jmcken8 for this contribution.
  • Change back to tomlplusplus as this library now has a config.cmake on vcpkg.
  • Serialize byte strings as binaries. Thanks to @Altren for this contribution.
  • Add support for std::chrono::duration.
  • Allow the extension of the enum range support. Thanks to @jokla for this contribution.
  • Bugfix in tags. Thanks to @seashell11234455 .
  • Move optionals instead of copying them. Thanks to @jmcken8.