Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2026-04-04 Saša Jovanić <sasa@simplify.ba>
* Version 4.5.2
* Fixed issue with extraction of German IBAN (#550)
* Upgraded npm packages
* Fixed issues with outdated GitHub actions

2024-04-13 Saša Jovanić <sasa@simplify.ba>
* Upgraded several npm packages
* Moved to new ts compiler targets
Expand Down
4 changes: 2 additions & 2 deletions dist/ibantools.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define(["require", "exports"], function (require, exports) {
* @package Documentation
* @author Saša Jovanić
* @module ibantools
* @version 4.5.1
* @version 4.5.2
* @license MIT or MPL-2.0
* @preferred
*/
Expand Down Expand Up @@ -987,7 +987,7 @@ define(["require", "exports"], function (require, exports) {
IBANRegistry: true,
SEPA: true,
bank_identifier: '0-7',
account_indentifier: '13-22',
account_indentifier: '12-22',
},
DJ: {
chars: 27,
Expand Down
1 change: 1 addition & 0 deletions docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 17 additions & 14 deletions docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading