Skip to content

Commit

Permalink
Version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplify committed Feb 14, 2024
1 parent e8b9883 commit 978eea0
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 56 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-02-14 Saša Jovanić <sasa@simplify.ba>
* Version 4.5.0

2024-02-14 Mayeul-T <mayeul@touchard.bzh>
* Fix French (FR) IBAN extract

Expand Down
3 changes: 2 additions & 1 deletion dist/ibantools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,8 @@ define(["require", "exports"], function (require, exports) {
IBANRegistry: true,
SEPA: true,
bank_identifier: '0-4',
account_indentifier: '4-27',
branch_indentifier: '5-9',
account_indentifier: '14-24',
},
GA: {
chars: 27,
Expand Down
4 changes: 2 additions & 2 deletions docs/enums/ValidationErrorsBIC.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/ValidationErrorsIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/composeIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/electronicFormatIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/extractBIC.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/extractIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/friendlyFormatIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/getCountrySpecifications.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isQRIBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isSEPACountry.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isValidBBAN.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isValidBIC.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/isValidIBAN.html

Large diffs are not rendered by default.

26 changes: 4 additions & 22 deletions docs/functions/setCountryBBANValidation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/validateBIC.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/validateIBAN.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ComposeIBANParams.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/CountryMap.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/CountrySpec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ExtractBICResult.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ExtractIBANResult.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ValidateBICResult.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ValidateIBANOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/ValidateIBANResult.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/variables/countrySpecs.html

Large diffs are not rendered by default.

0 comments on commit 978eea0

Please sign in to comment.