Skip to content

Releases: swagger-api/swagger-js

v3.18.4

02 Feb 15:09

Choose a tag to compare

3.18.4 (2022-02-02)

Bug Fixes

v3.18.3

25 Jan 15:35

Choose a tag to compare

3.18.3 (2022-01-25)

Bug Fixes

v3.18.2

19 Jan 12:12

Choose a tag to compare

3.18.2 (2022-01-19)

Bug Fixes

  • normalizeSwagger: fix regression in swagger normalization (1f9db2b)

v3.18.1

14 Jan 14:34

Choose a tag to compare

3.18.1 (2022-01-14)

Bug Fixes

  • specmap: fix deep merging when applying patch (#2324) (65fcd22)

v3.18.0

21 Dec 10:06

Choose a tag to compare

3.18.0 (2021-12-21)

Features

  • add support aborting requests in tags interface (7b6bdc2), closes #2349

v3.17.0

14 Oct 08:33

Choose a tag to compare

3.17.0 (2021-10-14)

Features

Other changes

  • replace lodash utils with native JavaScript alternatives (1556f58, e3d4ef3, af2b86c)
  • replace Buffer.isBuffer with ArrayBuffer.isView (eae9bbc)

v3.16.1

10 Sep 06:49

Choose a tag to compare

3.16.1 (2021-09-10)

Bug Fixes

  • security: depend on min version of lodash >= 4.17.21 (374ef79)

v3.16.0

20 Aug 13:11

Choose a tag to compare

3.16.0 (2021-08-20)

Features

  • deps: bump formdata-node from 3.7.0 to 4.0.0 (#2196) (3da4ae8)
  • formdata: add compatibility layer that transforms Buffers into Blobs

v3.15.0

09 Aug 13:46

Choose a tag to compare

3.15.0 (2021-08-09)

Features

  • deps: bump js-yaml from 3.14.1 to 4.1.0 (3937607), closes #2026 #1970
  • build: unify how we use cross-fetch to reduce resulting bundle size (1e8839c)

v3.14.1

27 Jul 10:52

Choose a tag to compare

3.14.1 (2021-07-27)

Bug Fixes

  • package: add additional mappings for browser field (db0cd91), closes #2154