- #30 - Fix TypeScript imports
- Update dependencies to address npm audit findings
- Fixes GitHub issue #12
- Avoid overflowing when month has too many days
- When year, month or day are missing, default to 2000, Jan, 1 respectively
- Support dashes in day-month-year
- Support parens around timezone
- Allow 1- and 2-digit milliseconds
- Allow decimals in ago format
- In browsers, export to window
- Fix for handling 12pm on 12-hour parser
- Add demo page (npm run demo)
- Update dependencies
- Fix typo in readme
- Update dependencies
- Fix link to full-icu
- Generate index.d.ts for TypeScript support
- Provide a way to export a parser as a function:
parser.exportAsFunction()
andparser.exportAsFunctionAny()
Addresses #7
- Normalize default locales like
en_US
anden-US.UTF-8
- Fixes #3
- Support commas between date parts - Fixes #2
- Added support for other whitespace characters between date parts
- Improved docs
- Improved test scripts to auto install luxon and full-icu if not present
- Fixed bug in numbering system RegExp
- Support restricting parsers to a list of locales
- Restrict monthDayYear to
en-US
and similar locales
... incomplete history
- Initial release