This commit is contained in:
Mariusz Nowak
2014-07-28 18:20:01 +02:00
parent fd0f39c3d5
commit a678982875
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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)
v0.3.5 -- 2014.07.07
* Fix internal id genaration, for primitive, length = 1 case.
Ids were not serialized to strings, and that caused issues with other

View File

@@ -1,6 +1,6 @@
{
"name": "memoizee",
"version": "0.3.5",
"version": "0.3.6",
"description": "Memoize/cache",
"author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",
"keywords": [