Releases: moov-io/iso8583
Releases · moov-io/iso8583
Release v0.18.2
vertical align multi line byte blocks (#240)
Release v0.18.1
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
What's Changed
Full Changelog: v0.16.1...v0.18.0
Release v0.17.0
What's Changed
Full Changelog: v0.16.0...v0.17.0
Release v0.16.1
use length of the field value for prefixer, not length of encoded dat…
Release v0.16.0
What's Changed
- add support of the Composite fields with private bitmaps by @FacundoMora in #229
- add sample codes for vsdc chip data by @mfdeveloper508 in #206
- fix of the length check by @jerome-laforge in #225
- fix typo by @SDTakeuchi in #226
New Contributors
- @jerome-laforge made their first contribution in #225
- @SDTakeuchi made their first contribution in #226
Full Changelog: v0.15.3...v0.16.0
Release v0.15.3
Release v0.15.2
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 forDecode
method to all encodings - assigned encodings like ASCII, Binary to specific type values, not
Encoding
interface
Release v0.15.1
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
Changes
- binary prefixes were added
- experimental emv package was added
thank you @FacundoMora @mfdeveloper508 @adamdecaf for your contributions and help!