- Export types (#43)
- Updated dev dependencies.
- 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.
Breaking
- Remove Component.js support — this tool has not been maintained since 2015 #10
- Drop Node.js 4, 5, and 6 support — might still work but we're not testing for these anymore
Internal development tooling
- Update development dependencies
- Add MIT license
- Switch testing framework to Ava from Mocha #16
- Use XO for linting
- Fix bug for invalid input strings.
- Fixed a bug with commas, all tests are now passing.
- Add support for number omission.
- Added support for months.
- Added support for 'week' unit.
- Added better undefined handling.
- Initial Release.