This commit is contained in:
Conduitry 2018-03-24 09:59:40 -04:00
parent bbfd336cc2
commit 34bebebf9c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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",