Sourced from reselect's releases.
v4.1.7
This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing
MergeParameterstype implementation. Happily, the TS team provided a better (and simpler!)MergeParametersimplementation. Since that only works with TS 4.7+, we've reworked the internals to handle providing the old implementation to TS 4.2..4.6, and the new implementation to TS 4.7 and greater.As a user, there should be no visible change - just update to 4.1.7.
What's Changed
- Include 4.6 in the TS test matrix by
@lukeapagein reduxjs/reselect#576- TS 4.9 compat by
@markeriksonin reduxjs/reselect#587Full Changelog: https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7
v4.1.6
This release updates the TS types to better handle cases with default parameters, or
any/unknowntypes.What's Changed
- Fix https://github.com/facebook/flipper/issues/563 - Make it an error when the typings become incorrect by
@lukeapagein reduxjs/reselect#572Full Changelog: https://github.com/reduxjs/reselect/compare/v4.1.5...v4.1.6
32b6638 Release 4.1.7e4c2ace Merge pull request https://github.com/facebook/flipper/issues/587 from reduxjs/feature/ts-4.9-compat11ed107 Rewrite MergeParameters to work with TS 4.95b83d04 Bump TS to 4.8f57ef85 Move TS 4.1 types into src/legacyTypes69a4ff4 Bump Prettier and RTKe5d99b9 Update TS test matrix to 4.9 RCf53eb41 Merge branch 'master' of github.com:reduxjs/reselect9d62d03 Release 4.1.6d49e4e1 Give internal memoize callback functions names for dev readability