Releases: omnidan/redux-undo
Releases · omnidan/redux-undo
Configurable Action Types
- introduce
undoType
andredoType
in config - if specified, use that as the action type for undo/redo instead of the default action types:
@@redux-undo/UNDO
and@@redux-undo/REDO
Enhanced Reducers
Initial Release
v0.1.0 Update README.md