File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.3.1
2
+ Bug fix:
3
+ - Using relative path for specPath
4
+
1
5
# 1.3.0-exp.1 - 1 May 2025
2
6
Improvement:
3
7
- use static response for documentation page
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const app = new Elysia({ prefix: '/api' })
52
52
}
53
53
)
54
54
. post ( '/json' , ( { body } ) => body , {
55
- parse : ' formdata',
55
+ parse : [ 'json' , ' formdata'] ,
56
56
body : 'schema' ,
57
57
response : 'schema'
58
58
} )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elysiajs/swagger" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " Plugin for Elysia to auto-generate Swagger page" ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
73
73
"openapi-types" : " ^12.1.3" ,
74
74
"pathe" : " ^1.1.2"
75
75
}
76
- }
76
+ }
You can’t perform that action at this time.
0 commit comments