Releases: swantzter/kontonummer
Releases · swantzter/kontonummer
v5.1.0
01 Mar 13:11
Compare
Sorry, something went wrong.
No results found
Account number length is now correctly checked according to the specified behaviour.
This is considered a minor change as this now implements the behaviour that has always been specified
v5.0.1
09 Dec 17:56
Compare
Sorry, something went wrong.
No results found
Add npm provenance and use npm trusted publishing rather than the new removed token auth
v5.0.0
13 Jun 07:22
Compare
Sorry, something went wrong.
No results found
(breaking change) Rename Nordax Bank to NOBA Bank Group AB
(breaking change) drop support for node versions less than 20.x
v4.0.1
29 Aug 07:32
Compare
Sorry, something went wrong.
No results found
This release ensures all imports have a file extensions. This should make it possible to include the library unbundled on websites.
Here's an example that emulates the functionality of jop-io/kontonummer :
< script type ="module ">
import Kontonummer from 'https://cdn.jsdelivr.net/npm/kontonummer@4.0.1/dist/esm/index.min.js'
function kontonummer ( number ) {
try {
const k = new Kontonummer ( number )
return {
bank_name : k . bankName ,
clearing_number : k . sortingCode ,
account_number : k . accountNumber
}
} catch {
return false
}
}
</ script >
Note, of course, the use of type="module", and the impact that has on loading order https://gist.github.com/jakub-g/385ee6b41085303a53ad92c7c8afd7a6
v4.0.0
08 Mar 10:42
Compare
Sorry, something went wrong.
No results found
Add Aion Bank, Lunar Bank
(breaking change) Rename Ferratum Bank to Multitude Bank
(breaking change) For consistency rename BNP Paribas SA. to BNP Paribas
v3.0.0
06 Sep 09:42
Compare
Sorry, something went wrong.
No results found
Features
Banks: Added Ferratum Bank plc
Other changes
The build system has been changed and the package is now packaged slightly differently, without a pre-bundled web version.
BREAKING CHANGES
Banks: Removed Forex Bank
v2.0.0
08 Mar 11:35
Compare
Sorry, something went wrong.
No results found
2.0.0 (2021-03-08)
Features
banks: remove MedMera Bank (628e547 )
BREAKING CHANGES
banks: MedMera Bank accounts will no longer validate
v1.5.0
18 Aug 07:28
Compare
Sorry, something went wrong.
No results found
1.5.0 (2020-08-18)
Features
banks: add Northmill Bank (9f36e24 )
v1.4.1
08 May 08:06
Compare
Sorry, something went wrong.
No results found
1.4.1 (2020-05-08)
Bug Fixes
validate: mod11 needs to be able to take numbers longer than 10 digits (e8d9064 ), closes #6
v1.4.0
28 Apr 07:01
Compare
Sorry, something went wrong.
No results found
1.4.0 (2020-04-28)
Features
banks: add newly confirmed account number min length to SHB accounts (98627a4 )
format: add forgotten format for Nordea Personkonto (d61bc92 )