Swagger-UI 3.13.0 Released!
Interface changes: Added onComplete config option; preauthorizeApiKey and preauthorizeBasic instance methods.
Changelog:
- feature:
onCompleteconfig option (#4322) - feature: preauthorization (#4339)
- improvement: show possible reasons when url fetch fails (#4295)
- bugfix: default to empty ImmutableMap when schema is missing (#4341)
- bugfix: remove $$ref key from example if it exists (#4333)
- refactor: create
InfoUrlandInfoBasePath(#4330)