MOBILE-3833 chore: Add issue related to a deprecation

main
Pau Ferrer Ocaña 2022-03-29 12:33:28 +02:00
parent ddab1fc3d7
commit b25d5d5fca
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ import { CoreLogger } from '@singletons/logger';
* Filter to format a timestamp to a locale string. Timestamp can be in seconds or milliseconds.
*
* @deprecated since 3.6. Use coreFormatDate instead.
* This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions.
* This pipe wasn't removed in app 4.0 because some site plugins still used it. It will be removed in future versions
* (see MOBILE-2823).
*/
@Pipe({
name: 'coreToLocaleString',