mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-01-18 16:37:21 +01:00
v0.3.7
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user