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

Releases: zewa666/aurelia-i18next

0.7.1

21 Aug 07:02

Choose a tag to compare

fix(attribute): fix null check

adds a null check to parent element

0.7.0

19 Aug 19:04

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

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