File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.4 - 27 Oct 2023
2
+ Improvement:
3
+ - [ #24 ] ( https://github.com/elysiajs/elysia-swagger/pull/24 ) - adding schema validity test
4
+
5
+ Change:
6
+ - [ #48 ] ( https://github.com/elysiajs/elysia-swagger/pull/48 ) update Swagger UI to 4.9.0
7
+ - [ #36 ] ( https://github.com/elysiajs/elysia-swagger/pull/36 ) point to generated .d.ts instead of raw .ts
8
+
9
+ Bug fix:
10
+ - [ #41 ] ( https://github.com/elysiajs/elysia-swagger/pull/41 ) parameters mapping, fix
11
+ - [ #43 ] ( https://github.com/elysiajs/elysia-swagger/pull/43 ) typo in default documentation
12
+
1
13
# 0.7.3 - 26 Sep 2023
2
14
Feature:
3
15
- [ #19 ] ( https://github.com/elysiajs/elysia-swagger/pull/19 ) feat: handle nullish response types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elysiajs/swagger" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4 " ,
4
4
"description" : " Plugin for Elysia to auto-generate Swagger page" ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
You can’t perform that action at this time.
0 commit comments