redux_machine 0.1.2
redux_machine: ^0.1.2 copied to clipboard
Redux State Machine and Store with no side-effects.
Changelog #
0.1.2 #
- Added
onErrorargument toStoreBuilderandStateMachineBuilder. - Fixed: don't swallow errors in action dispatch flow.
- Removed
StoreErrorclass.
0.1.1 #
- Added type argument to
StoreEventfor the action payload type for better static analysis. - Added
storefield toStoreEventwhich contains reference to the stateStore(orStateMachine) which produced that event. - Added
Store.changesForto allow listening for changes on a part of the application state.
0.1.0 #
- Deprecated
ReduxMachineimplementation in favor of newStateMachineclass. - Added separate Redux
Storeimplementation which can be used on its own. NewStateMachineusesStoreinternally for state management. - Updated readme with some details on side-effects handling in this library.
0.0.1 #
- Initial version, created by Stagehand