Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 4a60262

Browse files
add link to the migrate decorator by @mathieudutour
1 parent 0e1dc97 commit 4a60262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Save and load the [Redux][] state with ease.
2525
* [debounce][]: batch multiple save operations
2626
* [filter][]: only store a subset of the whole state tree
2727
* [immutablejs][]: load parts of the state tree as [Immutable][] objects
28+
* [migrate][]: versioned storage with migrations
2829
* Black- and whitelist actions from issuing a save operation
2930

3031
## Installation
@@ -183,4 +184,5 @@ const middleware = createMiddleware(engine, [], [ SHOULD_SAVE ]);
183184
[SAVE]: https://github.com/michaelcontento/redux-storage/blob/master/src/constants.js#L2
184185
[debounce]: https://github.com/michaelcontento/redux-storage-decorator-debounce
185186
[filter]: https://github.com/michaelcontento/redux-storage-decorator-filter
187+
[migrate]: https://github.com/mathieudutour/redux-storage-decorator-migrate
186188
[immutablejs]: https://github.com/michaelcontento/redux-storage-decorator-immutablejs

0 commit comments

Comments
 (0)