Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Releases: zewa666/aurelia-i18next

0.7.1

21 Aug 07:02
Compare
Choose a tag to compare
fix(attribute): fix null check

adds a null check to parent element

0.7.0

19 Aug 19:04
Compare
Choose a tag to compare
feat(test): setup unit test structure for i18n attribute

this sets up the necessary infrastructure to test the i18n attribute implementation

0.6.0

19 Aug 08:56
Compare
Choose a tag to compare
feat(attr): BaseVM and Attribute registration

exposes a new Base-I18N VM which may be used to easier setup translation-support for your VM by extending it. Additionally a custom attribute has been registered to automatically translate newly added DOM nodes

fixes issue https://github.com/zewa666/aurelia-i18next/issues/32