Skip to content

0.27.0

Compare
Choose a tag to compare
@aliokan aliokan released this 10 Jul 05:54
· 14 commits to master since this release

Dependencies

Features

  • InjectionUtil.addDefinition automatically maps all definitions from a passed collection (of MappingDefinition). It filters the useless ones if the owner got class metadata (@dependency) that specifies required dependencies. You can switch off filtering with 3rd method argument. [DoclerLabs/hexInject@7c35ab0]
  • @type metadata added to Flow dsl for static compilers to define abstract fields in the locator class. [DoclerLabs/hexDSL@5f5fddc]
  • @lazy metadata added to Flow dsl for static compilers to define lazy variable (instancied when/if it is used). [DoclerLabs/hexDSL@201058a]

Enhancements

Bugs