Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

58 lines (40 loc) · 1.66 KB

Changelog

3.0.0

Migrate w_flux to null-safety.

2.11.0

Create ActionV2 class with non-nullable payloads in preparation for null-safety.

2.10.15

  • Dependency upgrades

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 now store

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