Releases: robisim74/angular-l10n
Releases · robisim74/angular-l10n
v6.6.1
Features
- Angular version: ^7.0.0
- Improve error handling and add rollback on error option: https://robisim74.github.io/angular-l10n/spec/configuration/#error-handling-of-data-loading
- Add ability to use Direct & Asynchronous loading at the same time
v6.5.0
Features
- Angular version: ^7.0.0
- Localized routing: add schema option: https://robisim74.github.io/angular-l10n/spec/configuration/#schema
- Add locale interceptor: https://robisim74.github.io/angular-l10n/spec/configuration/#setting-the-locale-in-accept-language-header-on-outgoing-requests #216
Bug fixes
- Localized routing: minor fixes
v6.4.0
Features
- Angular version: ^7.0.0
- Add localized routing options: https://robisim74.github.io/angular-l10n/spec/configuration/#options
v6.3.1
v6.3.0
Features
- Angular version: ^7.0.0
- Add support for OnPush change detection strategy to decorators: https://robisim74.github.io/angular-l10n/spec/getting-the-translation/#onpush-changedetectionstrategy.
Translation
& Localization
classes (used so far for the OnPush strategy) are deprecated and will be removed in the next major version.
v6.2.0
v6.1.2
v6.0.0
v5.2.0
Features
- Angular version: ^6.0.0
- Add
version
setting to the configuration: it adds the query parameter 'ver' to the http requests to avoid browser cache problems (#204) - Add
timeout
setting to the configuration: it sets a timeout in milliseconds for the http requests (#181)
Bug fixes
- Use locale for
i18nPlural
to avoid inconsistencies between browsers