Releases: dmtrKovalenko/date-io
Releases · dmtrKovalenko/date-io
v2.11.1
v2.11.1
Enhancements
- Support luxon v2
we are not planning to stop supporting v1 yet
v2.11.0
Features
parseISO
– will parse date using library method to avoid inconsistencies between browserstoISO
– will format date to iso string using library
Fixes/Enhancements
- Better "AM/PM" localisation with
dayjs
v2.10.11
Changelog
- Make days adapter to be generic and accept any custom extended days instance as
DayJsAdapter<Dayjs>
- Update a lot of dependencies
v2.10.7
Changelog
Some bugfixes and dependency updates:
- fix: getMeridiemText() from moment utils now returns translated text (#478) @ScripterSugar @FairySugar
- chore: Refactor class methods to arrow functions (#483) @nikita-rudenko @dmtrKovalenko
- fix: Daylight bug in safari (#530) @smmoosavi
- chore(docs:): create library-perspective docs, closes #208
v2.10.6
This release is finally fixing the problem of outdated builds of published date-io/*
releases.
We apologize 🙏 for this publishing issues causing 2.10.0-2.10.5 releases. If you installed any of these versions please update to the latest, those builds are broken and deprecated on npm.
From now on versions of @date-io/*
will always be synchronized with @date-io/core
package and will never cause version conflict or be outdated.
v2.10.0
2.9.0
Features
- Add new
getDaysInMonth
method
v2.8.1
v2.7.0
Features 🎉
- Introduce new DateFnsJalali adapter (#405) @c0m1t
- Add fullDateWithWeekday, weekday and weekdayShort formatters (#400) @philipbulley
Fixes 🐛 | Enhancements 🧇
- Fix mutation of date param in formatByString (#394) @crudh
- Correctly pass locale in parse methods for luxon and moment (#401) @cbranch101
- [DateFns] Pass locale to the parse (#406) @PaulSavignano