version 3.5.0
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 totoml.hpp
(#114)