Browse Source

0.18.0

feature/specify-what-to-cache
Bryan Donovan 10 years ago
parent
commit
e3c9e0d7c0
  1. 9
      History.md
  2. 2
      package.json

9
History.md

@ -1,3 +1,12 @@
- 0.18.0 2015-02-12
- Minor changes and refactorings including:
- converting to camelcase
- hiding queues inside CallbackFiller
- general example updates
- updated redis example to use latest redis npm
- not trying to pass ttl into cache.set() in getAndPassUp() (this didn't
work anyway)
- 0.17.0 2015-02-05
- Add Additional Options Parameter (#20) - @seanzx85
- Fixing bug with nested calls to wrap() (#21)

2
package.json

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

Loading…
Cancel
Save