mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
v0.2.5
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user