Skip to content

Releases: swagger-api/swagger-editor

Swagger Editor 3.11.0 Released!

05 Jun 03:24

Choose a tag to compare

3.11.0 (2020-06-05)

Features

  • validation for OAS3 min/max values (#2164) (6acd249)
  • support for SWAGGER_FILE env variable in docker images (#2072) (f93e1ea)

Bug Fixes

Housekeeping

Swagger Editor 3.10.0 Released!

28 May 18:22

Choose a tag to compare

3.10.0 (2020-05-28)

Features

  • Validate OAS3 component names (#2102) (5a9fdfe)
  • Validate OAS3 schema components (#2159) (c28b832)
  • Validate schema default value against the enum (#2140)
  • Validate that OAS3 parameter references, header references, and requestBody schema references point to the correct component types (#2135, #2133, #2112)

Bug Fixes

  • Fix false positives in requestBody $ref validation (#2124), resolves #2096
  • RFC3986_UNRESERVED_CHARACTERS regex (#2094)
  • Prevent exception if parameter has no 'name' (#2162)

Swagger Editor 3.9.0 Released!

21 May 19:15

Choose a tag to compare

3.9.0 (2020-05-21)

Bug Fixes

Features

  • validation: report an error if minItems > maxItems (#2122) (2365891)
  • validation: warn about OAS3 header parameters named Authorization, Content-Type or Accept (#2105) (f2413d2)
  • validation: warn about unused security schemes (#2108) (7986f84)

Swagger Editor 3.8.3 Released!

14 May 22:22

Choose a tag to compare

3.8.3 (2020-05-14)

Changelog

  • housekeeping: bump versions of swagger-js to v3.10.3 and swagger-ui v3.25.3
  • housekeeping: update release-it config

Swagger Editor 3.8.2 Released!

07 May 16:43

Choose a tag to compare

3.8.2 (2020-05-07)

No source changes in this release.

The Swagger UI dependency was bumped to [email protected] in order to pick up changes included in that version.

Swagger Editor 3.8.1 Released!

25 Apr 02:44

Choose a tag to compare

No release summary included.

Changelog

  • fix: page refresh with local storage should validate only once (#2138)
  • fix: react-split-pane styling for Editor/UI panes (#1916)
  • fix: false-positive form-data + consumes validation interactions (#2115)
  • fix: allow null enum values when Schema.nullable === true (#2101)
  • housekeeping: replace numeric keys in yaml files with strings (#2120)
  • housekeeping: fix exclusive Mocha test case (#2116)
  • housekeeping: document how to use a local file with Docker (#2009)

Swagger Editor 3.8.0 Released!

17 Jan 22:35

Choose a tag to compare

No release summary included.

Changelog

  • feat(validation): new validator for "enum values should conform to their schema's type" (#2079)
  • improvement: getPathForPosition array member fragment preparation (#2078)
  • housekeeping: npm audit fix (#2074, #2082, #2069)

Swagger Editor 3.7.1 Released!

18 Nov 00:21

Choose a tag to compare

Changelog

  • housekeeping: npm audit fix (#2074)

Swagger Editor 3.7.0 Released!

04 Nov 05:27

Choose a tag to compare

This release includes a new semantic validator for Path Item Objects.

Changelog

  • feature: validator for Path->PathParameter case matching (#2057) (7f5c321)

Swagger Editor 3.6.37 Released!

12 Oct 01:52

Choose a tag to compare

Changelog
  • housekeeping: npm audit concerns (#2054)