All Versions
7
Latest Version
Avg Release Cycle
47 days
Latest Release
-
Changelog History
Changelog History
-
v0.7.0 Changes
- ๐ Use Go 1.17.
-
v0.6.0 Changes
- ๐ Use Go 1.16.
-
v0.5.0 Changes
July 06, 2020- โ Add support for Egypt iban.
- ๐ Use Go 1.14.
-
v0.4.0 Changes
January 05, 2020- ๐ Fix Costa Rica iban.
- โ Add support for Ukraine iban.
- โ Add support for Seychelles iban.
- โ Add support for Saint Lucia iban.
- โ Add support for Kosovo iban.
- โ Add support for Iraq iban.
- โ Add support for Greenland iban.
- โ Add support for Faroe Islands iban.
- โ Add support for East Timor iban.
- โ Add support for bban.Zero.
- โฌ๏ธ Drop unicode dependency.
-
v0.3.0 Changes
January 03, 2020- Do not use regexp to validate swift codes.
- โก๏ธ Optimize calculateMod to not use strconv.ParseInt.
- ๐จ Refactor bban validation.
- ๐ Move bban structure to iban to eliminate duplicate parsing.
- โฌ๏ธ Drop fmt.Sprintf usage in calculateCheckDigit.
- โฌ๏ธ Drop fmt.Sprintf usage in favour of string concat to save allocations.
- ๐จ Refactor iban country code validation.
- ๐ Deprecate New and use Parse instead.
- โ Add support for Belarus iban.
-
v0.2.0 Changes
January 02, 2020- โ Add padding support to fix the Mauritius account number.
- โ Add support for iban currency.
- โ Add Makefile.
- ๐ Setup linter.
-
v0.1.0 Changes
January 02, 2020- ๐ Initial release.