Skip to content

Releases: jattento/go-iso8583

v1.1.2

23 Feb 16:50
e453cbc
Compare
Choose a tag to compare
  • Check compatibility for up to go 1.19
  • Delete unsed travis ci files
  • Update github workflows
  • Update readme

v1.1.1

28 Oct 22:59
680e09b
Compare
Choose a tag to compare
  • Add a default of 64 value for bitmaps length, the value is assumed if no length is indicated.

v1.1.0

28 Oct 04:21
1293e63
Compare
Choose a tag to compare
  • Replace suport to go native types (as fields) with the new field types binary, llbinary and lllbinary.
  • Add new input validation to bitmap type.
  • Add MasterCard ISO87 struct template.
  • Add more documentation, now all exported elements are documentated.

v1.0.1

26 Oct 03:44
7ac888e
Compare
Choose a tag to compare

Marshaler

17 Aug 02:02
Compare
Choose a tag to compare
  • Add ISO-8583 Marshal and Unmarshal.