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 tobody(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