Skip to content

v0.4.0

Compare
Choose a tag to compare
@pelletier pelletier released this 03 Dec 10:24
· 223 commits to master since this release

What's new

  • New tool: tomljson. It provides a CLI tool similar to tomll to read TOML files and output their JSON representation. #85
  • Queries now support \U notation. #88

Fixed Bugs

  • Fix ToMap conversion of arrays of tables. #83
  • Empty quoted keys "" are now valid. #97
  • Fix conversion of all numeric types. #102
  • Fix conversion of map[string][string] and map[interface{}]interface{}. #103
  • Fix incorrect wrapping of []*TomlTree in a TomlValue. #110
  • Fix output of ToString to allow re-parsing it. #111

All changes: v0.3.5...v0.4.0