Skip to content

Releases: ianlopshire/go-fixedwidth

fixedwidth v0.10.0

08 Feb 23:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.10.0

fixedwidth v0.9.5

17 Aug 14:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

fixedwidth v0.9.4

20 May 03:23
Compare
Choose a tag to compare

What's Changed

  • Fix potential bug handling invalid codepoints @knl in #56

Full Changelog: v0.9.3...v0.9.4

fixedwidth v0.9.3

06 Oct 19:32
Compare
Choose a tag to compare

What's new since v0.9.2

  • #50 - Correct LF and CR labels
  • #51 - Add fuzzing to test suite and fix related bugs

Contributors

A big thanks to the contributor(s) to this release: @knl

Full Changelog: v0.9.2...v0.9.3

fixedwidth v0.9.2

13 Jun 14:57
2a77f58
Compare
Choose a tag to compare

What's new since v0.9.1

  • #48 - Fix incorrect error for very long lines

fixedwidth v0.9.1

13 Jan 22:34
Compare
Choose a tag to compare

What's new since v0.9.0

  • #46 - Encoder performance improvements

fixedwidth v0.9.0

11 Jan 16:21
Compare
Choose a tag to compare

What's new since v0.8.0

  • #44 - Update automated tests to run on newer Go versions
  • #45 - Add multibyte character support to encoder

fixedwidth v0.8.0

05 Jan 21:31
f234453
Compare
Choose a tag to compare

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

06 Apr 22:36
54451b9
Compare
Choose a tag to compare

What's new since v0.6.0

  • #37 - Add support for configurable formatting via struct tags

fixedwidth v0.6.0

10 Dec 16:53
7b141ba
Compare
Choose a tag to compare

What's new since v0.5.0

  • #31 - Support for configurable line terminators on the decoder.

Contributors

A big thanks to the contributor(s) to this release: @LeonB.