Releases: robisim74/angular-l10n
Releases · robisim74/angular-l10n
A year later...
Features
- Angular version: 2.0.0 Final Release
- Add support for composed keys (#21)
v0.10.1
v0.10.0
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 ES5umd
bundlesrc
folder: it contains the ES6 files
- Code refactoring:
umd
bundle from 3425 to 1897 lines
BREAKING CHANGES
v0.9.0
Features
- Angular version: 2.0.0-rc.5
- Now you can import the library as modules, see Scenarios and Lazy routing
- Add Getting the translation in component class
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
v0.8.9
Features
- Angular version: 2.0.0-rc.4
- Add support for Local Storage, see the library specification
v0.8.8
Features
- Asynchronous loading through a Web API: for futher information, see the library specification.