Skip to content

version 3.5.0

Compare
Choose a tag to compare
@ToruNiina ToruNiina released this 19 Jul 10:56
· 336 commits to master since this release

Added

  • support conversion from toml array into std::forward_list
  • cut out the need of default constructor when converting a toml value into a user-defined struct (#108)
  • remove TOML11_UNRELEASED_FEATURES because all of them are released in v1.0.0-rc1
  • parse nanoseconds in date-time types (Scott McCaskill) (#117)
  • accept std::filesystem::path in C++17 (#113)
  • add TOML11_VERSION_(MAJOR|MINOR|PATCH) macros to toml.hpp (#114)

Fixed