Skip to content

Releases: swagger-api/swagger-js

Swagger Client 3.10.6 Released!

04 Jun 17:27

Choose a tag to compare

3.10.6 (2020-06-04)

Bug Fixes

Swagger Client 3.10.5 Released!

28 May 17:05

Choose a tag to compare

3.10.5 (2020-05-28)

Bug Fixes

  • Proper encoding of OAS2 collectionFormat cases when not multi, e.g. csv (#1550) (b023192)

Swagger Client 3.10.4 Released!

21 May 18:06

Choose a tag to compare

3.10.4 (2020-05-21)

Changelog

Bug Fixes

  • form-data: use form-data polyfill backward compatible with node >= 4 (18a000)

Swagger Client 3.10.3 Released!

14 May 19:56

Choose a tag to compare

3.10.3 (2020-05-14)

Changelog

  • housekeeping: update release-it config (#1543)
  • housekeeping: update webpack config
  • docs: improved documentation
  • test: remove explicit return from generated describe block (#1536)

Bug Fixes

  • buildRequest of multipart/formdata with array entries (#1527) (b35d36b)

Swagger Client 3.10.2 Released!

07 May 15:48

Choose a tag to compare

3.10.2 (2020-05-07)

Changelog

docs: improve documentation
housekeeping: update cross-fetch to version 3.0.4

Bug Fixes

Swagger Client 3.10.1 Released!

23 Apr 23:56

Choose a tag to compare

Changelog
  • improvement: support empty basic auth passwords (#1497)
  • improvement: make baseUrl method available for consumption (#1495)
  • docs(HTTPClient): increase documentation coverage (#1507)
  • housekeeping: add maintenance note to baseUrl function (#1502)

Swagger Client 3.10.0 Released!

17 Jan 19:30

Choose a tag to compare

Changelog
  • feature: x-tokenName OAuth extension support in OpenAPI 3.0 (#1489)
  • improvement: URL-encode query parameter names (#1487)
  • housekeeping: npm audit fixes (#1493)

Swagger Client 3.9.6 Released!

18 Nov 00:20

Choose a tag to compare

Changelog

  • housekeeping: npm audit fix (#1484)

Swagger Client 3.9.5 Released!

12 Oct 01:42

Choose a tag to compare

Changelog
  • improvement: send Accept: application/json, application/yaml for all document fetches (#1478)
  • housekeeping: npm audit concerns (#1474)

Swagger Client 3.9.4 Released!

01 Sep 01:12

Choose a tag to compare

Changelog

  • improvement: bypass style/explode processing for Parameter.content values (#1469)
  • improvement: add newline remover for Header values (#1468)