Releases: omnidan/redux-undo
Releases · omnidan/redux-undo
0.6.1
22 Feb 18:56
Compare
Sorry, something went wrong.
No results found
Updated 0.6 branch to babel6
Check out beta2 😉
1.0-beta2
31 Jan 15:12
Compare
Sorry, something went wrong.
No results found
Update README.md with info about 1.0 (beta)
Fix babel and peerdependency issues (this fixes CI too!)
1.0-beta1
31 Jan 15:10
Compare
Sorry, something went wrong.
No results found
Fixed custom filter syntax in README.md (closes #26 )
Removed deprecated history property (closes #29 )
Upgraded dependencies (1.0-beta1 comes with babel 6!)
0.6
15 Dec 23:17
Compare
Sorry, something went wrong.
No results found
small refinements in README.md
added unit tests, closed #5 (thank you, @pl12133 😄)
implemented jump to future/past with index, closed #13 (thank you too, @leomelin 😃)
all issues closed now 🤘
Consistency \m/
15 Dec 23:13
Compare
Sorry, something went wrong.
No results found
renamed ifAction to includeAction, closed #16
simplified api, improved README.md structure, closed #17
JS standard code style 🤘
0.4.3: Update Dependencies
11 Nov 00:43
Compare
Sorry, something went wrong.
No results found
v0.4.3
0.4.3: update dependencies
0.4.2: initTypes and better debugging
26 Sep 14:02
Compare
Sorry, something went wrong.
No results found
improved debugging (thanks a lot, @FredyC )
introduce initTypes option (fixes #11 - thanks a lot, @FredyC 😁)
cleaned up code
0.4.1: Small fixes
25 Sep 19:36
Compare
Sorry, something went wrong.
No results found
small fixes in documentation
fixes for new distinctState() helper
0.4: new filter function, distinctState() helper
25 Sep 19:33
Compare
Sorry, something went wrong.
No results found
new filter function: filter(action, currentState, previousState)
distinctState() helper
this release fixes #10
BREAKING CHANGE: .currentState is now .present
typeof history === 'UndoList'
21 Sep 14:44
Compare
Sorry, something went wrong.
No results found
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 and initialIndex as it's not needed anymore
introduced initialState and new initialHistory