-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2808 Preloaded state is now selectively partial (instead of deeply partial). #3485
Merged
timdorr
merged 10 commits into
reduxjs:master
from
Shakeskeyboarde:2808-fix-create-store-deep-partial
Aug 12, 2019
Merged
#2808 Preloaded state is now selectively partial (instead of deeply partial). #3485
timdorr
merged 10 commits into
reduxjs:master
from
Shakeskeyboarde:2808-fix-create-store-deep-partial
Aug 12, 2019
Commits on Jul 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a02a58f - Browse repository at this point
Copy the full SHA a02a58fView commit details -
Improved CombinedState, PreloadedState, and removed UnCombinedState.
Found a better way to type check CombinedState which allows the $CombinedState symbol property marker to be optional. Since it's optional, it's no longer necessary to strip it off in the Reducer state parameter type and return type. This leaves the type definition for Reducer unmodified, reduces the number of types required by one, and makes the resolved types and stack traces clearer.
Configuration menu - View commit details
-
Copy full SHA for 0259308 - Browse repository at this point
Copy the full SHA 0259308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d38713 - Browse repository at this point
Copy the full SHA 5d38713View commit details
Commits on Aug 2, 2019
-
Removed DeepPartial import from tests.
Leaving the definition in place as removing it would be a breaking change.
Configuration menu - View commit details
-
Copy full SHA for 0020860 - Browse repository at this point
Copy the full SHA 0020860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec1188 - Browse repository at this point
Copy the full SHA 1ec1188View commit details -
Merge pull request #1 from reduxjs/master
Syncing with reduxjs master.
Configuration menu - View commit details
-
Copy full SHA for 2c56fdb - Browse repository at this point
Copy the full SHA 2c56fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93017ef - Browse repository at this point
Copy the full SHA 93017efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b770b - Browse repository at this point
Copy the full SHA 22b770bView commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 27c3a4d - Browse repository at this point
Copy the full SHA 27c3a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fba87fe - Browse repository at this point
Copy the full SHA fba87feView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.