Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Releases: ngx-translate/http-loader

v6.0.0

26 Jun 14:03
0409e32
Compare
Choose a tag to compare

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

26 Jun 14:01
63ce3f3
Compare
Choose a tag to compare

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

24 Oct 15:36
Compare
Choose a tag to compare

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

28 Mar 10:14
Compare
Choose a tag to compare

3.0.1 (2018-03-28)

Bug Fixes

  • package: fixed peer dependencies (b9636ab)

v3.0.0

28 Mar 09:18
Compare
Choose a tag to compare

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

19 Dec 08:42
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-12-19)

Bug Fixes

  • TranslateLoader: remove unused map import (4f95eb61)

v2.0.0

13 Sep 21:21
Compare
Choose a tag to compare

<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

12 Sep 13:45
Compare
Choose a tag to compare

<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

07 Aug 10:48
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2017-08-07)

Bug Fixes

  • Http: Fixing last mentions of Http (1d90b2d0)

v1.0.1

29 Jul 21:02
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-07-29)

Bug Fixes

  • npm: use @angular/common peer dependency instead of @angular/http (3be3a07d)