Skip to content

Releases: robisim74/angular-l10n

v0.5.2

29 Apr 10:13
Compare
Choose a tag to compare

Features

  • Added output events to LocaleService when language, country or currency changes (#5).
  • Angular2: upgraded to beta.17.

v0.5.1

26 Apr 09:45
Compare
Choose a tag to compare

Bug fixes

  • Added definePreferredLocale and setCurrentLocale methods to resolve a disagreement between the browser language and the country and the currency.

Features

  • Angular2: upgraded to beta.16.

v0.5.0

21 Apr 13:48
Compare
Choose a tag to compare

Features

  • Added the localization of dates and numbers.
  • Angular2: upgraded to beta.15.

v0.4.0

31 Mar 20:17
Compare
Choose a tag to compare

Features

  • npm: created the npm module that supports both the bundle loading that the use of SistemJS.
  • Angular2: upgraded to beta.13.

BREAKING CHANGES

  • Renamed LocalizationPipe to TranslatePipe.
  • New imports for services and pipes:
// Services.
import {LocaleService} from 'angular2localization/angular2localization'; // LocaleService class.
import {LocalizationService} from 'angular2localization/angular2localization'; // LocalizationService class.
// Pipes.
import {TranslatePipe} from 'angular2localization/angular2localization'; // TranslatePipe class.