8000 Tags · hu7055/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hu7055/core

Tags

v9.1.1

Toggle v9.1.1's commit message
fix(TranslateService): fix isolate to get the local translations

Fixes ngx-translate#524

v9.1.0

Toggle v9.1.0's commit message
feat(TranslateService): support merging non-valid JSON object notations

Fixes ngx-translate#764

v9.0.2

Toggle v9.0.2's commit message
fix(TranslateService): compile translations even when pending state i…

…s true

9.0.1

Toggle 9.0.1's commit message
chore: fix semantic release publish to github

v9.0.0

Toggle v9.0.0's commit message
chore(release): 9.0.0

v8.0.0

Toggle v8.0.0's commit message
fix(TranslateService): updated OpaqueToken -> InjectionToken for Angu…

…lar v5

BREAKING CHANGE: the library is now only compatible with Angular v4.0+ because `OpaqueToken` has been removed from v5 and its replacement `InjectionToken` was introduced in v4.0

v7.2.2

Toggle v7.2.2's commit message
fix(TranslateService): revert update to InjectionToken

This commit broke angular 2.x apps, it should be a breaking change

v7.2.1

Toggle v7.2.1's commit message
fix(TranslateService): updated OpaqueToken -> InjectionToken for Angu…

…lar v5

Fixes ngx-translate#551

v7.2.0

Toggle v7.2.0's commit message
feat(TranslateCompiler): new compiler that you can override to pre-pr…

…ocess translations

Whenever translations are added (manually or by a loader), they are passed to the compiler for
pre-processing. The default (TranslateFakeCompiler) does nothing.

v7.1.0

Toggle v7.1.0's commit message
fix(TranslateService): don't change lang if it's already selected

0