Skip to content

w_module 0.2.0

Compare
Choose a tag to compare
@maxwellpeterson-wf maxwellpeterson-wf released this 30 Jul 21:49
· 586 commits to master since this release

This pre-1.0 minor release of w_module adds some new features, tests, and has breaking changes.

Features

  • #12: Much more robust Module lifecycle, with examples.
  • #17: Upgrade to w_flux 0.3.0

Other Breaking Changes

  • #8: ViewModule and buildComponent() no longer exist. Instead, the base Module class has a new components getter. As a module author you are expected to return a custom components class from the components getter if your module exposes view components. usage example
  • #16: New approach to exposing events in a module using a new DispatchKey.