Skip to content

Releases: mikaello/norwegian-national-id-validator

v1.3.2

09 May 09:05
Compare
Choose a tag to compare

Compiling Typescript source code to ES5 (ES6 previously)

v1.3.1 - rewrite to TypeScript

02 Apr 05:32
b793de2
Compare
Choose a tag to compare

The library is rewritten to TypeScript. Distributet code is in ES5, but contains both index.ts.js and index.flow.js as well.

v1.3.0

02 Mar 20:22
3d0fc45
Compare
Choose a tag to compare

Enhancement

Removed moment as a dependency (#8), thanks to @kmkr

v1.2.0

08 Nov 21:06
Compare
Choose a tag to compare

Enhancement

This release is compliant with the rules of the individual number, which determines unambiguously which century a person is born. The new function possibleAgeOfPersonWithIdNumber() should be used.

Deprecation

The old possibleAgesOfPersonWithIdNumber() (which returns an array) is now deprecated.