Skip to content

Releases: dmtrKovalenko/date-io

v1.3.12

03 Dec 16:03

Choose a tag to compare

Dependency updates

We are changing the dependency strategy, so date-io will stop generating thousands of console peer dependencies warning. @LinusU

v1.3.11

07 Sep 09:01

Choose a tag to compare

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

04 Aug 08:39

Choose a tag to compare

This is a patch release with the following updates:

  • Update to date-fns beta
  • Added ability to override date-fns options by overriding only one format method

v3.1.8

29 Jun 17:03

Choose a tag to compare

🎉 Published @date-io/hijiri adapter that wrapping up moment-hijiri

v1.3.7

16 Jun 14:23

Choose a tag to compare

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 😭

22 Apr 08:13

Choose a tag to compare

Make imports in @date-io/type to be inside declaration block

v1.3.0

22 Apr 08:02

Choose a tag to compare

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

19 Apr 08:47

Choose a tag to compare

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

09 Feb 16:08

Choose a tag to compare

📅 Support of dayjs 📅

v1.0.4

07 Feb 15:40

Choose a tag to compare

Fix of luxon's isValid crashing when passing null | undefined