agenda / human-interval

Human readable time distances for javascript
Other
461 stars 14 forks source link

Refactor to use node-numbered #37

Closed simison closed 4 years ago

simison commented 4 years ago

Rebased https://github.com/agenda/human-interval/pull/33 — kudos @sampathBlam for the work there and @alFReD-NSH working on this originally in https://github.com/agenda/human-interval/pull/19

Refactor human interval using numbered package

  • Supports numbers written as english words
  • Supports negative numbers
  • Supports hyphenated words
  • Added more tests to verify the functionality
  • Updated README.md

Closes #9