Releases: ngx-translate/http-loader
Releases · ngx-translate/http-loader
v6.0.0
6.0.0 (2020-06-26)
Features
BREAKING CHANGES
- ngx-translate http-loader is now built for Angular 10, if you use Angular 9 or below please refer to the compatibility table to know which version you can install
v5.0.0
5.0.0 (2020-06-16)
Features
BREAKING CHANGES
- ngx-translate http-loader is now built for Angular 9, if you use Angular 8 or below please refer to the compatibility table to know which version you can install
v4.0.0
4.0.0 (2018-10-24)
Features
BREAKING CHANGES
- ngx-translate http-loader is now built for Angular 7, if you use Angular 6 or below please refer to the compatibility table to know which version you can install
v3.0.1
3.0.1 (2018-03-28)
Bug Fixes
- package: fixed peer dependencies (b9636ab)
v3.0.0
3.0.0 (2018-03-28)
Features
- http-loader: support for Angular 6 and RxJS 6 (813653d)
BREAKING CHANGES
- http-loader: The library is now compatible with Angular 6+ and RxJS 6+. If you need to use Angular 5, please stay on version 2.0.1. If you need to use RxJS 5, update to 5.6 and use the rxjs-compat library (see the RxJS update guide)
v2.0.1
<a name"2.0.1">
2.0.1 (2017-12-19)
Bug Fixes
- TranslateLoader: remove unused map import (4f95eb61)
v2.0.0
<a name"2.0.0">
2.0.0 (2017-09-13)
Bug Fixes
- HttpLoader: loading of translations when base-href is set (c8018029)
Breaking Changes
- this change might mess up with urls, I prefer to have a major version for it. If you have problems with your urls, check if base-href has been set correctly
(c8018029)
v1.1.0
<a name"1.1.0">
1.1.0 (2017-09-12)
Features
- HttpLoader: make prefix & suffix public to be set dynamically (367283f4)
v1.0.2
<a name"1.0.2">
1.0.2 (2017-08-07)
Bug Fixes
- Http: Fixing last mentions of Http (1d90b2d0)
v1.0.1
<a name"1.0.1">
1.0.1 (2017-07-29)
Bug Fixes
- npm: use
@angular/common
peer dependency instead of @angular/http
(3be3a07d)