Migrate w_flux to null-safety.
Create ActionV2 class with non-nullable payloads in preparation for null-safety.
- Dependency upgrades
Support for react-dart 0.9.x (which moves to ReactJS 0.14)
Check out the detailed release notes.
- Store now uses a named constructor when specifying a transformer instead of an optional constructor parameter
Check out the detailed release notes.
- Added batched redraws
Check out the detailed release notes.
- Relaxed react dependency range to include 0.8.x
Check out the detailed release notes.
There are no breaking changes in this release. The bump to 1.0.0 occurred as this project was open-sourced.
- Now using dart_dev for tooling
- Documentation and examples have been updated
- Reporting code coverage to Codecov.io
Check out the detailed release notes.
- Actions are now awaitable
- FluxComponent provides a default implementation of getStoreHandlers
- FluxComponent adds redrawOn
- triggerOnAction with async onAction functions now works properly
- BREAKING CHANGE Store no longer extends Stream
- BREAKING CHANGE FluxComponent's
stores
getter is nowstore
- Shorter action dispatch
- Add triggerOnAction to store
- Support throttling of store triggers
- Allow react-dart 0.7.x releases
- Initial version of w_flux