Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Releases: omnidan/redux-undo

0.6.1

22 Feb 18:56

Choose a tag to compare

  • Updated 0.6 branch to babel6
  • Check out beta2 😉

1.0-beta2

31 Jan 15:12

Choose a tag to compare

1.0-beta2 Pre-release
Pre-release
  • 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

Choose a tag to compare

1.0-beta1 Pre-release
Pre-release
  • 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

Choose a tag to compare

0.6
  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

v0.4.3

0.4.3: update dependencies

0.4.2: initTypes and better debugging

26 Sep 14:02

Choose a tag to compare

  • improved debugging (thanks a lot, @FredyC)
    screenshot of the new debugging output
  • introduce initTypes option (fixes #11 - thanks a lot, @FredyC 😁)
  • cleaned up code

0.4.1: Small fixes

25 Sep 19:36

Choose a tag to compare

  • small fixes in documentation
  • fixes for new distinctState() helper

0.4: new filter function, distinctState() helper

25 Sep 19:33

Choose a tag to compare

  • 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

Choose a tag to compare

  • structured history like an UndoList in elm (this fixes issue #6 and makes undo/redo cleaner in general)
  • improved debugging of history changes: https://i.imgur.com/UZySpDY.png
  • removed index and initialIndex as it's not needed anymore
  • introduced initialState and new initialHistory