Releases: SMILEY4/ktor-swagger-ui
Releases · SMILEY4/ktor-swagger-ui
0.9.0
- make json-schema-generator configurable
- upgrade to ktor 2.2.1
0.8.0
- add (basic) support for multipart-bodies
0.7.0
- add additional configuration-options for swagger-ui
- fix: add missing enum mapping for schemas
0.6.0
- added support for custom predefined schemas
- added support for custom json-schema-builders
0.5.2
- fixed bug: configured rootPath (in application.conf) not respected
0.5.1
- fixed bug: security scheme not added to openapi-spec
0.5.0
- protect Swagger-UI and OpenApi-json with custom authentication
- improved/proper support for generics in schemas (e.g.
body<MyResponse>()
as alternative to body(MyResponse::class)
)
- support external json-schemas for bodies
- support for default responses and responses for custom status-codes
- support
operationId
- add
@DslMarker
for more safety
0.3.0
Support examples for request and response bodies
0.2.0
replace java class with kclass