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 84010a4 commit 9e29b78Copy full SHA for 9e29b78
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# kv-toolbox change log
2
3
+## Version 0.28.0
4
+
5
+- feat: support listing of blobs (84010a4)
6
7
## Version 0.27.4
8
9
- fix: uniqueCount handles falsey keyparts properly (ac1d5da)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.27.4",
+ "version": "0.28.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments