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