This commit is contained in:
Mariusz Nowak
2013-07-22 19:39:53 +02:00
parent 2b4cf268c8
commit be4cfadbd4
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
v0.2.5 -- 2013.06.21
* Fix primitive handling for dynamic arguments length
v0.2.4 -- 2013.03.23
* Throw on circular invocations, they cannot be memoized as intended.

View File

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