Skip to content

Releases: joanllenas/ngx-date-fns

v12.0.1

Choose a tag to compare

@joanllenas joanllenas released this 14 May 07:22
12acbf3

Add the license field to the published package.json.

v12.0.0

Choose a tag to compare

@joanllenas joanllenas released this 19 Jan 16:29
446c066

Changes

  • date-fns v4 support: This update only bumps the peer dependency version. No new features were added.

Breaking changes

  • Minimum date-fns version required is v4.0.0.

v11.0.1

Choose a tag to compare

@joanllenas joanllenas released this 19 Jan 14:25

Changes

This patch release enables the use of strings as input for dates, a feature available since date-fns v3.

v11.0.0

Choose a tag to compare

@joanllenas joanllenas released this 25 Dec 22:04

Changes

  • date-fns v3 support

Breaking changes

  • Minimum date-fns version required is v3.0.0.
  • Minimum Angular version required is v17.0.0.

v10.0.1

Choose a tag to compare

@joanllenas joanllenas released this 07 Nov 15:34
  • Enable Ivy

v10.0.0

Choose a tag to compare

@joanllenas joanllenas released this 15 Jun 08:26
  • Angular 14 support

v9.0.0

Choose a tag to compare

@joanllenas joanllenas released this 12 Mar 09:23

Changes

  • Angular 13 support
  • Removed conventional commit

Breaking changes

  • This library is now compiled in Ivy partial compilation mode, which may not be compatible with older Angular versions.

v8.3.0

Choose a tag to compare

@joanllenas joanllenas released this 23 Oct 12:16

Added a bunch of new is* pipes:

  • dfnsIsExists
  • dfnsIsFirstDayOfMonth
  • dfnsIsFriday
  • dfnsIsLastDayOfMonth
  • dfnsIsLeapYear
  • dfnsIsMatch
  • dfnsIsMatchPure
  • dfnsIsMonday
  • dfnsIsSameDay
  • dfnsIsSameHour
  • dfnsIsSameISOWeekYear
  • dfnsIsSameISOWeek
  • dfnsIsSameMinute
  • dfnsIsSameMonth
  • dfnsIsSameQuarter
  • dfnsIsSameSecond
  • dfnsIsSameWeek
  • dfnsIsSameWeekPure
  • dfnsIsSameYear
  • dfnsIsSaturday
  • dfnsIsSunday
  • dfnsIsThisHour
  • dfnsIsThisISOWeek
  • dfnsIsThisMinute
  • dfnsIsThisMonth
  • dfnsIsThisQuarter
  • dfnsIsThisSecond
  • dfnsIsThisWeek
  • dfnsIsThisWeekPure
  • dfnsIsThisYear
  • dfnsIsThursday
  • dfnsIsToday
  • dfnsIsTomorrow
  • dfnsIsTuesday
  • dfnsIsWednesday
  • dfnsIsWithinInterval
  • dfnsIsYesterday

🎉 Great contribution by @joarkm1 🎉

v8.2.0

Choose a tag to compare

@joanllenas joanllenas released this 31 Jul 21:17

Features

Added two new pipes:

  • dfnsFormatRelativeToNow
  • dfnsFormatRelativeToNowPure

docs

v8.1.0

Choose a tag to compare

@joanllenas joanllenas released this 01 May 09:04

In this release

  • Added four new pipes:
    • dfnsFormatRelative (impure)
    • dfnsFormatRelativePure
    • dfnsFormatDistanceToNowStrict (impure)
    • dfnsFormatDistanceToNowStrictPure

🎉 Contribution by @ChrisJohns-me