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