redux-undo

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

MIT License

Downloads
389.2K
Stars
2.9K
Committers
41

Bot releases are visible (Hide)

redux-undo - 1.0.1 Latest Release

Published by omnidan about 1 year ago

What's Changed

New Contributors

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

redux-undo - 1.0.0

Published by omnidan about 1 year ago

What's Changed

New Contributors

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

redux-undo - 1.1.0

Published by omnidan about 1 year 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

redux-undo - 1.0-beta9

Published by omnidan about 8 years ago

  • upgrade dependencies
  • windows support #104 - thanks to @pl4u #105
redux-undo - 1.0-beta8

Published by omnidan over 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 🀘 - just run:
jspm install redux-undo=github:omnidan/redux-undo@master

to install redux-undo from latest master

redux-undo - 1.0-beta7

Published by omnidan over 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! 😁

redux-undo - 1.0-beta6

Published by pl12133 over 8 years ago

Release often!

  • Reintroduce distinctState filter as deprecated.
  • Include examples in the form of an Undoable Todo app.
redux-undo - 1.0-beta5

Published by pl12133 over 8 years ago

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

redux-undo - 1.0-beta4

Published by omnidan over 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

redux-undo - 1.0-beta3

Published by omnidan over 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 🀘)
redux-undo - 0.6.1

Published by omnidan over 8 years ago

  • Updated 0.6 branch to babel6
  • Check out beta2 πŸ˜‰
redux-undo - 1.0-beta2

Published by omnidan over 8 years ago

  • Update README.md with info about 1.0 (beta)
  • Fix babel and peerdependency issues (this fixes CI too!)
redux-undo - 1.0-beta1

Published by omnidan over 8 years ago

  • Fixed custom filter syntax in README.md (closes #26)
  • Removed deprecated history property (closes #29)
  • Upgraded dependencies (1.0-beta1 comes with babel 6!)
redux-undo - 0.6

Published by omnidan almost 9 years ago

  • 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 🀘
redux-undo - Consistency \m/

Published by omnidan almost 9 years ago

  • renamed ifAction to includeAction, closed #16
  • simplified api, improved README.md structure, closed #17
  • JS standard code style 🀘
redux-undo - 0.4.3: Update Dependencies

Published by omnidan almost 9 years ago

redux-undo - 0.4.2: initTypes and better debugging

Published by omnidan about 9 years ago

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

Published by omnidan about 9 years ago

  • small fixes in documentation
  • fixes for new distinctState() helper
redux-undo - 0.4: new filter function, distinctState() helper

Published by omnidan about 9 years ago

  • new filter function: filter(action, currentState, previousState)
  • distinctState() helper
  • this release fixes #10

BREAKING CHANGE: .currentState is now .present

redux-undo - Configurable Action Types

Published by omnidan about 9 years ago

  • 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
Package Rankings
Top 1.03% on Npmjs.org
Top 6.68% on Proxy.golang.org
Badges
Extracted from project README
NPM version (>=1.0) NPM Downloads Coverage Status Dependencies js-standard-style GitHub license https://i.imgur.com/M2KR4uo.gif