2.0.0 (2021-04-08)
getStatePensionDate()
no longer returns UTC dates, dates are constructed using new Date(int, int, int)
and will be in the local environments timezone.
- do not return UTC dates
- isOverStatePensionAge() no longer requires gender
- bump dependencies
- update engines to > node 8
- remove old node versions from travis config
- clean up .gitignore
- use SVG for build status instead of PNG
- convert tests from mocha to tap
1.0.2 (2019-06-06)
- const some strings, restructure SPA data to be more efficient
- bump version of mocha to 6.1.4
- bump version of nyc to 14.1.1
- change function names to headings in README.md
1.0.1 (2019-04-15)
- Passing date strings with and without padded zeros for months and / or days could potentially return differing SPA dates
- bump version of mocha to 6.1.3
- add git repository info to package.json
1.0.0 (2019-04-11)
- Added function to return
true
orfalse
if over State Pension age (5cc03b4)
- Forked from BSP-State-Pension-Date removed Express server and refactored code (4d6553c)