Skip to content

Releases: swagger-api/swagger-js

Swagger Client 3.12.0 Released!

29 Oct 13:12

Choose a tag to compare

Changelog

  • fix(resolver): bail out from all-off plugin prematurely (#1783) (#1362) (e524ba7)
  • feat(build-request): add support for openIdConnect type (#1775)

Swagger Client 3.11.1 Released!

01 Oct 17:40

Choose a tag to compare

Changelog

  • fix: check node type before treating object as reference (#1719) (#1720)
  • docs(http-client): document request cancellation via AbortSignal (3554539)

Swagger Client 3.11.0 Released!

17 Sep 17:59

Choose a tag to compare

Changelog

  • feat(build): use core-js@3 (#1716)

Swagger Client 3.10.13 Released!

14 Sep 09:50

Choose a tag to compare

Changelog

  • fix(build): include sourcemap along with build artifact in npm distro
  • fix(resolver): support legacy fetch override as an alias of http
  • fix(security): fix security issues in npm tree (100635f)
  • build: set minimal node version to v10.21.0 (076aa05)

Swagger Client 3.10.12 Released!

13 Jul 08:52

Choose a tag to compare

3.10.12 (2020-07-13)

Bug Fixes

  • security: update lodash to v4.17.19 (40876bb)

Swagger Client 3.10.11 Released!

07 Jul 21:33

Choose a tag to compare

3.10.11 (2020-07-07)

Bug Fixes

  • build: add backward compatible support for ES6 artifacts (dc1a39c)

Swagger Client 3.10.10 Released!

06 Jul 11:45

Choose a tag to compare

3.10.10 (2020-07-06)

Bug Fixes

  • resolver: support legacy fetch override as an alias of http (d8945c4), closes #1417

Improvements

  • expose optimized build artifacts ES6, commonjs, browser bundles, closes #1542

Swagger Client 3.10.9 Released!

25 Jun 18:09

Choose a tag to compare

3.10.9 (2020-06-25)

Bug Fixes

  • build: include sourcemap along with build artifact in npm distro (9e89732), closes #1482

Swagger Client 3.10.8 Released!

18 Jun 19:54

Choose a tag to compare

3.10.8 (2020-06-18)

Bug Fixes

  • resolver: pass global http option via resolve instance method (#1560) (8a1cfe5), closes #1479
  • scheme: make scheme comparison case insensitive (#1562) (79fd3d7), closes #1531 #1473
  • TryItOutExecutor: pass request/response interceptors via instance method (#1559) (a91e11a), closes #1476

Swagger Client 3.10.7 Released!

12 Jun 12:46

Choose a tag to compare

3.10.7 (2020-06-12)

Bug Fixes

  • build-artifacts: fix corrupted build artifacts (3c88c90), closes #1553