- Support for
encoding.TextUnmarshaler
andencoding.TextMarshaler
has been added. - The new
UnmarshalerRec
andMarshalerRec
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.