Skip to content

Releases: Workiva/w_module

w_module 0.2.0

30 Jul 21:49
Compare
Choose a tag to compare

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.

w_module 0.1.0

04 Jun 19:32
Compare
Choose a tag to compare

This is the first release of w_module. Check out the README for usage information.