v6.0.0
Added missing locale support to all locale-aware pipes.
Some locale-aware pipes didn't have the DateFnsConfigurationService subscriptions implemented.
⚠ BREAKING CHANGES
The following pipes:
- GetWeekOfMonthPipe,
- GetWeekYearPipe,
- GetWeekPipe,
- GetWeeksInMonthPipe,
- LastDayOfWeekPipe,
- StartOfWeekYearPipe
- StartOfWeekPipe
are now impure and require parametrization when instantiated via new MyClass()
.