This repository was archived by the owner on Jan 29, 2024. It is now read-only.
Releases: strong-roots-capital/memoize
Releases · strong-roots-capital/memoize
v3.0.2
v3.0.1
v3.0.0
v2.0.0
2.0.0 (2021-10-31)
Bug Fixes
- fix type inferencing in consuming packages (bf0e4f4)
- implement lru with es6 map (4e5eb26), closes #1
- type inferencing in consuming packages (c7c1402)
BREAKING CHANGES
memoize
only accepts thunks and unary functions.- cache-hits are generated with strict equality, so
equivalent but different objects and arrays will produce a cache miss.
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
2.0.0-beta.1 (2021-10-19)
Bug Fixes
BREAKING CHANGES
memoize
only accepts thunks and unary functions.- cache-hits are generated with strict equality, so
equivalent but different objects and arrays will produce a cache miss.