You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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