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 c5ca277 commit 0c63b0dCopy full SHA for 0c63b0d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# cringe lorg
2
3
+## 10.0.0
4
+
5
+- `cache.fetch()` return type is now `Promise<V | undefined>`
6
+ instead of `Promise<V | void>`. This is an irrelevant change
7
+ practically speaking, but can require changes for TypeScript
8
+ users.
9
10
## 9.1.0
11
12
- `cache.set(key, undefined)` is now an alias for
0 commit comments