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 ac1d5da commit 61446d8Copy full SHA for 61446d8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# kv-toolbox change log
2
3
+## Version 0.27.4
4
+
5
+- fix: uniqueCount handles falsey keyparts properly (ac1d5da)
6
7
## Version 0.27.3
8
9
- feat: add limit to query (e3fc987)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.27.3",
+ "version": "0.27.4",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments