Browse Source

release notes for 0.6.0

hotfix/0.7.1
Bryan Donovan 11 years ago
parent
commit
824c211eb7
  1. 5
      History.md
  2. 2
      package.json

5
History.md

@ -1,3 +1,8 @@
- 0.6.0 2014-06-15
Adding caching.keys() function (issue #6)
Updating examples/redis_example/example.js with cache.keys() usage
Allow calling memory store get() without callback
- 0.5.0 2014-05-02
Adding reset() function to caching.js. Closes #5.

2
package.json

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

Loading…
Cancel
Save