Version 3.3.0
This release tweaks the way transactions occur when an action is dispatched. Instead of non-destructively merging a change-set into the old state, it is now cloned. This should pave the way for future updates that provide undo behavior.
mapByinternal function now accepts an initial value- Changed
Microcosm::dispatchcopy strategy. Instead of merging a change set, it now directly modifies a clone of the previous state. - Added
Microcosm::clone. This method defines how state is copied before dispatching an action.