Skip to content

Releases: moov-io/iso8583

Release v0.3.0

02 Jun 13:11
51d7fea
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release
Merge pull request #54 from moov-io/renovate/all

Update module github.com/stretchr/testify to v1.7.0

New version of the ISO8583 package.

13 Mar 13:07
f2a23ea
Compare
Choose a tag to compare

Here are some goals we wanted to achieve.

  • It is more explicit with spec definitions and uses Go types instead of text or tags:
    • provides type checking
    • code completion
    • better readability
  • It uses interfaces for low-level building blocks like encoding, padding, etc.:
  • It makes it possible to add new implementations of encodings, etc., easily.
  • It supports composable fields and higher-level abstractions like bitmaps, date fields, amount fields, etc.

v0.0.1

05 Nov 07:31
3329bfe
Compare
Choose a tag to compare
Merge pull request #18 from moov-io/renovate/all

chore(deps): update module golang.org/x/text to v0.3.3