Skip to content

Releases: pelletier/go-toml

v0.3.3

20 Feb 12:21

Choose a tag to compare

Fixed Bugs

  • Fix support for CRLF line endings (Windows). #51 2df0835

v0.3.2

31 Jan 16:25

Choose a tag to compare

What's new

  • The interface now accepts any type implementing io.Reader: toml.LoadReader(reader io.Reader). The usual entry point toml.Load is still accepting a string in order not to break compatibility. #47 f963bc3

Fixed Bugs

  • Fix formatting of some error messages raised when using matching. 8176e30

v0.3.1

02 Dec 08:59

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

Choose a tag to compare

What's new

  • Support for TOML 0.4.0!

v0.2.1

15 Oct 14:43

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