v0.2.0
This commit is contained in:
parent
bbfd336cc2
commit
34bebebf9c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# v0.2.0
|
||||
|
||||
- Add ability to extend memoization behavior with `memor.add` and `memor.addCustom`
|
||||
- Support keying on prototype-less objects
|
||||
|
||||
# v0.1.4
|
||||
|
||||
- Add function to clear all cached values for a memoized function
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "memor",
|
||||
"version": "0.1.4",
|
||||
"version": "0.2.0",
|
||||
"description": "More memoization",
|
||||
"keywords": ["memoize", "memoization"],
|
||||
"main": "./dist/index.cjs.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue