Releases: ianlopshire/go-fixedwidth
Releases · ianlopshire/go-fixedwidth
fixedwidth v0.10.0
What's Changed
- Correctly update and trim codepoint indices after trimming data by @sidkurella in #62
- Add
none
formatting option by @ianlopshire in #64
New Contributors
- @sidkurella made their first contribution in #62
Full Changelog: v0.9.5...v0.10.0
fixedwidth v0.9.5
What's Changed
- Fix encoder panic when last value is empty by @ianlopshire in #59
Full Changelog: v0.9.4...v0.9.5
fixedwidth v0.9.4
What's Changed
Full Changelog: v0.9.3...v0.9.4
fixedwidth v0.9.3
What's new since v0.9.2
Contributors
A big thanks to the contributor(s) to this release: @knl
Full Changelog: v0.9.2...v0.9.3
fixedwidth v0.9.2
What's new since v0.9.1
- #48 - Fix incorrect error for very long lines
fixedwidth v0.9.1
What's new since v0.9.0
- #46 - Encoder performance improvements
fixedwidth v0.9.0
fixedwidth v0.8.0
What's new since v0.7.0
- #40 - Support for encoding and decoding unsigned integerts
- #42 - Support for encoding and decoding bools
Contributors
A big thanks to the contributor(s) to this release: @zorchenhimer and @werber.
fixedwidth v0.7.0
What's new since v0.6.0
- #37 - Add support for configurable formatting via struct tags