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.
1 parent 4e3fb2c commit 7f343b1Copy full SHA for 7f343b1
History.md
@@ -1,3 +1,7 @@
1
+- 0.16.0 2015-01-07
2
+ Get and pass up feature to update higher caches. (#19) - raadad
3
+ Minor style tweaks/jscs update.
4
+
5
- 0.15.0 2014-12-18
6
Moved cache queue before the store get function (up to 2x performance boost). (#18) - aletorrado
7
Added domain support to make sure the wrap callback function is always called - aletorrado
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
- "version": "0.15.0",
+ "version": "0.16.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
0 commit comments