Skip to content

Releases: mmjmanders/ng-iban

Validate empty "" IBAN

03 Dec 10:42
Compare
Choose a tag to compare

Previously only an empty (undefined) IBAN was validated but now also an empty ("") IBAN gets validated.

Credits to @xanderv87

Minor hotfix release

15 Oct 20:21
Compare
Choose a tag to compare

Testcase was failing with angular versions >= 1.3.0

Issues fixed

15 Oct 19:43
Compare
Choose a tag to compare

Issue #1 has been fixed in this release

Added country name to ngIbanCountries constant

18 Sep 07:43
Compare
Choose a tag to compare

Renamed country constant

12 Sep 14:36
Compare
Choose a tag to compare

renamed the 'countries' constant to 'ngIbanCountries'

Added Timor-Leste

01 Sep 09:53
Compare
Choose a tag to compare

Timor-Leste has been added to the list of countries

Updated parsing

01 Sep 09:53
Compare
Choose a tag to compare

A valid IBAN now parses to the digital format

Updated validation

27 Aug 08:13
Compare
Choose a tag to compare

Updated the regexes for country specific validation

convert to spaceless IBAN

26 Aug 14:16
Compare
Choose a tag to compare

Remove spaces from IBAN and convert letters to uppercase

Country code validation

26 Aug 09:52
Compare
Choose a tag to compare

The validation of the IBAN can now be based on a country code from a predefined list of countries. See the README for more information.