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+
15# 1.3.0-exp.1 - 1 May 2025
26Improvement:
37- 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' })
5252 }
5353 )
5454 . post ( '/json' , ( { body } ) => body , {
55- parse : ' formdata',
55+ parse : [ 'json' , ' formdata'] ,
5656 body : 'schema' ,
5757 response : 'schema'
5858 } )
Original file line number Diff line number Diff line change 11{
22 "name" : " @elysiajs/swagger" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "description" : " Plugin for Elysia to auto-generate Swagger page" ,
55 "author" : {
66 "name" : " saltyAom" ,
7373 "openapi-types" : " ^12.1.3" ,
7474 "pathe" : " ^1.1.2"
7575 }
76- }
76+ }
You can’t perform that action at this time.
0 commit comments