Skip to content

Releases: SMILEY4/ktor-swagger-ui

2.2.1

21 Jul 23:36
Compare
Choose a tag to compare
  • fixed a bug where the component name of schemas of inner array elements was wrong

2.2.0

18 Jun 17:45
Compare
Choose a tag to compare
  • publish to maven central

2.1.0

17 Jun 22:29
Compare
Choose a tag to compare
  • add flag protected to route-documentation to overwrite default behaviour, i.e. manually mark route as protected or not

2.0.0

05 Jun 21:04
Compare
Choose a tag to compare
  • improved automatic schema handling
  • changes in plugin-configuration
    • removed canonicalNameObjectRefs, schemasInComponentSection, examplesInComponentSection, jsonSchemaBuilder
    • replaced automaticTagGenerator with generateTags
    • added encoding-section
  • schema and example generation process more extendable (via encoding-config section) allowing for simpler integration of other schema-generators and json-serializers (e.g. supporting kotlinx and multiplatform) - see KotlinxExample.kt
  • print exceptions thrown during api generation

2.0.0-rc.3

28 May 12:39
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release
Merge branch 'develop' into release

2.0.0-rc.2

26 May 18:26
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release
  • print exceptions that are thrown during api generation

2.0.0-rc

26 May 16:38
Compare
Choose a tag to compare
2.0.0-rc Pre-release
Pre-release
  • smarter automatic schema handling
  • plugin configuration
    • removed canonicalNameObjectRefs, schemasInComponentSection, examplesInComponentSection, jsonSchemaBuilder
    • replaced automaticTagGenerator with generateTags
    • added section encoding
  • schema and example generation process more extendable (via encoding-config section) allowing for simpler integration of other schema generators and json-serializers (e.g. supporting kotlinx and multiplatform) - see KotlinxExample.kt

1.6.1

20 Apr 14:20
Compare
Choose a tag to compare
  • upgrade swagger parser to 2.1.13 due to vulnurabilities

1.6.0

17 Apr 20:12
Compare
Choose a tag to compare
  • add @Example-Annotation to add example values directly on fields of the model
  • support for (some features of) the openapi-core @Schema-Annotation

1.5.0

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