go-toml v0.4.0 Release Notes

Release Date: 2016-12-03 // over 7 years ago
  • 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