Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 540 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 540 Bytes

Changelog

1.0.0

Initial release

2.0.0

Added custom exceptions

  • IbanFormatException
    • Format Violation
  • UnsupportedCountryException
  • InvalidCheckDigitException
  • RequiredPartTypeMissing

Added test for exceptions

Added example from ibankit-js

Rename Country to CountryCode to better match ibankit-js

Expose only required files

2.0.1

Update to follow IBAN spec 95, in line with ibankit-js v1.6.3

Lower required sdk version to 2.17.0

2.0.2

Fix bank code validation ISO-9362:2022, in line with ibankit-js v1.6.4