This commit is contained in:
Mariusz Nowak
2013-03-23 16:11:01 +01:00
parent 28c770166e
commit ec90653d30
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
v0.2.4 -- 2013.03.23
* Throw on circular invocations, they cannot be memoized as intended.
v0.2.3 -- 2012.10.04
* Fixed serious bug related to not properly cleared cache when working in
regular mode

View File

@@ -1,6 +1,6 @@
{
"name": "memoizee",
"version": "0.2.3",
"version": "0.2.4",
"description": "Complete memoize/cache solution. Works with any type and length of function arguments",
"main": "lib",
"scripts": {
@@ -34,12 +34,12 @@
"node": ">=0.4"
},
"dependencies": {
"es5-ext": "0.9.x",
"es5-ext": "~0.9.2",
"event-emitter": "~0.2.1",
"next-tick": "0.1.x"
},
"devDependencies": {
"tad": "0.1.x"
"tad": "~0.1.15"
},
"author": "Mariusz Nowak <medikoo+memoize@medikoo.com> (http://www.medikoo.com/)",
"license": "MIT"