v3.0.0-beta7
Pre-release
Pre-release
Note that the 3.0.0-beta6 release has been abandoned due a problem with the way it was published to the NPM registry.
- Change React and related packages to be peer dependencies. (#75)
- Change
simpleMutator
to be namedmutatorAction
(#78) - Change
simpleOrchestrator
to be namedorchestratorAction
(#78) - Change
boundActionCreator
to be namedaction
(#78) - Change orchestrators to be able to return promises, which are exposed to middleware (#79)
- Change mutators to throw if they are async or otherwise returns a value (#79)
- Change mutators to throw if they try to dispatch further actions (#81)