Skip to content

Releases: SMILEY4/ktor-swagger-ui

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

1.0.0

09 Dec 21:45
Compare
Choose a tag to compare

🥳

0.9.0

09 Dec 21:39
Compare
Choose a tag to compare
  • make json-schema-generator configurable
  • upgrade to ktor 2.2.1

0.8.0

13 Nov 20:44
Compare
Choose a tag to compare
  • add (basic) support for multipart-bodies

0.7.0

25 Oct 21:58
Compare
Choose a tag to compare
  • add additional configuration-options for swagger-ui
  • fix: add missing enum mapping for schemas

0.6.0

17 Sep 17:16
Compare
Choose a tag to compare
  • added support for custom predefined schemas
  • added support for custom json-schema-builders

0.5.2

16 Sep 10:46
Compare
Choose a tag to compare
  • fixed bug: configured rootPath (in application.conf) not respected

0.5.1

14 Sep 18:17
Compare
Choose a tag to compare
  • fixed bug: security scheme not added to openapi-spec