Added
- add a macro
TOML11_PRESERVE_COMMENTS_BY_DEFAULT
- add
find_or(value, key1, key2, ..., keyN, opt)
(#156) - add a macro
TOML11_DEFINE_CONVERSION_NON_INTRUSIVE
(#139)
Fixed
- show filename of an empty file in error messages (#161) (@founderio)
- suppress warnings by
-Wshadow
(#158) - fix uneven spacing between tables (#152)
Changed
- define precedence between conversion function and constructor in
toml::get/find
(#159)