Releases: wanasit/chrono
Releases · wanasit/chrono
v2.0.2
- Fix the webpack building script
What's changed in v2
For Users
- Chrono’s default now handles only international English. While in the previous version, it tried to parse with all known languages.
- Minor interface redesign
For contributors and advanced users
- The project is rewritten in TypeScript
- New Parser and Refiner interface (see chrono.ts)
v1.4.4
Upgrade the build/bundle process:
- Replace the Browserify with Webpack
- The move built bundle to
dist/*
- Deprecate Bower support
Fix
- fix: slash month text extraction miss one char c8ebfd2
v1.4.3...v1.4.4
v1.4.3
Fix
- Leak global namespace reported in #302
- FR slash pattern year guessing reported in #317
- JP Single digit era
v1.4+
- Replace
moment-js
with day-js
- See: ca12dfc
v1.3.1
Run make and update version
v1.2.0
Includes many communal changes + some configurable options.