Releases: ianlopshire/go-fixedwidth
Releases · ianlopshire/go-fixedwidth
fixedwidth v0.2.1
Bug fixes
- When an object implements
encoding.TextUnmarshaler
the decoder now trims leading and trailing space before passing data toUnmarshaleText()
- Compatible builtin types now decode as expected when the source data is left or center padded
- Some documentation has been clarified and typos have been corrected
fixedwidth v0.2.0
What's new since v0.1.0
- Added support for encoding
Bug fixes
- All int types now decode as expected
- Decoding into pointers no longer panics
fixedwidth v0.1.0
Initial release
- Support for decoding into structs
- Support for decoding from a streamed input (
io.Reader
) - 75.3% test coverage