Releases: rbalet/ngx-translate-multi-http-loader
Releases · rbalet/ngx-translate-multi-http-loader
v3.0.0
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2018-06-20)
Bug Fixes
- Http: Fixing last mentions of Http (1d90b2d)
- HttpLoader: loading of translations when base-href is set (c801802)
- npm: support for angular 4 (4470ad8)
- npm: use
[@angular](https://github.com/angular)/common
peer dependency instead of[@angular](https://github.com/angular)/http
(3be3a07) - package: fixed peer dependencies (b9636ab)
- TranslateLoader: remove unused map import (4f95eb6)
Features
- http-loader: support for Angular 6 and RxJS 6 (813653d)
- HttpLoader: make prefix & suffix public to be set dynamically (367283f)
- MultiTranslateHttpLoader: Enable use of multiple translation files. (7bcd991)
- MultiTranslateHttpLoader: Initial release. (16b8547)
- npm: update dependencies & package version (9450782), closes #2 #8
BREAKING CHANGES
- MultiTranslateHttpLoader: First release.
- MultiTranslateHttpLoader: MultiTranslateHttpLoader now takes an array of translation file configuration
instead of just one config. - 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)
- HttpLoader: 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