Releases: personnummer/js
Releases · personnummer/js
v3.0.0 - The one that breaks everything
- Brand new version that follow the new specification.
- Moved to
CJS
and ESM
modules.
v2.1.1
- Fixed issue with wrong age for some numbers #20
v2.1.0
- Added
isMale
- Added
isFemale
- Improved
format
to replace the separator if it's not matching the full year.
v2.0.1
- Added
.npmignore
to fix issue with npm publish
v2.0.0
- Added
getAge
- Added
format
- Follows personnummer spec
- Renamed package to
personnummer
v1.1.3
- Moved to new org
- Update github and travis urls
v1.1.2
- Fixed issue with cli so it don't remove zeros in the beginning, see #2