go-toml v0.5.0 Release Notes

Release Date: 2017-03-08 // about 7 years ago
  • What's new

    • TomlTree.ToString() now returns an error instead of panicking. #117
    • Overhauled TOML encoding logic, more robust and stable. #133
    • ๐Ÿ†• New TomlTree.WriteTo(io.Writer) (int64, error) method. It encodes a tree to TOML and writes it to the given Writer. #133
    • ๐Ÿ‘ Go 1.8 support. #129

    ๐Ÿ›  Fixed Bugs

    • ๐Ÿ›  Fix bug that produced an error when a comment is after a value. #122
    • ๐Ÿ›  Fix syntax errors in the documentation. #126
    • ๐Ÿ›  Fix compatibility with go-buffruneio v0.2.0. #131

    All changes: v0.4.0...v0.5.0