Browse Source

Merge branch 'release/1.2.0' into develop

feature/fix-isCacheableValue-usage
Bryan Donovan 9 years ago
parent
commit
77a73e844c
  1. 3
      History.md
  2. 2
      package.json

3
History.md

@ -1,3 +1,6 @@
- 1.2.0 2015-10-07
- using `isCacheableValue` in `getFromHighestPriorityCache` and `getAndPassUp` (#32).
- 1.1.0 2015-07-22
- Allow stores to override isCacheableValue. - @PuKoren
- Allow overriding ttl in memory cache's set function. - @zhudan

2
package.json

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

Loading…
Cancel
Save