Browse Source

Merge branch 'release/1.0.0' into develop

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

2
History.md

@ -1,4 +1,4 @@
- 1.0.0 2015-05-XX
- 1.0.0 2015-05-23
- Added JSDOC generation (`make docs`)
- (Breaking change) By default, cache falsey values like `false`, `0`, and `null`, but not `undefined` (#25).
- Allow users to pass in callback function `isCacheableValue` to specify what to cache.

2
package.json

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

Loading…
Cancel
Save