Browse Source

Merge branch 'release/0.4.0' into develop

feature/nested-cache-fetch-fix
Bryan Donovan 11 years ago
parent
commit
be2a7ce437
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 0.4.0 2014-05-02
New arg to ignore cache errors. if set cache errors will be ignored
and the cache_manager will go to the backing store. (Thanks londonjamo).
- 0.3.0 2013-12-08
Bound the get, set and del functions to their original “this” context when assigning a store.
(Thanks to Boyan Rabchev)

2
package.json

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

Loading…
Cancel
Save