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

Tags: ngx-translate/http-loader

Tags

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ocombe Olivier Combe
feat: update to Angular v10

BREAKING CHANGE: ngx-translate http-loader is now built for Angular 10, if you use Angular 9 or below please refer to the [compatibility table](ngx-translate/http-loader#installation) to know which version you can install

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(deps): upgrade to Angular v9 (#73)

BREAKING CHANGE: ngx-translate http-loader is now built for Angular 9, if you use Angular 8 or below please refer to the [compatibility table](https://github.com/ngx-translate/http-loader/blob/v4.0.0/ngx-translate/http-loader#installation) to know which version you can install

v4.0.0

Toggle v4.0.0's commit message
feat: update to Angular 7

BREAKING CHANGE: ngx-translate http-loader is now built for Angular 7, if you use Angular 6 or below please refer to the [compatibility table](ngx-translate/http-loader#installation) to know which version you can install

v3.0.1

Toggle v3.0.1's commit message
fix(package): fixed peer dependencies

v3.0.0

Toggle v3.0.0's commit message
chore(package): fixed dependency for ngx-translate/core

v2.0.1

Toggle v2.0.1's commit message
fix(TranslateLoader): remove unused map import

v2.0.0

Toggle v2.0.0's commit message
Revert "fix(HttpLoader): loading of translations when base-href is se…

…t" (#27)

This reverts commit c801802.

v1.1.0

Toggle v1.1.0's commit message
feat(HttpLoader): make prefix & suffix public to be set dynamically

This allows developers to update the path where the translation files are loaded from. It might be possible that this path is some kind of configuration option within the application.

v1.0.2

Toggle v1.0.2's commit message
fix(Http): Fixing last mentions of Http

v1.0.1

Toggle v1.0.1's commit message
fix(npm): use `@angular/common` peer dependency instead of `@angular/…

…http`

Use @angular/common instead of @angular/http and also use 2.3.0 instead of 2.3.1.