Releases: emergent-design/translatable
Releases · emergent-design/translatable
v1.2.0 release
v1.1.1 release
Reworked the resource initialisation and loading functions so that modules can be requested simultaneously.
v1.1.0 release
- Updated the dependencies
- Removed explicit dependency on analyzer so that it doesn't have version conflicts when using translatable within an angular application.
- Added an attribute "withMixin" to instruct the generated class to use the source class as a mixin as well as an interface definition. This allows any concrete methods implemented in the source class to be included.
- Permit key overrides via annotation
v1.0.1 release
Added an initialised event to the resources class.