Version 0.4.0
Pre-release
Pre-release
Added
- Add
Config
to enscapsulate the configuration of aPrinter
Changed
- [BC] Change
DefaultIndent
fromstring
constant to[]byte
- [BC] The
Filter
function signature now accepts aConfig
andFilterPrinter
- Zero-value structs are now collapsed to
StructName{<zero>}
Removed
- [BC] Remove
Printer.Filters
,Indent
andRecursionMarker
- [BC] Remove
Value.TypeName()