Swagger-JS 3.0.3 Released!
Interface changes: No runtime interface changes, but the bundle file is now exported as a UMD module.
- Added
loadSpec
option tofetch
that allows optimistic loading of a resource as text, regardless of responseContent-Type
- Added authorizations to instance
execute
- Fixed an issue where path and operation parameters weren't being merged (#965)
- Added
contextUrl
option that allows user to specify the URL that a spec is in the context of