Releases: wanasit/chrono
Releases · wanasit/chrono
v2.6.5
v2.6.4
- [New] Support for Ukrainian (uk) by @bootseller (#519)
- [New] Allow specifically importing individually locale by @jdicarlo-dh (#509)
- [New] Support for Japanese Hiragana by @yuichkun (#511)
v2.6.3
- Improved Timezone handling (by @JoakimNil, #450)
- Handle DST on major timezones
- Support
timezones
override configuration
- Fixed forwardDate calculation for the month/year (665bda6)
- RU: Added more RU abbreviation (by @mikemikhaylov, #510)
- EN: Timeunit abbreviations disabled in strict mode (787c41b)
v2.6.2
- New: ParsingResult ts interface b2b4637
- Fix: sideEffects-type 9e992db
(credit @JoakimNil)
v2.6.1
v2.6.0
- New: Build output both CJS and ESM (credit @JoakimNil)
v2.5.1
- Fix: Support "the x after ..." pattern 6760ca0
- Fix: recognize time ending that shift to another month dc1b244
- New (nl): Dutch shortened month (by @skoppers)
- New (ru): Parsing for Russian "day before yesterday/after tomorrow" (by @mikemikhaylov)
- New (de/es): Time within pattern support (by Toby Rothe)
v2.5.0
v2.4.2
- Fix: slash date format accept invalid dates
- Fix: forward date to correctly increment day by one #456 (by @Swivelgames)
- Fix: Midnight follow by date
- Fix: Incorrect date(day) value in Chinese Local time expression parsers when date by @maxwellyue
- Other refactoring/fixes by @mikemikhaylov @7qt