Skip to content

v1.0.0

Compare
Choose a tag to compare
@pelletier pelletier released this 31 May 01:52
· 192 commits to master since this release

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