This commit is contained in:
Mariusz Nowak
2012-09-21 15:16:19 +02:00
parent a62f1680af
commit 6fbbd9da9b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
v0.2.1 -- 2012.09.21
* Fix missing global reference in method option logic
* Fix variable visibility in async option logic
* Lint cleanup
v0.2.0 -- 2012.09.21
* Modularization and general algorithm cleanup
* Cache is limited (max option) using LRU instead of FIFO algorithm

View File

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