Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.32 KB

3.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

3.0.5

  • Migrate to null-safety, see #8

3.0.4

3.0.3

  • Fixed an issue where last four digits in personnumers with invalid data could be parsed.

3.0.2

  • Improve package health score by using pana tool to analyze the code.

3.0.1

  • Improve isCoordinationNumber to test the date
  • Make use of isCoordinationNumber inside getAge to determine the real day.

3.0.0

The one that breaks everything

2.1.0

  • Added isMale
  • Added isFemale
  • Improved format to replace the separator if it's not matching the full year.

2.0.0

  • Added getAge
  • Added format
  • Follows personnummer spec.

1.0.2

  • Fix package issue with changelog.

1.0.1

  • Add changelog
  • Add example
  • Use isEmpty instead of length == 0

1.0.0

  • Initial version