Browse Source

version 0.0.2

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
90e1615e5c
  1. 10
      History.md
  2. 2
      package.json

10
History.md

@ -0,0 +1,10 @@
- 0.0.1
Initial release.
- 0.0.2
Added ability to pass in a store module that isn't already instantiated.
E.g.,
```javascript
var store = require('/path/my_memory_store');
cache = caching({store: store});
```

2
package.json

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

Loading…
Cancel
Save