w_module 0.2.0
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
Other Breaking Changes
- #8: ViewModule and
buildComponent()
no longer exist. Instead, the base Module class has a newcomponents
getter. As a module author you are expected to return a custom components class from thecomponents
getter if your module exposes view components. usage example - #16: New approach to exposing events in a module using a new DispatchKey.