re-reselect
Advanced tools
Changelog
2.2.0
isValidCacheKey
method TS type definitionBabel 7
in loose
mode doesn't add anymore classCallCheck
utility to transpiled ES classes. Cache object classes instantiated by mistake without new operator will now fail silently.
Changelog
2.0.0
cacheKey
values no more restricted by default to number
or string
cacheKey
validation delegated to cacheObject
's isValidCacheKey
methodselectorCreator
argument removed in favour of options
objectconsole.warn
when resolverFunction
returns invalid cacheKey
cacheObject
export names renamed (old ones are deprecated):
FlatCacheObject
-> FlatObjectCache
FifoCacheObject
-> FifoObjectCache
LruCacheObject
-> LruObjectCache
cacheObject
implementations using ES Map
objects accepting any value as cacheKey
:
FlatMapCache
FifoMapCache
LruMapCache
sideEffects: false
flag for Webpack 4Changelog
1.0.0
selectorCreator
argument is deprecated in favour of an option objectcacheObject
and selectorCreator
optionsRollup.js
as bundlerChangelog
0.6.3
selectorCreator
Changelog
0.6.1
OutputCachedSelector
and OutputParametricCachedSelector
type definitions