Skip to content

Releases: pelletier/go-toml

v0.3.1

02 Dec 08:59
Compare
Choose a tag to compare

Fixed Bugs

  • Don't crash when assigning a group array to an existing array a6c6ad1
  • Return a sensible error when using an empty key fa1c2ab
  • Improve checking during numbers parsing (especially the use of _ in number literals) 6d743bb

v0.3.0

03 Nov 15:40
Compare
Choose a tag to compare

What's new

  • Support for TOML 0.4.0!

v0.2.1

15 Oct 14:43
Compare
Choose a tag to compare

What's new

  • Revised error reporting. #19
  • Positions support. #21
  • Powerful querying interface #23

Fixed bugs

  • Nested table arrays were broken #20