go-toml v1.0.0 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“‡ Renamed TomlTree to Tree. #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 a Tree 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 and tomll now emit empty tables to match the TOML specification. #169

    All changes: v0.5.0...v1.0.0