Releases: dmtrKovalenko/date-io
Releases · dmtrKovalenko/date-io
v1.3.12
v1.3.11
Changelog:
- Remove some unused packages from
dependecies(lerna, typescript) - Improve moment localization. Right now it will automatically apply first day of week depending on the locale
- Improve typing for dayjs utils
v1.3.9
This is a patch release with the following updates:
- Update to date-fns beta
- Added ability to override
date-fnsoptions by overriding only oneformatmethod
v3.1.8
🎉 Published @date-io/hijiri adapter that wrapping up moment-hijiri
v1.3.7
Local localization :)
This release comes with changed a policy of locale passing to the inner lib instance. It will pass the locale down to the moment or dayjs on each invocation, instead of relying on global locale
v1.3.1 HotFix release 😭
Make imports in @date-io/type to be inside declaration block
v1.3.0
This release adds better support of typescript typings.
Added new ts-only module @date-io/type that contains type definition for particular date library.
v1.2.0
Fixes / improvements
- Update luxon formats to correct standalone and format versions (#37) @pomadin
- Make possible to pass global dayjs instance similar to moment (#39) @dmtrKovalenko
Make sure that moment constructor option is deprecated since the current release. Use instance instead.
v1.1.0
📅 Support of dayjs 📅
v1.0.4
Fix of luxon's isValid crashing when passing null | undefined