Skip to content

Commit ddd6094

Browse files
committed
Release 0.18.0
1 parent c33207e commit ddd6094

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# kv-toolbox change log
22

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+
311
## Version 0.17.0
412

513
- feat: add `toBlob()` (9b874dc)

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitsonk/kv-toolbox",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"exports": {
55
"./batched_atomic": "./batched_atomic.ts",
66
"./blob": "./blob.ts",

0 commit comments

Comments
 (0)