All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.3.0 (2021-10-23)
- pipes: Add Missing is* pipes (b9f2854)
- pipes: added the new is* pipes to index.ts + misc pipe fixes (427db30)
8.2.0 (2021-07-31)
- utils: added new dfnsFormatRelativeToNow pipe (c0d97b1)
8.1.0 (2021-05-01)
- pipes: added format-distance-to-now-strict pipe (778f815)
- pipes: added format-relative pipe (3530d68)
8.0.0 (2021-03-06)
- pipes: This version requires date-fns >= v2.16.0
7.0.2 (2021-02-21)
- config: turn enableIvy to false for publishing (4ff441a)
7.0.1 (2021-02-21)
7.0.0 (2020-12-30)
- format pipes: The following pipes: dfnsFormatDistanceStrict, dfnsFormatDistanceStrictPure, dfnsFormatDistanceToNow, dfnsFormatDistanceToNowPure, dfnsFormatDistance, dfnsFormatDistancePure, dfnsFormat, dfnsFormatPure don't throw an exception anymore when an invalida date is provided, instead an empty string is returned.
6.6.0 (2020-10-24)
- build: improved lib tree shaking capabilities via SCAM structure (38f3679)
6.5.0 (2020-09-15)
6.4.0 (2020-07-26)
- pipes: added dfnsFormatDistancePure pipe (ce45ff1), closes #160
- pipes: added dfnsFormatDistanceStrictPure pipe (2a22dc9), closes #160
- pipes: added dfnsFormatDistanceToNowPure pipe #160 (27f6a03)
- pipes: added dfnsGetWeekOfMonthPure pipe #160 (81a80d2)
- pipes: added dfnsGetWeekPure pipe #160 (7abf543)
- pipes: added dfnsGetWeeksInMonthPure pipe #160 (5b13287)
- pipes: added dfnsGetWeekYearPure pipe #160 (a50d3a8)
- pipes: added dfnsLastDayOfWeekPure pipe #160 (900579e)
- pipes: added dfnsParsePure pipe #160 (9d0ca9e)
- pipes: added dfnsStartOfWeekPure pipe #160 (eac959a)
- pipes: added dfnsStartOfWeekYearPure pipe #160 (cb203ad)
- pipes: added new dfnsFormatPure pipe (350eca0), closes #160
6.3.2 (2020-07-19)
- pipes: added missing DifferenceInCalendarQuartersPipe pipe to module (891ea66)
- pipes: added missing GetISOWeekYearPipe pipe to the module (d4650c2)
- pipes: added missing pipes to public api (f361106)
6.3.1 (2020-06-29)
- date-fns.module: with Angular 10, ModuleWithProviders has mandatory generic parameter (d97c585)
6.3.0 (2020-04-26)
6.2.1 (2020-03-29)
6.2.0 (2020-03-29)
6.1.0 (2020-02-23)
- pipes: added dfnsWeekdayName pipe (8d7e2d7), closes #326
- pipes: added is... new pipes (38289fc), closes #316
- pipes: added missing Is... pipes to module (2ee05da), closes #326
- pipes: fixed circular deps. due to incorrect imports (ebe84b7)
6.0.0 (2020-02-09)
- pipes: The following pipes: GetWeekOfMonthPipe, GetWeekYearPipe, GetWeekPipe, GetWeeksInMonthPipe, LastDayOfWeekPipe, StartOfWeekYearPipe and StartOfWeekPipe are now impure and require parametrization when instantiated via new MyClass().
- upgrade: - Library is now Angular >= v8 only.
- Pipe argument validations are now done by date-fns.
- Renamed dfnsAddISOYears to dfnsAddISOWeekYears.
- Renamed dfnsDifferenceInCalendarISOYears to dfnsDifferenceInCalendarISOWeekYears.
- Renamed dfnsDifferenceInISOYears to dfnsDifferenceInISOWeekYears.
- Renamed dfnsDistanceInWords to dfnsFormatDistance. Also, notice that date arguments have been swapped to be consistent with date-fns.
- upgrade: Upgraded to support date-fns v2 (#292) (beedeac), closes /date-fns.org/v2.0.1/docs/formatDistanceStrict#v2 /date-fns.org/v2.0.1/docs/getOverlappingDaysInIntervals#v2 /github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20
5.0.0 (2019-09-02)
- upgrade: - Library is now Angular >= v8 only.
- Pipe argument validations are now done by date-fns.
- Renamed dfnsAddISOYears to dfnsAddISOWeekYears.
- Renamed dfnsDifferenceInCalendarISOYears to dfnsDifferenceInCalendarISOWeekYears.
- Renamed dfnsDifferenceInISOYears to dfnsDifferenceInISOWeekYears.
- Renamed dfnsDistanceInWords to dfnsFormatDistance. Also, notice that date arguments have been swapped to be consistent with date-fns.
- upgrade: Upgraded to support date-fns v2 (2b5909a), closes /date-fns.org/v2.0.1/docs/formatDistanceStrict#v2 /date-fns.org/v2.0.1/docs/getOverlappingDaysInIntervals#v2 /github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20
4.0.3 (2019-07-28)
4.0.2 (2019-01-21)
4.0.1 (2019-01-21)
4.0.0 (2019-01-21)
- angular: This version requires Angular >= v6 and RxJs >= v6
2.0.3 (2018-11-26)
2.0.2 (2018-04-08)
2.0.1 (2018-04-08)
- export: Added missing library export (ce23004)
2.0.0 (2018-04-08)
- locales: To import the module you have to use
DateFnsModule.forRoot()
.
1.13.4 (2018-03-15)
1.13.2-alpha.5 (2018-03-15)
1.13.2-alpha.4 (2018-03-15)
1.13.2-alpha.3 (2018-03-15)
1.13.2-alpha.2 (2018-03-15)
1.13.2-alpha.1 (2018-03-15)
1.13.2-alpha.0 (2018-03-15)
1.13.1 (2018-03-15)
- typings: Fixed pipe typings (bb641d4)
1.13.0 (2018-03-15)
- typings: Fixed pipe typings (bb641d4)