Skip to content

Releases: emergent-design/translatable

v1.2.0 release

23 Mar 23:41
Compare
Choose a tag to compare

Updated for null safety

v1.1.1 release

19 Aug 21:40
Compare
Choose a tag to compare

Reworked the resource initialisation and loading functions so that modules can be requested simultaneously.

v1.1.0 release

17 Aug 09:21
Compare
Choose a tag to compare
  • 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

05 Nov 14:36
Compare
Choose a tag to compare
Added an initialised event to the resources class.