micro-memoize
Advanced tools
Changelog
4.0.8
strict
mode in TypeScriptChangelog
4.0.7
getKeyIndex
helpers for more speed in each key situationChangelog
4.0.6
then
interface (.then(onFulfilled, onRejected)
) instead of ES spec (.then(onFulfilled).catch(onRejected)
) for broader supportChangelog
4.0.5
getKeyIndex
is used and no keys are in the cacheChangelog
4.0.4
.pop()
to cap cache to maxSize
when possible (slight performance improvement)Changelog
4.0.3
MicroMemoize
namespace (which is how it was for 4.0.0
, but it got lost)