Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@SMILEY4 SMILEY4 released this 17 Nov 15:02
  • added core annotations to specify schema 'type' and 'format': @Schema, @Type. Can be added on classes and fields
  • exposes swagger library via gradle "api"
  • swagger compilation step treats both openapi30 type and openapi31 types as valid types
  • fixed bug: NPE during swagger compile inline step when using classes that have a nullable sealed class property