We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23da00b commit 515cc99Copy full SHA for 515cc99
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# kv-toolbox change log
2
3
+## Version 0.27.0
4
+
5
+- feat: add JSON serialization to query (23da00b)
6
+- docs: fixup inline query examples (b58731b)
7
8
## Version 0.26.0
9
10
- feat: integrate keys and query (8b6eabd)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.26.0",
+ "version": "0.27.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments