Added
- Enable to get
toml::source_location
fromtoml::syntax_error
andtoml::type_error
(#87) - Allow heterogeneous array when
TOML11_UNRELEASED_TOML_FEATURES
is defined (toml-lang/toml #656) - Add
toml::basic_value::operator[]
- Colorize error messages if
TOML11_COLORIZE_ERROR_MESSAGE
is defined
Fixed
- Check the input file is null-terminated (#88)
- Fix macro to check
localtime_r
is available (#92, @blockparty-sh) - Suppress unused variable warning in release mode (#94, @blockparty-sh)
- Suppress warning about a workaround for intel compiler (@kenichiice)
- Fix offset datetime conversion; consider DST (#90)