Skip to content

Releases: tflori/angular-translator

v3.1.2: define the type for ModuleWithProviders

31 May 06:57
bdb4a5b
Compare
Choose a tag to compare

Changelog:

  • specify the module for the generic type ModuleWithProviders

v3.1.1

09 May 07:03
d32b389
Compare
Choose a tag to compare

Changelog:

  • return a new promise from waitForTranslation to keep the execution inline

Version 3.1

26 Nov 20:00
bca1ab9
Compare
Choose a tag to compare

Changelog

  • fallback to default language (thx to @javix )

v3.0.0-rc.2

09 Nov 11:00
Compare
Choose a tag to compare
switch to @types for version 3.0

v3.0.0-rc.1

09 Nov 07:25
b7cbcb3
Compare
Choose a tag to compare
upgrade tests and http requests to angular 7

Version 3.0

15 Nov 05:30
Compare
Choose a tag to compare

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

17 Jan 06:02
35c0125
Compare
Choose a tag to compare

Changelog

  • use angular 4 for development to create compatible metadata

Version 2.4.0

17 Nov 05:15
Compare
Choose a tag to compare

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

26 Sep 06:11
Compare
Choose a tag to compare

Changelog

  • allowed full language names in providedLanguages (solves #62)

Version 2.3.0

21 Sep 06:02
Compare
Choose a tag to compare

Changelog:

  • added synchronous search method that returns an object of translations
  • splitted instant(string|string[]) to instant(string) and instantArray(string[]) for a cleaner interface
    • instant(string[]) is still allowed for backward compatibility
  • added translateArray and translateSearch as pendant to instantArray and search
  • added observeArray and observeSearch as pendant to instantArray and search