Skip to content

Commit ae847e0

Browse files
committed
Version 4.5.1
1 parent 9e51aec commit ae847e0

34 files changed

+90
-65
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-03-23 Saša Jovanić <[email protected]>
2+
* Version 4.5.1
3+
14
2024-03-05 Philipp Sieber <[email protected]>
25
* Added Oman (OM)
36

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# IBANTools
22

3-
[![License](https://img.shields.io/github/license/Simplify/ibantools)](https://github.com/Simplify/ibantools/blob/master/LICENSE)
3+
![License](https://img.shields.io/badge/License-MIT-blue)
4+
![License](https://img.shields.io/badge/License-MPL_2.0-blue)
45

5-
![Bower version](https://badge.fury.io/bo/ibantools.svg)]
6+
![Bower version](https://badge.fury.io/bo/ibantools.svg)
67
[![npm version](https://badge.fury.io/js/ibantools.svg)](https://badge.fury.io/js/ibantools)
78
[![NPM downloads](https://img.shields.io/npm/dw/ibantools)](https://www.npmjs.com/package/ibantools)
89
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/npm/ibantools)

dist/ibantools.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define(["require", "exports"], function (require, exports) {
1313
* @package Documentation
1414
* @author Saša Jovanić
1515
* @module ibantools
16-
* @version 4.5.0
16+
* @version 4.5.1
1717
* @license MIT or MPL-2.0
1818
* @preferred
1919
*/
@@ -1046,7 +1046,7 @@ define(["require", "exports"], function (require, exports) {
10461046
SEPA: true,
10471047
branch_indentifier: '4-7',
10481048
bank_identifier: '0-3',
1049-
account_indentifier: '4-24',
1049+
account_indentifier: '14-24',
10501050
},
10511051
ET: {},
10521052
FI: {

docs/assets/main.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

+35-15
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
3030
--light-color-ts-parameter: var(--light-color-ts-variable);
3131
/* type literal not included as links will never be generated to it */
32-
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
32+
--light-color-ts-type-parameter: #a55c0e;
3333
--light-color-ts-accessor: var(--light-color-ts-property);
3434
--light-color-ts-get-signature: var(--light-color-ts-accessor);
3535
--light-color-ts-set-signature: var(--light-color-ts-accessor);
@@ -69,7 +69,7 @@
6969
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
7070
--dark-color-ts-parameter: var(--dark-color-ts-variable);
7171
/* type literal not included as links will never be generated to it */
72-
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
72+
--dark-color-ts-type-parameter: #e07d13;
7373
--dark-color-ts-accessor: var(--dark-color-ts-property);
7474
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
7575
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
@@ -266,12 +266,12 @@ h6 {
266266
line-height: 1.2;
267267
}
268268

269-
h1 > a,
270-
h2 > a,
271-
h3 > a,
272-
h4 > a,
273-
h5 > a,
274-
h6 > a {
269+
h1 > a:not(.link),
270+
h2 > a:not(.link),
271+
h3 > a:not(.link),
272+
h4 > a:not(.link),
273+
h5 > a:not(.link),
274+
h6 > a:not(.link) {
275275
text-decoration: none;
276276
color: var(--color-text);
277277
}
@@ -649,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
649649
font-weight: bold;
650650
}
651651

652+
.tsd-full-hierarchy:not(:last-child) {
653+
margin-bottom: 1em;
654+
padding-bottom: 1em;
655+
border-bottom: 1px solid var(--color-accent);
656+
}
657+
.tsd-full-hierarchy,
658+
.tsd-full-hierarchy ul {
659+
list-style: none;
660+
margin: 0;
661+
padding: 0;
662+
}
663+
.tsd-full-hierarchy ul {
664+
padding-left: 1.5rem;
665+
}
666+
.tsd-full-hierarchy a {
667+
padding: 0.25rem 0 !important;
668+
font-size: 1rem;
669+
display: inline-flex;
670+
align-items: center;
671+
color: var(--color-text);
672+
}
673+
652674
.tsd-panel-group.tsd-index-group {
653675
margin-bottom: 0;
654676
}
@@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
714736
}
715737
.tsd-navigation > a,
716738
.tsd-navigation .tsd-accordion-summary {
717-
width: calc(100% - 0.5rem);
739+
width: calc(100% - 0.25rem);
740+
display: flex;
741+
align-items: center;
718742
}
719743
.tsd-navigation a,
720744
.tsd-navigation summary > span,
721745
.tsd-page-navigation a {
722-
display: inline-flex;
746+
display: flex;
747+
width: calc(100% - 0.25rem);
723748
align-items: center;
724749
padding: 0.25rem;
725750
color: var(--color-text);
@@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
759784
margin-left: -1.5rem;
760785
}
761786

762-
.tsd-nested-navigation > li > a,
763-
.tsd-nested-navigation > li > span {
764-
width: calc(100% - 1.75rem - 0.5rem);
765-
}
766-
767787
.tsd-page-navigation ul {
768788
padding-left: 1.75rem;
769789
}

docs/enums/ValidationErrorsBIC.html

+2-2
Large diffs are not rendered by default.

docs/enums/ValidationErrorsIBAN.html

+2-2
Large diffs are not rendered by default.

docs/functions/composeIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/electronicFormatIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/extractBIC.html

+1-1
Large diffs are not rendered by default.

docs/functions/extractIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/friendlyFormatIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/getCountrySpecifications.html

+1-1
Large diffs are not rendered by default.

docs/functions/isQRIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/isSEPACountry.html

+1-1
Large diffs are not rendered by default.

docs/functions/isValidBBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/isValidBIC.html

+1-1
Large diffs are not rendered by default.

docs/functions/isValidIBAN.html

+1-1
Large diffs are not rendered by default.

docs/functions/setCountryBBANValidation.html

+1-1
Large diffs are not rendered by default.

docs/functions/validateBIC.html

+1-1
Large diffs are not rendered by default.

docs/functions/validateIBAN.html

+1-1
Large diffs are not rendered by default.

docs/index.html

+4-3
Large diffs are not rendered by default.

docs/interfaces/ComposeIBANParams.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/CountryMap.html

+1-1
Large diffs are not rendered by default.

docs/interfaces/CountrySpec.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/ExtractBICResult.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/ExtractIBANResult.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/ValidateBICResult.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/ValidateIBANOptions.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/ValidateIBANResult.html

+2-2
Large diffs are not rendered by default.

docs/modules.html

+2-2
Large diffs are not rendered by default.

docs/variables/countrySpecs.html

+2-2
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibantools",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "Validation, extraction and creation of IBAN, BBAN, BIC/SWIFT numbers plus some other helpful stuff like ISO 3136-1 alpha 2 country list",
55
"keywords": [
66
"IBAN",

src/ibantools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @package Documentation
1414
* @author Saša Jovanić
1515
* @module ibantools
16-
* @version 4.5.0
16+
* @version 4.5.1
1717
* @license MIT or MPL-2.0
1818
* @preferred
1919
*/

0 commit comments

Comments
 (0)