Commit fad4f7f 1 parent af2441a commit fad4f7f Copy full SHA for fad4f7f
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# kv-toolbox change log
2
2
3
+ ## Version 0.19.0
4
+
5
+ - feat: add toolbox APIs (1e0842f)
6
+ - feat: add default export (0600060)
7
+ - feat: add ability to retrieve response with toolbox (b0281f6)
8
+ - feat: add blob as JSON to toolbox (6bf5d7d)
9
+ - fix: default export (335bcd7)
10
+ - fix: add filename to export response on toolbox (af2441a)
11
+ - chore: update deps and Deno v2 (64bfe85)
12
+ - chore: update crypto bench (2485218)
13
+ - docs: update verbiage in README (#14 )
14
+ - docs: fix inline doc refs (72c580b)
15
+
3
16
## Version 0.18.0
4
17
5
18
- feat: support DataView in JSON (3ce809b)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kitsonk/kv-toolbox" ,
3
- "version" : " 0.19.0-beta.6 " ,
3
+ "version" : " 0.19.0" ,
4
4
"exports" : {
5
5
"." : " ./toolbox.ts" ,
6
6
"./batched_atomic" : " ./batched_atomic.ts" ,
You can’t perform that action at this time.
0 commit comments