We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a78ee commit 0ceb01cCopy full SHA for 0ceb01c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# kv-toolbox change log
2
3
+## Version 0.24.0
4
+
5
+- feat: migrate import/export to `@deno/kv-utils` (aab2420)
6
+- docs: type check inline documentation (deee889)
7
+- chore: only CI against Deno 2 (f9828ce)
8
+- chore: add Deno canary to CI (84a78ee)
9
10
## Version 0.23.0
11
12
- feat: migrate to @deno/kv-utils (68f23a0)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.23.0",
+ "version": "0.24.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments