We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0c155 commit c0587f6Copy full SHA for c0587f6
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# k-toolbox change log
2
+
3
+## Version 0.13.0
4
5
+- feat: add blob support to uniqueCount (2a0c155)
6
7
+## Version 0.12.0
8
9
+- feat: add JSON support for blob (ad680c9)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.12.0",
+ "version": "0.13.0",
"exports": {
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
0 commit comments