Skip to content

2.0.0

Compare
Choose a tag to compare
@SMILEY4 SMILEY4 released this 05 Jun 21:04
· 286 commits to release since this release
  • 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