Skip to content

Commit

Permalink
Merge branch 'release/2.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanDonovan committed Feb 28, 2018
2 parents 351c844 + ad93fbe commit 2d9dece
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
- 2.8.0 2018-02-28
- Added link to node-cache-manager-fs-hash - @rolandstarke
- Bugfix for options object in multiCache.set (#115) - @sebelga
- Bugfix for keysToFetch in getFromHighestProrityCache (#117) - @sebelga

- 2.7.0 2018-02-13
- allow setting, getting and deleting multiple keys (#114) - @sebelga
- allow passing in a function to determine TTL based on store - @sebelga
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,8 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n

* [node-cache-manager-fs-binary](https://github.com/sheershoff/node-cache-manager-fs-binary)

* [node-cache-manager-fs-hash](https://github.com/rolandstarke/node-cache-manager-fs-hash)

* [node-cache-manager-hazelcast](https://github.com/marudor/node-cache-manager-hazelcast)

* [node-cache-manager-memcached-store](https://github.com/theogravity/node-cache-manager-memcached-store)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "2.7.0",
"version": "2.8.0",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d9dece

Please sign in to comment.