Browse Source

Merge branch 'release/0.15.0'

feature/nested-cache-fetch-fix 0.15.0
Bryan Donovan 10 years ago
parent
commit
192e11307b
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.15.0 2014-12-18
Moved cache queue before the store get function (up to 2x performance boost). (#18) - aletorrado
Added domain support to make sure the wrap callback function is always called - aletorrado
- 0.14.0 2014-10-15 - 0.14.0 2014-10-15
Set ttl in wrap #14 - nguyenchr Set ttl in wrap #14 - nguyenchr
Added JSCS for style checking Added JSCS for style checking

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "cache-manager", "name": "cache-manager",
"version": "0.14.0", "version": "0.15.0",
"description": "Cache module for Node.js", "description": "Cache module for Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save