Releases: SMILEY4/ktor-swagger-ui
Releases · SMILEY4/ktor-swagger-ui
1.5.0
- added "hidden"-flag to not include routes in openapi-spec
1.4.0
- add (basic) support for swagger @Schema-annotation to add more information (mainly description, title, required, nullable) to schemas/fields
1.3.2
- fix bug: primitive body types (int, float, ...) default to type "string" when specified via generics
1.3.1
- fix bug: example values for parameters could not be set and were mixed up with the "explode"-option
1.3.0
- allow multiple security schemes per route
1.2.0
- add config (
ignoredRouteSelectors
) to ignore specific ktor route-selectors
- enable usage of custom object schemas as object or array
- add option to mark routes as deprecated
- bugfix: changed
canonicalNameObjectRefs
in plugin-config from val to var
1.1.1
- fix bug: changed canonicalNameObjectRefs to var in plugin-config
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