Skip to content

Releases: robisim74/angular-l10n

A year later...

15 Sep 20:20
Compare
Choose a tag to compare

Features

  • Angular version: 2.0.0 Final Release
  • Add support for composed keys (#21)

v0.10.1

13 Sep 20:56
Compare
Choose a tag to compare

Features

  • Angular version: 2.0.0-rc.7
  • Add ability to pass parameters to the translation (#19)

v0.10.0

02 Sep 22:33
Compare
Choose a tag to compare

Features

  • Angular version: 2.0.0-rc.6
  • 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 ES6 files
  • Code refactoring: umd bundle from 3425 to 1897 lines

BREAKING CHANGES

  • SystemJs
    • add to map the umd bundle: see README
  • Webpack
    • use import 'angular2localization;': see README
  • Change all import { ... } from 'angular2localization/angular2localization;' to import { ... } from 'angular2localization;' in all components

v0.9.0

23 Aug 09:18
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • Rename pipes in camel case (see Getting the translation):
    • localedate to localeDate
    • localedecimal to localeDecimal
    • localepercent to localePercent
    • localecurrency to localeCurrency

v0.8.10

10 Aug 20:59
Compare
Choose a tag to compare

Features

  • Angular version: 2.0.0-rc.5

v0.8.9

28 Jul 08:28
Compare
Choose a tag to compare

Features

v0.8.8

20 Jul 19:39
Compare
Choose a tag to compare

Features

v0.8.7

06 Jul 13:16
Compare
Choose a tag to compare

Features

  • Angular: updated to new forms.

BREAKING CHANGES

  • validateLocaleNumber no longer supports the old forms.

v0.8.6

01 Jul 15:05
Compare
Choose a tag to compare

Features

  • Angular: upgraded to 2.0.0-rc.4.
  • As the official version of Angular 2, are now provided:
    • a umd bundle;
    • the library classes compiled in es2015 in esm directory.

BREAKING CHANGES

  • System bundle is no longer provided.

v0.8.5

27 Jun 10:17
Compare
Choose a tag to compare

Features

  • Angular: upgraded to 2.0.0-rc.3.