Releases: ianlopshire/go-fixedwidth
Releases · ianlopshire/go-fixedwidth
fixedwidth v0.5.0
What's new since v0.4.6
- #1,#29 - Support for configurable line terminators.
- #30 - Migrated from CircleCI to GitHub Actions for automated testing.
Contributors
A big thanks to the contributor(s) to this release: @ernesto-jimenez.
fixedwidth v0.4.6
What's new since v0.4.5
- #26,#27 - Decoder optimizations.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.5
What's new since v0.4.4
- #25 - Added support for go modules.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.4
What's new since v0.4.3
- #22 - Optimized
Decoder
For ASCII only data.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.3
What's new since v0.4.2
- #19,#20,#21 - Optimized and simplified
Decoder
.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.2
What's new since v0.4.1
- #17 - Improved
Decoder
performance by caching encoders and setters.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.1
What's new since v0.4.0
- #16 - Improved
Decoder
performance by using cached struct specs.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.4.0
What's new since v0.3.0
- #10 - Support for decoding based on indices expressed in terms of codepoints instead of bytes.
Contributors
A big thanks to the contributor(s) to this release: @alex.
fixedwidth v0.3.0
What's new since v0.2.0
- #8 - Improved encoding performance by ~100%
- Numerous bug fixes
fixedwidth v0.2.2
Bug fixes
- #3 - Structs with 1 field of length 1 now unmarshal as expected.
- #6 - Decode now returns an
io.EOF
error when decoding into a struct and there is no data left to read.
Contributors
A big thanks to the contributor(s) to this release: @alex and @pallat.