| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-11-04 | 849 Bytes | |
| v4.1.7.tar.gz | 2022-11-04 | 1.0 MB | |
| v4.1.7.zip | 2022-11-04 | 1.0 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing MergeParameters type implementation. Happily, the TS team provided a better (and simpler!) MergeParameters implementation. 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 @lukeapage in https://github.com/reduxjs/reselect/pull/576
- TS 4.9 compat by @markerikson in https://github.com/reduxjs/reselect/pull/587
Full Changelog: https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7