We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33207e commit ddd6094Copy full SHA for ddd6094
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# kv-toolbox change log
2
3
+## Version 0.18.0
4
+
5
+- feat: support DataView in JSON (3ce809b)
6
+- feat: initial implementation of crypto (77f0df0)
7
+- chore: add superserial to byte_size bench (2e9aa1e)
8
+- chore: update std version (b519f94)
9
+- tests: fix fragile size_of test (c33207e)
10
11
## Version 0.17.0
12
13
- feat: add `toBlob()` (9b874dc)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@kitsonk/kv-toolbox",
- "version": "0.17.0",
+ "version": "0.18.0",
"exports": {
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
0 commit comments