Releases: wanasit/chrono
Releases · wanasit/chrono
v2.3.0
- New: Date/Timezone Reference API (see. Parsing Reference (Date / Timezone) in Readme)
v2.2.7...v2.3.0
v2.2.7
- Improvement: Apply case-sensitive timezone extraction on date expressions f036345
- Fix: Time parsing ending with "a" or "p" 77fbd83
- New: BCE/CE year label support dde6103
- New: "tmrw" as abbr for "tomorrow" b9c02f5
v2.2.6...v2.2.7
v2.2.6
- Fix: Improve performance by avoid unnecessary parsing in time exp cdfb6bc
- Fix: negative time range parsing 053cc8f
- Fix: handling quote sign around time parsing 6a52cf3
v2.2.5...v2.2.6
v2.2.5
- Fix: Performance improvement by reduce the usage of dayjs in results 38cbefb
- Fix: Small performance improvement through caching fab8f51
- New: Adding basic benchmark ac08a8c
v2.2.4...v2.2.5
v2.2.4
- Fix: improve parsing performance by caching complied regex 036f7aa
- Fix: unblounded regex backtracking in timeunit parsing 98815b5
v2.2.3...v2.2.4
v2.2.1
- Fix: time expression ending with numbers only
- New: Make (in|within|for) optional if forwardDate=true (#372)
- New: Improved NL support (#373)
v2.2.0...v2.2.1
v2.2.0
- (minor-incompatible) Removing edge-case time checking for ambitious case-like "midnight" or "tomorrow" at ~1AM.
- Fix: stop guessing single digit after dot as minute (#374)
v2.1.11...v2.2.0
v2.1.11
- Fix: when parsing relative time, also imply time milisecond unit
- Bump dayjs and typescript version
v2.1.10...v2.1.11
v2.1.10
- [New/Fix] Improve certainty-level and timezone handling in relative time parsing (#175)
- [Fix] short month names handling (#357)
- [Fix] "for" time unit reference
v2.1.9...v2.1.10