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