Skip to content

Releases: omnidan/redux-undo

Configurable Action Types

21 Sep 14:50
Compare
Choose a tag to compare
  • introduce undoType and redoType 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

21 Sep 14:47
Compare
Choose a tag to compare
  • redux-undo is an enhanced reducer / higher order reducer (undoable) instead of a store enhancer now
  • this makes so many things so much cleaner, have a read of #1 and #2

Initial Release

21 Sep 14:45
Compare
Choose a tag to compare
v0.1.0

Update README.md