Redux Undo Versions Save

:recycle: higher order reducer to add undo/redo functionality to redux state containers

v1.0.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/omnidan/redux-undo/compare/v1.0.0...v1.0.1

v1.0.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/omnidan/redux-undo/compare/v0.6.0...v1.0.0

v1.1.0

9 months ago

Thanks to @alexander-heimbuch we are now using Vite to build the project (https://github.com/omnidan/redux-undo/pull/305)! πŸŽ‰

This allows us to export UMD as well as MJS builds and have our tooling ready for future updates.

What's Changed

New Contributors

Full Changelog: https://github.com/omnidan/redux-undo/compare/v1.0.1...v1.1.0

beta9

7 years ago
  • upgrade dependencies
  • windows support #104 - thanks to @pl4u #105

beta8

8 years ago
  • improved insertion behaviour: now the state is stored to past on the next action that happens (except if the previous action was filtered) - this fixes #86
  • jspm support :metal: - just run:
jspm install redux-undo=github:omnidan/redux-undo@master

to install redux-undo from latest master

beta7

8 years ago
  • Improved debug logs - #68 by @pl12133
  • Added basic example for throttling - #78 by @peteruithoven
  • Added combineFilters() helper - #80 by @Bear-Foot
  • Support UMD builds - #82 by @weslleyaraujo

Thanks a lot to all contributors - you are awesome! :grin:

beta6

8 years ago

Release often!

  • Reintroduce distinctState filter as deprecated.
  • Include examples in the form of an Undoable Todo app.

beta5

8 years ago

Broken release (it is a beta after all), use 1.0-beta6 instead.

beta4

8 years ago

Welcome to the redux-undo team, @pl12133 and @tiemevanveen - and thanks for all contributions!

  • remove redundant dependencies
  • implement CLEAR_HISTORY action (thanks @pl12133)
  • add gitter link to README.md
  • more tests and some fixes (thanks to @pl12133 and @tiemevanveen)
  • allow initialization of state from redux createStore (thanks to @tiemevanveen)
  • clarify debug messages (thanks to @pl12133)
  • make beta default (in README.md), add link to 0.6 README

Full list of changes/commits

beta3

8 years ago
  • Upgraded dependencies
 babel-eslint             ^4.1.8  β†’  ^5.0.0
 eslint                    ^1.10  β†’    ^2.2
 eslint-config-standard   ^4.4.0  β†’  ^5.1.0
 eslint-plugin-react     ^3.16.1  β†’  ^4.1.0
  • New build chain (global installation of build tools not needed anymore :metal:)