Skip to content

Releases: aurelia/i18n

0.2.1

21 Sep 09:44
Compare
Choose a tag to compare
fix(nf): fixes nfvalueconverter with null||undefined options

this converts null and undefined options provided to the nfvalueconverter to
an empty object

fixes issue https://github.com/aurelia/i18n/issues/14

0.2.0

11 Sep 11:46
Compare
Choose a tag to compare
feat(params): params for attribute based translation

adds an t-params attribute to support the attribute translation and
enable providing params for the given translation key.

Fixes issue https://github.com/aurelia/i18n/issues/9

0.1.2

08 Sep 16:34
Compare
Choose a tag to compare
chore(update): updates aurelia dependencies

 updates the used aurelia dependencies

0.1.1

08 Sep 12:00
Compare
Choose a tag to compare
fix(build): removes babel runtime

this removes the unnecessary babel runtime setting for the gulp build

0.1.0

27 Aug 15:32
Compare
Choose a tag to compare
Merge pull request #4 from aurelia/initial-checkin

Initial checkin