Este commit está contenido en:
Conduitry 2018-03-24 09:59:40 -04:00
padre bbfd336cc2
commit 34bebebf9c
Se han modificado 2 ficheros con 6 adiciones y 1 borrados

Ver fichero

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

Ver fichero

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