- support conversion into/from arbitrary types
- add
""_toml
literal - add
find_or
- fix
toml::format
for table not to make top-level table inline - fix format of duplicate sign in timezone
- fix add missing const specifier to a overload of
get
- fix overload resolution and type deduction of
get_or
- consider invalid utf-8 sequences as a syntax error
- remove deprecated
to_toml
- mark
get_or(table, key, fallback)
deprecated becausefind_or
is more clearget_or(value, fallback)
is not deprecated