rittenhop-ghost/versions/5.94.2/node_modules/human-interval/History.md

1.8 KiB

2.0.1 / 2021-01-16

  • Export types (#43)
  • Updated deve dependencies.

2.0.0 / 2020-10-16

  • Refactor human interval using numbered package. Thank you @sampathBlam and @alFReD-NSH for your contributions!
    • Supports all the formats as previously, and more!
    • Supports numbers written as English words (one, two hundred)
    • Supports time expressions in singular and plural (minute and minutes)
    • Supports negative numbers (-2)
    • Supports hyphenated words (twenty-five)
  • Updated dev dependencies.
  • Added more tests.

Breaking

  • Stopped testing Node.js 8 — might still work of course. We're now testing for Node.js v10, v12, and v14.

1.0.0 / 2019-11-24

Breaking

Internal development tooling

0.1.6 / 2016-05-11

  • Fix bug for invalid input strings.

0.1.5 / 2015-07-30

  • Fixed a bug with commas, all tests are now passing.

0.1.4 / 2014-04-06

  • Add support for number omission.

0.1.3 / 2014-01-04

  • Added support for months.

0.1.2 / 2014-01-03

  • Added support for 'week' unit.

0.1.1 / 2013-10-28

  • Added better undefined handling.

0.1.0 / 2013-10-25

  • Initial Release.