Skip to content

Releases: dmtrKovalenko/reason-date-fns

v1.0.2

24 Sep 17:29
Compare
Choose a tag to compare

Fixes

v1.0.1

02 Sep 10:45
Compare
Choose a tag to compare

Fixes

  • Remove type: "module" from package.json for proper cjs module resolution.

v1.0.0

29 Aug 07:45
Compare
Choose a tag to compare

Finally stable release, no more breaking changes are planned.

Breaking changes

N/A

Features

  • Output both esm and commonjs builds

v0.11.0

24 Jul 06:02
Compare
Choose a tag to compare

Added fromUnix method and includes a lot of dependency updates.

v0.10.0

02 Oct 19:48
Compare
Choose a tag to compare

v0.10.0

Breaking changes

N/A

Features

  • Added weekday helpers
  • Added day helpers
  • Added month helpers
  • Added year helpers
  • Added all supported by date-fns localizations

v0.4.0

03 Sep 15:37
Compare
Choose a tag to compare

Breaking changes

N/A

Changelog

  • Added support of time helpers (for minutes, hours and seconds)
  • Added support of all possible locales by DateFns.arLocale, DateFns.enUsLocale, etc..