This commit is contained in:
Mariusz Nowak
2012-10-04 21:11:40 +02:00
parent 4c7d2cc819
commit b91f94d18c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
v0.2.3 -- 2012.10.04
* Fixed serious bug related to not properly cleared cache when working in
regular mode
v0.2.2 -- 2012.10.03
* preFetch functionality for maxAge variant
* Prevent memoization of already memoized functions

View File

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