Skip to content

Releases: SMILEY4/ktor-swagger-ui

1.5.0

07 Apr 13:53
Compare
Choose a tag to compare
  • added "hidden"-flag to not include routes in openapi-spec

1.4.0

20 Mar 20:16
Compare
Choose a tag to compare
  • add (basic) support for swagger @Schema-annotation to add more information (mainly description, title, required, nullable) to schemas/fields

1.3.2

17 Mar 16:59
Compare
Choose a tag to compare
  • fix bug: primitive body types (int, float, ...) default to type "string" when specified via generics

1.3.1

17 Mar 16:12
Compare
Choose a tag to compare
  • fix bug: example values for parameters could not be set and were mixed up with the "explode"-option

1.3.0

09 Mar 19:44
Compare
Choose a tag to compare
  • allow multiple security schemes per route

1.2.0

20 Feb 20:44
Compare
Choose a tag to compare
  • 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

18 Feb 12:40
Compare
Choose a tag to compare
  • fix bug: changed canonicalNameObjectRefs to var in plugin-config

1.1.0

25 Jan 20:54
Compare
Choose a tag to compare
  • 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

20 Jan 17:41
Compare
Choose a tag to compare
  • fix bug: json-schemas for maps were not generated correctly

1.0.1

21 Dec 14:23
Compare
Choose a tag to compare
  • exclude documented-route from route-string