Skip to content

Releases: reduxjs/reselect

v2.5.2

03 Jul 14:32
Compare
Choose a tag to compare

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

21 Apr 13:02
Compare
Choose a tag to compare

Bug Fixes

Include es directory in package.json (#117)

v2.5.0

21 Apr 12:23
Compare
Choose a tag to compare

New features

Add jsnext build (#116)

v2.4.0

16 Apr 22:24
Compare
Choose a tag to compare

New features

Add umd build (#112)

v2.3.0

07 Apr 17:59
Compare
Choose a tag to compare

New features

Add resultFunc property to selectors (#92)

v2.2.1

15 Mar 04:31
Compare
Choose a tag to compare

Remove test files from npm lib folder

v2.2.0

15 Mar 04:08
Compare
Choose a tag to compare

New features

Add Typescript typing to package.json (#94)

v2.1.0

03 Mar 20:08
Compare
Choose a tag to compare

New features

Add resetRecomputations method to selectors (#90)

v2.0.3

01 Feb 20:25
Compare
Choose a tag to compare

Bug Fixes

Fix bug (#78) in defaultMemoize which could cause the memoized value to be mistakenly returned for variadic functions.

v2.0.2

14 Jan 21:19
Compare
Choose a tag to compare

Fix IE8 support by compiling in 'loose' mode