10.3.0 (2021-06-15)
10.3.0-0 (2021-06-15)
10.2.0 (2021-05-12)
10.2.0-0 (2021-05-12)
- i18next v20+ support (0327a7c)
10.1.0 (2021-03-01)
10.1.0-0 (2021-03-01)
- I18NextEagerPipe: ensure changing PipeOptions returns correct translated value a not cached one with different PipeOptions but same key (4a6d375)
10.0.1 (2020-12-21)
10.0.1-beta (2020-12-21)
10.0.0 (2020-07-06)
10.0.0-2 (2020-07-06)
10.0.0-1 (2020-07-06)
10.0.0-0 (2020-07-06)
9.0.1 (2020-02-25)
- pass translate options (4cfe42c)
9.0.0 (2020-02-20)
8.1.0-beta.3 (2020-02-20)
8.1.0-beta.2 (2020-02-20)
8.1.0-beta.1 (2020-02-20)
- improved typings (214e35d)
8.1.0-beta (2020-02-20)
8.0.1 (2020-02-18)
8.0.1-beta.0 (2020-02-18)
8.0.1-beta (2020-02-18)
8.0.0 (2020-02-14)
8.0.0-beta.1 (2020-02-13)
8.0.0-beta (2020-02-13)
7.2.0-beta (2020-01-28)
- I18NextEagerPipe (8dbefe1)
7.0.0 (2019-06-05)
6.1.0 (2019-05-27)
6.1.0-beta (2019-05-25)
6.0.1 (2019-03-11)
6.0.0 (2019-02-10)
6.0.0-beta.0 (2019-02-10)
6.0.0-beta (2019-02-10)
5.0.6 (2018-12-03)
5.0.5 (2018-12-03)
5.0.4 (2018-12-03)
5.0.3 (2018-12-03)
5.0.2 (2018-12-03)
- package.json (54a8c37)
5.0.1 (2018-11-28)
5.0.0 (2018-11-28)
5.0.0-beta2 (2018-11-28)
5.0.0-beta (2018-11-28)
- docs (220a0b8)
4.0.0 (2018-06-25)
In v4 passed through most of i18next api methods
- Update angular to v6+
- Update rxjs to v6.2.0+
4.0.0-beta (2018-06-11)
3.4.2 (2018-05-05)
3.4.1 (2018-04-29)
- default formater fixes
3.4.0 (2018-04-29)
- i18next v11 support
- fix: format pipe
3.3.0 (2018-03-12)
- added umd bundle
- comments cleanup
- updated dev dependencies
3.3.0-beta.2 (2018-03-12)
3.3.0-beta.1 (2018-02-04)
3.2.0 (2018-01-17)
Removed parameter 'localizeTitle' from forRoot method. You need to manually resolve Title as I18NextTitle for same behavior.
3.1.1 (2018-01-01)
3.1.0 (2017-12-22)
It is possible to pass array of namespaces (or scopes). Key would fallback to next namespace in array if the previous failed to resolve.
[feature.validators:key, validators:key]
{
provide: I18NEXT_NAMESPACE,
useValue: ['feature.validators', 'validators']
}
3.0.0 (2017-12-15)
3.0.0-alpha.2 (2017-12-05)
3.0.0-alpha (2017-11-27)
2.0.0 (2017-11-14)
2.0.0-beta2 (2017-11-05)
2.0.0-beta (2017-11-05)
1.1.0 (2017-11-04)
1.0.2 (2017-09-22)
1.0.1 (2017-09-21)
1.0.0 (2017-09-21)
0.2.4 (2017-06-29)
0.2.3 (2017-06-29)
0.2.2 (2017-06-29)
- I18NextService: context-safe calls of i18next methods (455a07d)
0.2.1 (2017-06-29)
- package: return back required exports (fb7ead6)
0.2.0 (2017-06-28)
- package: AOT support added (fc1f66d)