Releases: reduxjs/reselect
Releases · reduxjs/reselect
v2.5.3
Bug Fixes
Reverts a Typescript change that was a breaking change. It will be reinstated in a major release. (#145)
v2.5.2
Bug Fixes
When a selector uses defaultMemoize
, if an exception is thrown for a set of arguments then the selector should also throw when called again with those arguments. (#144)
v2.5.1
Bug Fixes
Include es directory in package.json (#117)
v2.5.0
New features
Add jsnext build (#116)
v2.4.0
New features
Add umd build (#112)
v2.3.0
New features
Add resultFunc
property to selectors (#92)
v2.2.1
Remove test files from npm lib folder
v2.2.0
New features
Add Typescript typing to package.json (#94)
v2.1.0
New features
Add resetRecomputations
method to selectors (#90)
v2.0.3
Bug Fixes
Fix bug (#78) in defaultMemoize
which could cause the memoized value to be mistakenly returned for variadic functions.