This commit is contained in:
Mariusz Nowak
2014-08-14 11:23:11 +02:00
parent a1a889c569
commit 4a21ea4fc7
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
v0.3.6 -- 2014.07.28
v0.3.7 -- 2014.08.14
* Fix prefetch support for asynchronous functions (#19)
* Configure lint scripts
v0.3.6 -- 2014.07.28
* Fix race condition issue related to clear/delete calls and returning id's (#18)
* Fix maxAge major cache handling issue (on timeout instead of individual record whole cache was
cleared)

View File

@@ -1,7 +1,7 @@
{
"name": "memoizee",
"version": "0.3.6",
"description": "Memoize/cache",
"version": "0.3.7",
"description": "Memoize/cache function results",
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
"memoize",
@@ -17,7 +17,8 @@
"gc",
"weak",
"garbage",
"collector"
"collector",
"async"
],
"repository": {
"type": "git",