This commit is contained in:
Mariusz Nowak
2014-07-07 12:27:36 +02:00
parent da0f3356a7
commit 96b354626f
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
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
internal logiv, which e.g. treated `null` case specifically.
Fixes #15 (Thanks @isaacg for reporting)
v0.3.4 -- 2014.06.22
* Fix async handling in case of clear between two async calls
(assurance of unique cache ids solves that). Fixes #13

View File

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