We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9516fa + 62fc5bf commit e62705cCopy full SHA for e62705c
History.md
@@ -1,3 +1,7 @@
1
+- 2.3.0 2016-12-22
2
+ - Updating isCacheableValue description in README; README syntax error fix (#70, #71) - @lukechilds
3
+ - Calling back with null as first argument in memory store to keep style consistent (#72) - @defcc
4
+
5
- 2.2.0 2016-10-19
6
- Adding multi_caching.reset() (#63) - @disjunction
7
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
0 commit comments