We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3ad1 commit d569a05Copy full SHA for d569a05
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 4.3.0
2
+
3
+* feat: expose `cache.unset` - **[@fdegiuli](https://github.com/fdegiuli)** [#31](https://github.com/groupon/node-cached/pull/31)
4
+ - [`4e296af`](https://github.com/groupon/node-cached/commit/4e296afed9ce305ed27f94fb9d0e011a01d0bd87) **feat:** expose `cache.unset`
5
6
7
### 4.2.3
8
9
* docs: Update memory backend docs - **[@fdegiuli](https://github.com/fdegiuli)** [#29](https://github.com/groupon/node-cached/pull/29)
package.json
@@ -1,6 +1,6 @@
{
"name": "cached",
- "version": "4.2.3",
+ "version": "4.3.0",
"description": "Simple access to a cache",
"license": "BSD-3-Clause",
"main": "lib/cached.js",
0 commit comments