Skip to content

Releases: ianlopshire/go-fixedwidth

fixedwidth v0.5.0

11 Oct 22:03
ceb11e2
Compare
Choose a tag to compare

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

07 Oct 16:35
3f7c898
Compare
Choose a tag to compare

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

30 Aug 16:58
bff6c2d
Compare
Choose a tag to compare

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

27 Aug 14:47
92aa187
Compare
Choose a tag to compare

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

26 Aug 03:10
37aafdf
Compare
Choose a tag to compare

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

23 Aug 20:55
918824e
Compare
Choose a tag to compare

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

23 Aug 20:27
Compare
Choose a tag to compare

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

28 Jun 17:24
0326432
Compare
Choose a tag to compare

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

09 May 21:30
5ac6eb2
Compare
Choose a tag to compare

What's new since v0.2.0

  • #8 - Improved encoding performance by ~100%
  • Numerous bug fixes

fixedwidth v0.2.2

09 May 18:50
Compare
Choose a tag to compare

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.