Releases: SMILEY4/ktor-swagger-ui
Releases · SMILEY4/ktor-swagger-ui
2.7.5
- bump victools/jsonschema-generator to 4.33+ and include Option.INLINE_NULLABLE_SCHEMAS
2.7.4
- fix bug: incorrect handling of rootHostPath
2.7.3
- change name of AuthScheme#BEARER from "Bearer" to "bearer"
- bump ktor version to 2.3.7
- bump swagger-parser version to 2.1.19
2.7.2
- fix bug: invalid property "name" in security schemes
2.7.1
- fix: displayed routes using the resources-plugin contained parameters in the url
2.7.0
- upgraded dependency versions
- fixed: missing properties that start with 'is[A-Z]' #60
2.6.0
- allow for multiple openapi-specs and swagger-uis
- simpler request and response-body schema customization (oneOf, multipleOf, custom)
2.5.0
- add support for type-safe routes / resources-plugin
2.4.0
- add support for external documentation