Releases: dogmatiq/dapper
Releases · dogmatiq/dapper
Version 0.4.1
Added
- Add
DefaultPrinter
, the printer used byWrite()
,Format()
andPrint()
Version 0.4.0
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()
Fixed
Version 0.3.5
Version 0.3.4
Version 0.3.3
- Render
reflect.Type
names when obtained from unexported struct fields
Version 0.3.2
Version 0.3.1
- Bumped to Iago v0.3.0
Version 0.3.0
- Added support for filters, allowing custom rendering on a per-value basis
- Added a built-in filter for
reflect.Type
- Fixed a bug whereby IO errors were not propagated to the caller
Version 0.2.0
- Added
Print()
, which prints directly toos.Stdout
- Fixed support for formatting of structs with unexported fields
Version 0.1.1
- Use Iago for indentation, etc