Skip to content

Releases: rbalet/ngx-translate-multi-http-loader

v3.0.0

29 Jan 11:54
Compare
Choose a tag to compare

3.0.0 (2019-01-29)

Bug Fixes

  • Core: Ignore missing translation files, but show error in console. (bc78df8), closes #3

BREAKING CHANGES

  • Core: Ignore missing translation files, but show error in console.

v2.1.2

08 Oct 11:23
Compare
Choose a tag to compare

2.1.2 (2018-10-08)

Bug Fixes

  • Dependencies: Fix deepmerge dependency. (0ef8984)

v2.1.1

17 Sep 11:02
Compare
Choose a tag to compare

2.1.1 (2018-09-17)

Bug Fixes

  • Core: Remove private flag on package definition (162b50f)

v2.1.0

13 Sep 17:21
Compare
Choose a tag to compare

2.1.0 (2018-09-13)

Features

  • MultiTranslateHttpLoader: Merge all translation files from the server using deepmerge. (a057c6c)

v2.0.2

20 Jun 22:26
Compare
Choose a tag to compare

2.0.2 (2018-06-20)

Bug Fixes

v2.0.1

20 Jun 22:17
Compare
Choose a tag to compare

2.0.1 (2018-06-20)

Bug Fixes

v2.0.0

20 Jun 21:39
Compare
Choose a tag to compare

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