Releases: tflori/angular-translator
Releases · tflori/angular-translator
v3.1.2: define the type for ModuleWithProviders
v3.1.1
Version 3.1
Changelog
- fallback to default language (thx to @javix )
v3.0.0-rc.2
switch to @types for version 3.0
v3.0.0-rc.1
upgrade tests and http requests to angular 7
Version 3.0
Changelog
- updated tests to angular 7
- implemented new HttpClient
- updated import statements for latest version of Observable
- updated peer dependencies to angular 7 (this version requires angular 7 or later)
Version 2.4.1
Changelog
- use angular 4 for development to create compatible metadata
Version 2.4.0
Changelog
- store a map for common pipes and remove usage of
PipeResolver
(adds compatibility to angular 5; solves #64) - use
Object.defineProperty()
to change the Promise in tests
Version 2.3.1
Changelog
- allowed full language names in
providedLanguages
(solves #62)
Version 2.3.0
Changelog:
- added synchronous search method that returns an object of translations
- splitted
instant(string|string[])
toinstant(string)
andinstantArray(string[])
for a cleaner interfaceinstant(string[])
is still allowed for backward compatibility
- added
translateArray
andtranslateSearch
as pendant toinstantArray
andsearch
- added
observeArray
andobserveSearch
as pendant toinstantArray
andsearch