mongo-cache
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,6 @@ | ||
**1.0.1** (2014-05-11) | ||
- fix for get on queries with no results | ||
**1.0.0** (2014-05-11) | ||
@@ -5,3 +10,2 @@ | ||
- get, set | ||
- express middleware | ||
{ | ||
"name": "mongo-cache", | ||
"description": "Simple MongoDB Cache for nodejs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Bryant Williams <b.n.williams@gmail.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -5,6 +5,5 @@ ## Simple MongoDB cache for node.js | ||
```bash | ||
npm install node-mongo-cache | ||
npm install mongo-cache | ||
``` | ||
## Examples | ||
@@ -29,3 +28,2 @@ ```CoffeeScript | ||
## License | ||
@@ -40,3 +38,1 @@ ©2014 Bryant Williams under the [MIT license](http://www.opensource.org/licenses/mit-license.php): | ||
Sorry, the diff of this file is not supported yet
4223
36