From 86fc11ac86c21804559cfc3ebe2f6d87ef631402 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 8 Oct 2013 15:23:17 +0200 Subject: [PATCH] v0.2.6 --- CHANGES | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a148c47..3403075 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v0.2.6 -- 2013.10.08 +* Fix internal events propagation when handling async calls that + resolve with errors. `asyncpurge` was emitted for values that had no + `asyncinit` emitted. Issue #9 + v0.2.5 -- 2013.06.21 * Fix primitive handling for dynamic arguments length diff --git a/package.json b/package.json index bcad6a8..0921481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memoizee", - "version": "0.2.5", + "version": "0.2.6", "description": "Complete memoize/cache solution. Works with any type and length of function arguments", "main": "lib", "scripts": { @@ -39,7 +39,7 @@ "next-tick": "0.1.x" }, "devDependencies": { - "tad": "~0.1.16" + "tad": "~0.1.19" }, "author": "Mariusz Nowak (http://www.medikoo.com/)", "license": "MIT"