We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2615a07 commit b9b3701Copy full SHA for b9b3701
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# kv-toolbox change log
2
3
+## Version 0.22.0
4
+
5
+- feat: add `byteLength` to JSON serialization of byte arrays (2615a07)
6
7
## Version 0.21.1
8
9
- fix: add `.watch()` method to toolbox (d7c916f)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.21.1",
+ "version": "0.22.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments