Skip to content

0.8.1

Compare
Choose a tag to compare
@eadwinCode eadwinCode released this 21 Aug 18:52
· 95 commits to main since this release
9f2451e

What's new

  • Module Service/Providers Encapsulation: Modules has the ability to define services that won't be accessible to other application modules. This provides a proper graph of module dependencies amongst each other and gives a clear information on services exposed and managed by each modules.
  • Module ForwardRef: Modules that depends on another imported module can forward ref the module object to be able to utilize services/providers exposed by that module.
  • ModuleRouter Nesting: ModuleRouter objects can be nested with other ModuleRouter object as necessary for the user

What's Changed

Full Changelog: 0.7.8...0.8.1