Browse Source

Merge branch 'release/1.1.0' into develop

feature/fix-isCacheableValue-usage
Bryan Donovan 10 years ago
parent
commit
419986dfd7
  1. 4
      History.md
  2. 2
      package.json

4
History.md

@ -1,3 +1,7 @@
- 1.1.0 2015-07-22
- Allow stores to override isCacheableValue. - @PuKoren
- Allow overriding ttl in memory cache's set function. - @zhudan
- 1.0.0 2015-05-23 - 1.0.0 2015-05-23
- Added JSDOC generation (`make docs`) - Added JSDOC generation (`make docs`)
- (Breaking change) By default, cache falsey values like `false`, `0`, and `null`, but not `undefined` (#25). - (Breaking change) By default, cache falsey values like `false`, `0`, and `null`, but not `undefined` (#25).

2
package.json

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

Loading…
Cancel
Save