micro-memoize
Advanced tools
Changelog
2.0.0
isMatchingKey
method to provide match test on entire key vs iterative equalityBREAKING CHANGES
transformKey
must be an Array
(would previously coalesce it for you)NEW FEATURES
isMatchingKey
will matching on entire key vs isEqual
, which does an iterative comparison of arguments in ordersize
property to cache
Changelog
1.8.1
getKeyIndex
being passed as memoize
for promisesChangelog
1.8.0
onCacheAdd
, onCacheChange
, and onCacheHit
firingsChangelog
1.7.0
onCacheHit
and onCacheChange
when promise functions successfully resolveChangelog
1.6.3
slice
usages with cloneArray
utilityChangelog
1.6.1
slice
calls for key storage (performance)Changelog
1.6.0
onCacheAdd
optionoptions
for higher-order memoization library usage