Releases: medikoo/memoizee
Releases · medikoo/memoizee
v0.2.5
Fix primitive handling for dynamic arguments length
v0.2.4
Throw on circular invocations, they cannot be memoized as intended.
v0.2.3
Fixed serious bug related to not properly cleared cache when working in regular mode
v0.2.2
- preFetch functionality for maxAge variant
- Prevent memoization of already memoized functions
v0.2.1
- Fix missing global reference in method option logic
- Fix variable visibility in async option logic
- Lint cleanup
v0.2.0
- Modularization and general algorithm cleanup
- Cache is limited (max option) using LRU instead of FIFO algorithm
- Improved async mode, and its handling by other options
v0.1.1
- Fix dispose invocations for no arguments call
- Small documentation improvements
v0.1.0
Initial. Derived from es5-ext package, added async
, maxAge
, refCounter
, max
and dispose
options.