Skip to content

Releases: ianlopshire/go-fixedwidth

fixedwidth v0.2.1

27 Feb 22:49
Compare
Choose a tag to compare

Bug fixes

  • When an object implements encoding.TextUnmarshaler the decoder now trims leading and trailing space before passing data to UnmarshaleText()
  • 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

17 Nov 22:00
0ecad0c
Compare
Choose a tag to compare

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

15 Nov 23:37
Compare
Choose a tag to compare

Initial release

  • Support for decoding into structs
  • Support for decoding from a streamed input (io.Reader)
  • 75.3% test coverage