Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 1.77 KB

Change Log

2.0.0 (2021-04-08)

BREAKING CHANGES

getStatePensionDate() no longer returns UTC dates, dates are constructed using new Date(int, int, int) and will be in the local environments timezone.

Features

  • do not return UTC dates
  • isOverStatePensionAge() no longer requires gender

Chore

  • bump dependencies
  • update engines to > node 8
  • remove old node versions from travis config
  • clean up .gitignore

Docs

  • use SVG for build status instead of PNG

Test

  • convert tests from mocha to tap

1.0.2 (2019-06-06)

Refactor

  • const some strings, restructure SPA data to be more efficient

Chore

  • bump version of mocha to 6.1.4
  • bump version of nyc to 14.1.1

Docs

  • change function names to headings in README.md

1.0.1 (2019-04-15)

Fixed

  • Passing date strings with and without padded zeros for months and / or days could potentially return differing SPA dates

Chore

  • bump version of mocha to 6.1.3
  • add git repository info to package.json

1.0.0 (2019-04-11)

Features

  • Added function to return true or false if over State Pension age (5cc03b4)

Refactor