IBAN tools 2.0.0 released
IBAN tools 2.0.0 include following changes:
- BREAKING:
isValidIBAN
does not accept IBAN with-
and ` ` any more - IBAN must be already in electronic format. getCountrySpecifications
now returns all countries (ISO-3166-1 alpha-2 +XK
- temporary country code for Kosovo) withIBANRegistry
boolean property that indicates if country is in IBAN registry or not.extractIBAN
now requires IBAN in electronic format.isValidBIC
now also checks if Country exists.extractBIC
also returns propertycountryCode
.- Added
tslint
as development dependency.
You can install new version using npm
, yarn
or bower
.