v1.0.0
Breaking changes
- Renamed
TomlTree
toTree
. #159 - Query support moved to its own sub-package, with slight API changes. #152
What's new
- Reflection-based Marshaling / Unmarshaling. #149
- Use
String()
method when available when constructing aTree
from a map. #142 - Several performance improvements.
Fixed Bugs
- Support lower-case unicode sequences. #140
- Fix error message for
TestMissingFile
on Windows. #148 - Fix incorrect slice type in
TreeFromMap
. #145 WriteTo
andtomll
now emit empty tables to match the TOML specification. #169
All changes: v0.5.0...v1.0.0