All Versions
7
Latest Version
Avg Release Cycle
47 days
Latest Release
-

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.