Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

24 lines (20 loc) · 1.53 KB

Changelog

2.1.0

Maintainance

  • #11 Use github actions instead of travis
  • #11 Add node 12 and node 14 to the test matrix
  • #11 Update to eslint v7
  • #11 Use volta instead of nvm to pin node development version
  • #11 Update development dependencies

2.0.0

Breaking Changes

  • Remove support for unmantained Node.js versions (v6 and v8) #4
  • Remove options.parseDate option in favor of options.dateFormat to support additional date formats #2

Maintainance

  • Update nyc library to v15 #5
  • Update eslint to v6 #7
  • Use ava test runner #8
  • Update date-fns library v2 #9
  • Change publishing settings to use package files and explicitly set the global registry #6 #3

1.0.0

  • Initial release