[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.38 KB

Change Log

v2.0.3 on 2022-11-21

  • Export as ESModule

v2.0.0 on 2022-09-30

  • Depend on any-date-parser for parsing
  • Use jest for unit tests
  • Allow importing moment directly from moment-parseplus
  • Update all dependencies and npm audit fix
  • Switch from Travis CI to AppVeyor

v1.1.6 on 2020-08-03

  • Updated dependencies

v1.1.5 on 2020-05-03

  • Updated dependencies
  • Changed README code examples to use const instead of var
  • Remove link to defunct doclets.io

v1.1.4 on 2020-02-25

  • Updated dependencies
  • Fixed npm audit warnings

v1.1.3 on 2018-07-10

  • Updated dependencies and tested working with moment 2.24
  • Switch from istanbul to nyc

v1.1.2 on 2018-09-21

  • Updated dependencies and tested working with moment 2.21
  • Support timezone abbreviations in parentheses following timezone offset; e.g. GMT+0000 (UTC)

v1.1.1 on 2018-03-14

  • Updated dependencies and tested working with moment 2.21
  • Updated unit tests to allow for daylight savings change

v1.1.0 on 2017-12-02

  • Added first day / last day parser (thanks to @Claymm for PR)
  • Updated dependencies and tested working with moment 2.19

v1.0.3 on 2017-08-02

  • Added support for periods after abbreviated day and month names
  • Updated dependencies and tested working with moment 2.18

v1.0.2 on 2016-07-27

  • Initial release