Releases: omnidan/redux-undo
Releases · omnidan/redux-undo
0.6.1
1.0-beta2
1.0-beta1
0.6
Consistency \m/
0.4.3: Update Dependencies
v0.4.3 0.4.3: update dependencies
0.4.2: initTypes and better debugging
0.4.1: Small fixes
- small fixes in documentation
- fixes for new
distinctState()
helper
0.4: new filter function, distinctState() helper
- new filter function:
filter(action, currentState, previousState)
distinctState()
helper- this release fixes #10
BREAKING CHANGE: .currentState
is now .present
typeof history === 'UndoList'
- structured history like an UndoList in elm (this fixes issue #6 and makes undo/redo cleaner in general)
- improved debugging of history changes:
- removed
index
andinitialIndex
as it's not needed anymore - introduced
initialState
and newinitialHistory