Skip to content

Releases: SMILEY4/ktor-swagger-ui

0.5.0

10 Sep 15:30
Compare
Choose a tag to compare
  • 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.4.0

03 Sep 21:29
Compare
Choose a tag to compare
add oauth flows

0.3.0

01 Sep 18:47
Compare
Choose a tag to compare
Support examples for request and response bodies

0.2.0

20 Aug 22:14
Compare
Choose a tag to compare
replace java class with kclass

0.1.0

20 Aug 14:28
Compare
Choose a tag to compare
prepare for publishing