Skip to content

1.2.0

Compare
Choose a tag to compare
@SMILEY4 SMILEY4 released this 11 Sep 19:35
· 97 commits to release since this release
  • added TitleType.OPENAPI_SIMPLE, TitleType.OPENAPI_FULL, RefType.OPENAPI_SIMPLE, RefType.OPENAPI_FULL as options for swagger that generate results confirming to the openapi-spec
  • RefType.OPENAPI_FULL replaces RefType.FULL as the default for swagger schemas
  • renames step withAutoTitle(...) to withTitle(...)
  • step withTitle(...) can take a builder function to provide a custom title
  • step compileReferencing(...) and compileReferencingRoot(...) can take a builder function to provide a custom path
  • fixed bug: redirecting to nullable types did not work correctly