Skip to content
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
merged 10 commits into from
Aug 12, 2019
Merged

#2808 Preloaded state is now selectively partial (instead of deeply partial). #3485

merged 10 commits into from
Aug 12, 2019

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    a02a58f View commit details
    Browse the repository at this point in the history
  2. 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.
    Shakeskeyboarde committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    0259308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d38713 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Removed DeepPartial import from tests.

    Leaving the definition in place as removing it would be a breaking change.
    Shakeskeyboarde committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    0020860 View commit details
    Browse the repository at this point in the history
  2. Made prettier happy.

    Shakeskeyboarde committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    1ec1188 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from reduxjs/master

    Syncing with reduxjs master.
    Shakeskeyboarde authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    2c56fdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93017ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b770b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    27c3a4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba87fe View commit details
    Browse the repository at this point in the history