Skip to content

Releases: dmtrKovalenko/date-io

v2.11.1

10 Aug 06:48
Compare
Choose a tag to compare

v2.11.1

Enhancements

  • Support luxon v2

we are not planning to stop supporting v1 yet

v2.11.0

10 Jul 23:12
Compare
Choose a tag to compare

Features

  • parseISO – will parse date using library method to avoid inconsistencies between browsers
  • toISO – will format date to iso string using library

Fixes/Enhancements

  • Better "AM/PM" localisation with dayjs

v2.10.11

22 May 18:57
Compare
Choose a tag to compare

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

31 Jan 11:10
Compare
Choose a tag to compare

Changelog

Some bugfixes and dependency updates:

v2.10.6

15 Sep 18:46
Compare
Choose a tag to compare

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

15 Sep 18:42
Compare
Choose a tag to compare

Features

2.9.0

25 Aug 08:15
Compare
Choose a tag to compare

Features

  • Add new getDaysInMonth method

v2.8.1

24 Aug 17:14
Compare
Choose a tag to compare

Features

  • Add lib name to the adapter interface

Fixes

  • Remove prettier import, closes #442
  • [Luxon] Properly apply locale for parsed and created date (#443)
  • A lot of dependency updates

v2.7.0

06 Jul 11:04
Compare
Choose a tag to compare

Features 🎉

Fixes 🐛 | Enhancements 🧇

v2.6.1

17 Apr 09:05
Compare
Choose a tag to compare

Breaking changes

N/A

Fixes