Skip to content

Swagger-UI 3.13.3 Released!

Compare
Choose a tag to compare
@shockey shockey released this 14 Apr 00:01
· 2689 commits to master since this release
a0b659a

(released on Friday, April 6, 2018)

Interface changes: you can now return a Promise from a requestInterceptor or responseInterceptor and Swagger-UI will wait for it to resolve.

Changelog:

  • improvement: display parameter enum and default in documentation (via #4191)
  • bugfix: operationIds subject to normalization no longer cause layout misfires (via #4410)
  • bugfix: pass error information to JsonSchemaForm correctly (via #4416)
  • bugfix: relatively resolve OAuth token URLs (via #4180)
  • bugfix: correctly consider initOAuth's additionalQueryStringParams option (via #4419)