Releases: ngx-translate/core
Releases · ngx-translate/core
v1.6.0
<a name"1.6.0">
1.6.0 (2016-02-07)
Bug Fixes
- npm: add tsd as a dev dependency because of a bug in ng2 beta 3 (ed3be70c)
Features
- cli: compatible with angular cli using 'ng install' (250a81fc)
v1.5.0
<a name"1.5.0">
1.5.0 (2016-02-02)
Bug Fixes
- rxjs: removed problematic extensions (ed6fd9ce)
Features
- cli: compatible with angular cli using 'ng install' (edf67bf1)
v1.4.1
<a name"1.4.1">
1.4.1 (2016-01-17)
Bug Fixes
- TranslateService: Don't throw when trying to use
get
too early (2af0b91a)
v1.4.0
<a name"1.4.0">
1.4.0 (2016-01-17)
Features
- TranslateParser: You can now use nested keys for translations (d50649f3, closes #15)
- TranslateService: Use the default language as a fallback (98f90c89, closes #16)
v1.3.2
<a name"1.3.2">
1.3.2 (2016-01-17)
Bug Fixes
- TranslateService: Reverted the use of Injector and changed Angular 2 requirement to ~beta.0 instead (d9b3887b)
v1.3.1
<a name"1.3.1">
1.3.1 (2016-01-17)
Bug Fixes
- TranslateService: Use the injector to instantiate HTTP_PROVIDERS (11005521, closes #17, #13)
v1.3.0
<a name"1.3.0">
1.3.0 (2016-01-12)
Features
- TranslateService: the
get
method can now take an array of keys (79e94760, closes #14)
v1.2.5
<a name"1.2.5">
1.2.5 (2016-01-09)
Bug Fixes
- npm: update to angular 2 beta.1 (4549224c)
v1.2.4
<a name"1.2.4">
1.2.4 (2015-12-27)
Bug Fixes
- TranslateService: Adding missing map RxJS operator (3a837ccb, closes #10)
v1.2.3
<a name"1.2.3">
1.2.3 (2015-12-15)
Bug Fixes
- TranslateService: update to Angular 2 beta 0 and avoid ExpressionChangedAfterItHasBeenCheckedException (e9dd9e04)