Skip to content

Releases: moov-io/iso8583

Release v0.18.2

21 Jun 15:05
5b24f23
Compare
Choose a tag to compare
Release v0.18.2 Pre-release
Pre-release
vertical align multi line byte blocks (#240)

Release v0.18.1

07 Jun 12:52
ba8b8b3
Compare
Choose a tag to compare
Release v0.18.1 Pre-release
Pre-release
Encoding.ascii tlv tag (#236)

* add encoding.AsciiTLVTag

* remove blank line

* add encoding.AsciiTLVTag

* add encoding.AsciiTLVTag

* add encoding.AsciiTLVTag

* add encoding.AsciiTLVTag

* add unit tests

* use require instead of assert

* don't add new encoding, define the prefixer for unknown tags

* fix ineffectual assignment to maxLen (ineffassign)

* by default, we use BER-TVL prefix

* only one test

* fix doc

Release v0.18.0

07 Jun 09:17
f600fa5
Compare
Choose a tag to compare

What's Changed

  • Display composite field subfields in iso8583.Describe by @alovak in #237

Full Changelog: v0.16.1...v0.18.0

Release v0.17.0

26 May 11:39
fb3b4df
Compare
Choose a tag to compare

What's Changed

  • fix: use length of the field value for prefixer, not length of encoded data by @alovak in #227

Full Changelog: v0.16.0...v0.17.0

Release v0.16.1

26 May 11:37
fb3b4df
Compare
Choose a tag to compare
Release v0.16.1 Pre-release
Pre-release
use length of the field value for prefixer, not length of encoded dat…

Release v0.16.0

10 May 12:55
0a8cb89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.3...v0.16.0

Release v0.15.3

23 Mar 15:06
bd45714
Compare
Choose a tag to compare

Changes

  • Add flag to skip unexpected TLV tags (#219)

Thank you @milandaji for the contributions! ❤️

Release v0.15.2

15 Mar 15:56
40aa5ef
Compare
Choose a tag to compare

Changes

  • check input values to avoid slice bounds out of range and similar (thanks @jerome-laforge for reporting issues)
  • add fuzz tests for message.Unpack and for Decode method to all encodings
  • assigned encodings like ASCII, Binary to specific type values, not Encoding interface

Release v0.15.1

24 Feb 19:00
d0cb610
Compare
Choose a tag to compare

Changes

  • allow to create bitmaps of arbitrary size

This change can potentially break your code if you create a bitmap field.NewBitmap(...) and you set the its Length different than 8. Please, read more about change here #211

Release v0.14.1

02 Feb 16:00
2365855
Compare
Choose a tag to compare

Changes

thank you @FacundoMora @mfdeveloper508 @adamdecaf for your contributions and help!