Skip to content

Releases: robisim74/angular-l10n

v1.4.2

30 Jan 20:10
Compare
Choose a tag to compare

Features

  • Angular version: ^2.4.0
  • Add support for OnPush Change Detection strategy (#47)

Bug fixes

  • Fix white spaces in directives (#46)

v1.4.1

06 Jan 18:32
Compare
Choose a tag to compare

Features

  • Angular version: ^2.4.0
  • Improve performance for more than one provider of translation data

v1.4.0

21 Dec 22:48
Compare
Choose a tag to compare

Features

  • Angular version: ^2.4.0

v1.3.0

10 Dec 01:16
Compare
Choose a tag to compare

Features

v1.2.0

15 Nov 21:18
Compare
Choose a tag to compare

Features

v1.1.1

16 Oct 14:10
Compare
Choose a tag to compare

Features

  • Angular version: ^2.1.0
  • Improvements: transition from getter to observable for Locale superclass.

v1.1.0

13 Oct 20:39
Compare
Choose a tag to compare

Features

  • Angular version: ^2.1.0

v1.0.3

30 Sep 21:17
Compare
Choose a tag to compare

Features

  • Angular version: ^2.0.0
  • Add ability to use locale as language (#24)

Bug fixes

  • Fix validation of number in IE/Edge (#24)

v1.0.2

23 Sep 23:47
Compare
Choose a tag to compare

Features

  • Angular version: ^2.0.0
  • Lazy loading: add support for more than one translation (#22)

v1.0.1

16 Sep 22:14
Compare
Choose a tag to compare

Features

  • Angular version: 2.0.0 Final Release
  • As the official version of Angular 2, now the library is structured as follows:
    • bundles folder: it contains the ES5 umd bundle
    • src folder: it contains the ES5 files with module setted to es2015 and the .metadata.json files for AoT compilation

Bug fixes

  • Fix AoT compilation (#23)