Skip to content

Releases: swagger-api/swagger-editor

Swagger-Editor 3.5.4 Released!

25 Apr 16:14
18d2f55

Choose a tag to compare

Fixes a regression related to parameter normalization that was causing an infinite loop; see swagger-api/swagger-ui#4466 and swagger-api/swagger-ui#4467.

Swagger-Editor 3.5.3 Released!

21 Apr 05:55
31f8d5b

Choose a tag to compare

Interface changes: none.

Changelog:

  • bugfix: don't hand new editor content to Ace if values are already reconciled (via #1744)
  • bugfix: don't validate for uniqueness against root parameters (via #1745)

Swagger-Editor 3.5.2 Released!

07 Apr 06:51
cd836c1

Choose a tag to compare

Interface changes: you can now return a Promise from a requestInterceptor or responseInterceptor and Swagger-Editor will wait for it to resolve.

Changelog:

  • bugfix: validate root parameter objects correctly (via #1730)
  • bugfix: correctly validate against scope usages with empty values (via #1731)

Swagger-Editor 3.5.1 Released!

27 Mar 01:00

Choose a tag to compare

Interface changes: none.

Changelog:

  • bugfix: render Upload File modal correctly (via #1715)

Swagger-Editor 3.5.0 Released!

27 Mar 01:00

Choose a tag to compare

Interface changes: added swagger2GeneratorUrl and oas3GeneratorUrl options.

Changelog:

  • feature: OAS3 code generation menu (via #1712)
  • improvement: validate local $ref pointers (via #1705)
  • improvement: validate OAS3 path parameter declarations (via #1712)
  • bugfix: don't fail semantic validation on whole-document remote references (via #1703)

Swagger-Editor 3.4.1 Released!

19 Mar 07:19
b711f44

Choose a tag to compare

Interface changes: none.

Changelog:

  • improvement: add Swagger 2.0 + OpenAPI 3.0 validator for ref formatting (via #1697)
  • bugfix: correctly copy favicons into Docker container (via #1694)

Swagger-Editor 3.4.0 Released!

10 Mar 05:33
69a98ef

Choose a tag to compare

Interface changes: no public changes; some internal semantic validation API changes.

Changelog:

  • feature: OAS3 semantic validation (via #1688, #1690)
  • fix: in: formData consumes validation now considers global consumes values (via #1691)
  • fix: copy favicon assets into Docker container (via #1692)

Swagger-Editor 3.3.1 Released!

04 Mar 03:42
1517218

Choose a tag to compare

Interface changes: none.

Changelog:

  • fix: properly escape JSON path for definitions (via #1671)

Swagger-Editor v3.3.0 Released!

24 Feb 09:10

Choose a tag to compare

This release includes significant performance improvements! See Swagger-UI v3.11.0 for more information.

Interface changes: None (expect for interface changes listed in Swagger-UI notes, linked above)

Changelog:

  • feature: lazy resolver changes to match Swagger-UI (via #1681)

Swagger-Editor 3.2.9 Released!

10 Feb 06:14

Choose a tag to compare

Interface changes: none.

Changelog:

  • feature: drag & drop JSON/YAML import (via #1660)
  • bugfix: target additionalProperties correctly for subschema validation (via #1665)