Skip to content

Releases: ngx-translate/core

v2.2.1

22 Jun 07:24

Choose a tag to compare

<a name"2.2.1">

2.2.1 (2016-06-22)

Bug Fixes

  • npm: update to angular 2 RC 3 (0bbb8fc8)

v2.2.0

16 Jun 12:52

Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-06-16)

Features

v2.1.0

09 May 17:12

Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-05-09)

Features

v2.0.0

27 Apr 15:21

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-04-27)

Bug Fixes

  • npm: update angular 2 peer dependency (38ec3f1a)

Breaking Changes

  • the lib now only works with beta >=16 because of a change in pipe arguments
    (38ec3f1a)

v1.11.3

26 Apr 21:21

Choose a tag to compare

<a name"1.11.3">

1.11.3 (2016-04-26)

Bug Fixes

  • Parser: accept falsy values (3fb23352)

v1.11.2

26 Apr 13:26

Choose a tag to compare

<a name"1.11.2">

1.11.2 (2016-04-26)

Bug Fixes

v1.11.1

15 Apr 09:04

Choose a tag to compare

<a name"1.11.1">

1.11.1 (2016-04-15)

Bug Fixes

  • npm: Updated to beta 15 & removed most peer dependencies (60786305)

v1.11.0

29 Mar 21:09

Choose a tag to compare

<a name"1.11.0">

1.11.0 (2016-03-29)

Bug Fixes

  • TranslateParser: allow keys with dots along with subkeys (692dccc0, closes #56)
  • TranslateService:
    • removed deprecated RxJS fromArray (4b78732e, closes #76)
  • npm:
    • updated minimal version of angular 2 to beta 10 (b74dc347, closes #74)
    • update to angular2-beta.12 (0fdb2bea)

Features

  • TranslateService: allow user to reload lang (475a1a97, closes #65)

BREAKING CHANGES:

Because of recent changes we have to use RxJS >= beta 2 and that means a recent version of Angular 2. You now have to upgrade to Angular beta 10 or more to use ng2-translate.

v1.10.3

20 Mar 14:37

Choose a tag to compare

<a name"1.10.3">

1.10.3 (2016-03-20)

Bug Fixes

  • TranslateParser: allow keys with dots along with subkeys (82001278, closes #56)
  • TranslatePipe: more robust when keys are falsy (28eda375)
  • npm: update to angular2-beta.11 (13eea254)

v1.10.2

18 Mar 09:13

Choose a tag to compare

<a name"1.10.2">

1.10.2 (2016-03-18)

Bug Fixes

  • npm: support for angular2-beta.10 (1d55159f, closes #67)