This commit is contained in:
Mariusz Nowak
2012-10-03 15:42:35 +02:00
parent 28da3c9c0d
commit faa468bbf8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
v0.2.2 -- 2012.10.03
* preFetch functionality for maxAge variant
* Prevent memoization of already memoized functions
v0.2.1 -- 2012.09.21
* Fix missing global reference in method option logic
* Fix variable visibility in async option logic

View File

@@ -1,6 +1,6 @@
{
"name": "memoizee",
"version": "0.2.1",
"version": "0.2.2",
"description": "Complete memoize/cache solution. Works with any type and length of function arguments",
"main": "lib",
"scripts": {