We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e23829 commit 3c37462Copy full SHA for 3c37462
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# kv-toolbox change log
2
3
+## Version 0.25.0
4
+
5
+- feat: add query module (fb3fa44)
6
+- feat: add matches op to query (2e23829)
7
+- docs: improve query docs (0f1bce7)
8
9
## Version 0.24.1
10
11
- refactor: migrate fully to import maps (030d205)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.25.0-beta.1",
+ "version": "0.25.0",
"exports": {
".": "./toolbox.ts",
"./batched_atomic": "./batched_atomic.ts",
0 commit comments