Skip to content

Releases: naoina/toml

v0.1.1

16 May 20:09
@fjl fjl
Compare
Choose a tag to compare
  • Support for encoding.TextUnmarshaler andencoding.TextMarshaler has been added.
  • The new UnmarshalerRec and MarshalerRec interfaces provide support for recursive decoding of tables and simple values.
  • Mapping of key names to struct fields (and vice versa) can be customized through the Config type.
  • Many other bugs and inconsistencies are resolved.