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 f5dae8a commit ab3f4ebCopy full SHA for ab3f4eb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# kv-toolbox change log
2
3
+## Version 0.29.0
4
+
5
+- feat: add blob support to query (f5dae8a)
6
7
## Version 0.28.1
8
9
- fix: batched_atomic: properly handle multiple mutations (4d02534)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.28.1",
+ "version": "0.29.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments