Releases: SMILEY4/ktor-swagger-ui
Releases · SMILEY4/ktor-swagger-ui
1.1.0
- use simpleName instead of canonicalName for objects by default, can be configured via
canonicalNameObjectRefs
- upgrade to ktor 2.2.2
- bugfix: fixed "operationsSorter"-value
1.0.2
- fix bug: json-schemas for maps were not generated correctly
1.0.1
- exclude documented-route from route-string
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