This commit is contained in:
Mariusz Nowak
2013-10-08 15:23:17 +02:00
parent ff85fb5228
commit 86fc11ac86
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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 <medikoo+memoize@medikoo.com> (http://www.medikoo.com/)",
"license": "MIT"