Fixes:
- fixed null pointer dereference in parser when exceptions are disabled (#169) (@ncaklovic)
- fixed spurious warnings in MSVC 19.34
- fixed
toml::parse_file()on windows for non-ASCII paths - fixed a spurious table redefinition error (#187) (@jorisvr)
- fixed UB edge-case in integer parsing (#188) (@jorisvr)
- fixed some build issues with Apple-flavoured Clang (#189) (@eddelbuettel)
Additions:
- added
toml::format_flags::terse_key_value_pairs - added
TOML_ENABLE_FLOAT16config (#178) (@Scrumplex)
Removals:
- removed automatic detection of
_Float16(you must explicitly setTOML_ENABLE_FLOAT16to enable it) (#186) (@benthetechguy)
Build system:
- re-wrote the meson scripts to fix a number of issues (#185, #186) (@Tachi107, @benthetechguy)
- increased the minimum required meson version to
0.61.0