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