Releases: swagger-api/swagger-js
Releases · swagger-api/swagger-js
Swagger-Client 3.4.1 Released!
Swagger-Client 3.4.0 Released!
Interface changes: none.
Swagger-Client 3.3.5 Released!
Interface changes: none.
- Bugfix: object values in
application/x-www-form-urlencodedrequest bodies are now stringified and escaped correctly
Swagger-Client 3.3.4 Released!
Interface changes: none.
- Improvement: modified
JSON.parse/JsYaml.safeLoadswitching logic, it's now easier to slim down Swagger-Client if you don't need YAML parsing (via #1183)
Swagger-Client 3.3.3 Released!
Swagger-Client 3.3.2 Released!
Interface changes: none.
- Improvement: relaxed Lodash version constraints to aid dependency flattening for users (via #1169)
- Bugfix: added support for React Native by switching from
isomorphic-fetchtocross-fetch(via #1158) - Bugfix: added safe access for operationId that threw errors for empty operations - which can be encountered while editing a definition (via #1157)
- Housekeeping: improved CI process to speed up builds (via #1170)
- Housekeeping: added a
build-devscript that creates non-minified dist files (via #1172)
Swagger-Client 3.3.1 Released!
Interface changes: none.
- Bugfix: base URLs are now correctly computed when we have no way to build an absolute URL (via #1166)
Swagger-Client 3.3.0 Released!
Interface changes: none.
- Feature: many OpenAPI 3.0 authentication schemes are now supported (see #1159 for more details)
- Bugfix: OAuth2
bearertoken types are no longer case-sensitive, and will always result in aBearerprefix in the Authorization header (via #1156) - Bugfix: OpenAPI 3.0 documents without
serversdefined no longer cause TypeEerrors when trying to execute (via #1160) - Bugfix:
requestInterceptorandresponseInterceptoroptions now intercept definition and $ref download requests (via #1161) - Housekeeping: loosened our grip on
fetch-mock's version, since they patched a release that broke our tests (via #1162)
Swagger-Client 3.2.2 Released!
Swagger-Client v3.2.1 Released!
This release contains no source changes; it constrains fast-json-patch's version in order to avoid noisy warnings present in their latest versions.