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

TypeScript update for 4.x #486

Merged
merged 21 commits into from
Oct 17, 2021
Merged

Commits on Jul 30, 2020

  1. Use Callable Type Signature for Memoize Callback in createSelectorCre…

    …ator
    
    Addresses issue #20007 by adding a callable type signature for the memoize callback in createSelectorCreator. This avoids a type error when using Lodash Memoize as the first argument in createSelectorCreator
    micahbales committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4987a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    95742f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae1033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f55536 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ef9f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a0d0a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e07330e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05fce95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8574786 View commit details
    Browse the repository at this point in the history
  9. fix(types/createStructuredSelector): default output type to match inp…

    …ut type (provides cleaner defaults)
    eXamadeus committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ab245c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    d3bbd08 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    3b11f31 View commit details
    Browse the repository at this point in the history
  2. Update TS to 4.4

    markerikson committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    47a8e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a8c911 View commit details
    Browse the repository at this point in the history
  4. Update types to target TS 4.2+

    Used types from #3
    markerikson committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    b6aae7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f62f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6194b27 View commit details
    Browse the repository at this point in the history
  7. Fix issues with equality/memoize fns and createSelectorCreator

    - Extracted standalone `EqualityFn` type
    - Removed incorrect `index` param from equality args
    - Added specialized overload of `createSelectorCreator` specifically
      for usage with `defaultMemoize`, for better inference
    
    Ref: reduxjs#384 (comment)
    markerikson committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    30eb68b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d7430c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e232714 View commit details
    Browse the repository at this point in the history
  10. 4.1.0-alpha.0

    markerikson committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4556d0f View commit details
    Browse the repository at this point in the history