Releases: personnummer/dart
Releases · personnummer/dart
v3.1.0
Personnummer v3.1 API Spec implemented.
- Added options for allowing coordination numbers (true by default) and interim number (false by default).
- Added support for interim numbers
- Added
isInterimNumber
function
- Added
getDate
function
v3.0.3
- Fixed an issue where last four digits in personnumers with invalid data could be parsed.
v3.0.2
- Improve package health score by using pana tool to analyze the code.
v3.0.1
- Improve
isCoordinationNumber
to test the date
- Make use of
isCoordinationNumber
inside getAge
to determine the real day.
v3.0.0 - The one that breaks everything
v2.0.0
- Added
getAge
- Added
format
- Follows personnummer spec.
v1.0.2
- Fix package issue with changelog.
v1.0.1
- Add changelog
- Add example
- Use
isEmpty
instead of length == 0