Releases: SMILEY4/ktor-swagger-ui
Releases · SMILEY4/ktor-swagger-ui
2.2.1
2.2.0
2.1.0
2.0.0
- improved automatic schema handling
- changes in plugin-configuration
- removed
canonicalNameObjectRefs
,schemasInComponentSection
,examplesInComponentSection
,jsonSchemaBuilder
- replaced
automaticTagGenerator
withgenerateTags
- added
encoding
-section
- removed
- 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
Merge branch 'develop' into release
2.0.0-rc.2
- print exceptions that are thrown during api generation
2.0.0-rc
- smarter automatic schema handling
- plugin configuration
- removed
canonicalNameObjectRefs
,schemasInComponentSection
,examplesInComponentSection
,jsonSchemaBuilder
- replaced
automaticTagGenerator
withgenerateTags
- added section
encoding
- removed
- 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