iso8583 – Change Log

1.0.2 - 2020-01-11

  • Optional proprietary header can now be parsed using standard field settings
  • Documentation improvements

1.0.1 - 2019-11-11

  • iso8583.decode and iso8583.decode now return a tuple
  • iso8583.decode returns a tuple of decoded dict instance and encoded dict instance
  • iso8583.encode returns a tuple of encoded bytes instance and encoded dict instance
  • Encoded and decoded dict instance keys are now all strings
  • Specification keys are now all strings

1.0.0 - 2019-11-04

Initial release.