Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-04-16 | 653 Bytes | |
v4.1.8.tar.gz | 2023-04-16 | 990.4 kB | |
v4.1.8.zip | 2023-04-16 | 998.7 kB | |
Totals: 3 Items | 2.0 MB | 0 |
This release updates our build tooling, tweaks the MergeParameters
type to better handle spread values, and fixes an erroneous .clearCache()
method included on the resultFunc
.
What's Changed
- fix types on resultFunc (#591) by @bdwain in https://github.com/reduxjs/reselect/pull/592
- Port 5.0 build tooling changes from
main
by @markerikson in https://github.com/reduxjs/reselect/pull/606 - Infer correct state when input selectors are a mix of explicit and rest syntax in createSelector by @PeterBul in https://github.com/reduxjs/reselect/pull/602
Full Changelog: https://github.com/reduxjs/reselect/compare/v4.1.7...v4.1.8