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