- Optional proprietary header can now be parsed using standard field settings
- Documentation improvements
- 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
Initial release.