-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Redux Remember to work with [email protected] and [email protected]
- Loading branch information
Showing
4 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ | |
|
||
Redux Remember saves and loads your redux state from a key-value store of your choice. | ||
|
||
__Important__ | ||
|
||
The current version of Redux Remember is tested with [email protected]+.<br /> | ||
In case you are using TypeScript and want to use Redux Remember with an older versions of Redux you might need to switch back to version 4.2.2 of Redux Remember. | ||
|
||
__Key features:__ | ||
- Saves (persists) and loads (rehydrates) only allowed keys and does not touch anything else. | ||
- Completely unit and battle tested. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "redux-remember", | ||
"version": "4.2.2", | ||
"version": "5.0.0", | ||
"description": "Saves and loads your redux state from a key-value store of your choice", | ||
"author": "Iskren Slavov <[email protected]>", | ||
"license": "MIT", | ||
|