go-toml v1.1.0 Release Notes

Release Date: 2018-01-18 // over 6 years ago
  • What's new

    • Comment annotation for Marshal #185
    • ๐Ÿ‘Œ Support single-quoted keys #193
    • โž• Add Encoder / Decoder capabilities #192
    • Encode can encode arrays on multiple lines #203
    • ๐Ÿ‘Œ Support for hexadecimal, octal, and binary literals #205
    • Unmarshal into custom number types and check for overflows #209
    • ๐Ÿ‘Œ Support for special float values (inf and nan) #210

    ๐Ÿ›  Fixed Bugs

    • Unmarshal should report a type mismatch as an error #196
    • Actually show the error message from an Error token #208

    All changes: v1.0.1...v1.1.0