w_flux 2.1.0 w_flux: ^2.1.0 copied to clipboard
Flux library for uni-directional dataflow inspired by reflux and Facebook's flux architecture.
Changelog #
2.1.0 #
Support for react-dart 0.9.x (which moves to ReactJS 0.14)
2.0.0 #
Check out the detailed release notes.
- Store now uses a named constructor when specifying a transformer instead of an optional constructor parameter
1.1.0 #
Check out the detailed release notes.
- Added batched redraws
1.0.1 #
Check out the detailed release notes.
- Relaxed react dependency range to include 0.8.x
1.0.0 #
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
0.3.0 #
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
0.2.0 #
- Shorter action dispatch
- Add triggerOnAction to store
- Support throttling of store triggers
- Allow react-dart 0.7.x releases
0.1.0 #
- Initial version of w_flux