Skip to content

v0.3.2

Compare
Choose a tag to compare
@pelletier pelletier released this 31 Jan 16:25
· 266 commits to master since this release

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