Skip to content

Commit

Permalink
Merge pull request #3848 from crazyserver/MOBILE-2823
Browse files Browse the repository at this point in the history
MOBILE-2823 pipes: Completely remove deprecated CoreToLocaleStringPipe
  • Loading branch information
dpalou authored Nov 17, 2023
2 parents 6f3ae8f + c124ac5 commit f0c1e83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 78 deletions.
5 changes: 0 additions & 5 deletions src/core/pipes/pipes.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { CoreFormatDatePipe } from './format-date';
import { CoreNoTagsPipe } from './no-tags';
import { CoreSecondsToHMSPipe } from './seconds-to-hms';
import { CoreTimeAgoPipe } from './time-ago';
import { CoreToLocaleStringPipe } from './to-locale-string';

@NgModule({
declarations: [
Expand All @@ -34,8 +33,6 @@ import { CoreToLocaleStringPipe } from './to-locale-string';
CoreNoTagsPipe,
CoreSecondsToHMSPipe,
CoreTimeAgoPipe,
// eslint-disable-next-line deprecation/deprecation
CoreToLocaleStringPipe,
],
exports: [
CoreBytesToSizePipe,
Expand All @@ -46,8 +43,6 @@ import { CoreToLocaleStringPipe } from './to-locale-string';
CoreNoTagsPipe,
CoreSecondsToHMSPipe,
CoreTimeAgoPipe,
// eslint-disable-next-line deprecation/deprecation
CoreToLocaleStringPipe,
],
})
export class CorePipesModule {}
68 changes: 0 additions & 68 deletions src/core/pipes/to-locale-string.ts

This file was deleted.

8 changes: 3 additions & 5 deletions upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ For more information about upgrading, read the official documentation: https://m

=== 4.4.0 ===

- Starting with this release, this file will only document breaking changes for APIs exposed to site plugins. Internal changes will no longer be documented.
- CoreCache has been deprecated, use plain object as in-memory stores instead.

=== 4.4.0 ===

- Starting with this release, this file will only document breaking changes for APIs exposed to site plugins. Internal changes will no longer be documented.
- CoreCache has been deprecated, use plain object as in-memory stores instead.
- Renamed CoreLoginSitesComponent to CoreLoginSitesModalComponent to make it clear that it's a modal and to avoid confusing it with the new CoreSitesListComponent.
- Removed CoreToLocaleStringPipe deprecated since 3.6.0

=== 4.3.0 ===

Expand Down

0 comments on commit f0c1e83

Please sign in to comment.