Skip to content

Releases: swagger-api/swagger-editor

v5.0.0-alpha.45

06 Feb 15:42
Compare
Choose a tag to compare
v5.0.0-alpha.45 Pre-release
Pre-release

5.0.0-alpha.45 (2023-02-06)

Features

BREAKING CHANGES

  • editor-monaco: editor.editorMarkers redux state has been
    changed to editor.markers. Markers are now properly stored as immutable
    objects instead of JavaScripts objects.
    FSA updateEditorMarkers has been renamed to setEditorMarkers. Selector
    selectEditorMarkers has been renamed to selectMarkers.

Swagger Editor v4.6.1 Released!

26 Jan 11:57
Compare
Choose a tag to compare

4.6.1 (2023-01-26)

Bug Fixes

  • validate-semantic: narrow allOperations selector (#3783) (72fc20c), closes #3769
  • validate-semantic: suppress TypeError when reading operationId (#3769) (99abc26)

Security

Versions of the package cookiejar before 2.1.4 are vulnerable to Regular Expression Denial of Service (ReDoS) via the Cookie.parse function and other aspects of the API, which use an insecure regular expression for parsing cookie values. Applications could be stalled for extended periods of time if untrusted input is passed to cookie values or attempted to parse from request headers.

v5.0.0-alpha.44

25 Jan 14:26
Compare
Choose a tag to compare
v5.0.0-alpha.44 Pre-release
Pre-release

5.0.0-alpha.44 (2023-01-25)

Bug Fixes

v5.0.0-alpha.43

04 Jan 13:07
Compare
Choose a tag to compare
v5.0.0-alpha.43 Pre-release
Pre-release

5.0.0-alpha.43 (2023-01-04)

Bug Fixes

v5.0.0-alpha.42

22 Dec 15:35
Compare
Choose a tag to compare
v5.0.0-alpha.42 Pre-release
Pre-release

5.0.0-alpha.42 (2022-12-22)

Features

v5.0.0-alpha.41

16 Dec 16:46
Compare
Choose a tag to compare
v5.0.0-alpha.41 Pre-release
Pre-release

5.0.0-alpha.41 (2022-12-16)

Features

  • perfect OpenAPI 3.x.y editing experience (#3731) (a51e596)

v5.0.0-alpha.40

08 Dec 14:45
Compare
Choose a tag to compare
v5.0.0-alpha.40 Pre-release
Pre-release

5.0.0-alpha.40 (2022-12-08)

Bug Fixes

  • add number of OpenAPI 3.x.y bugfixes and enhancements (#3721) (0e3f024)

v5.0.0-alpha.39

24 Nov 13:55
Compare
Choose a tag to compare
v5.0.0-alpha.39 Pre-release
Pre-release

5.0.0-alpha.39 (2022-11-24)

Bug Fixes

  • docker: publish upriviledged docker image (7c7535d)

v5.0.0-alpha.38

24 Nov 13:30
Compare
Choose a tag to compare
v5.0.0-alpha.38 Pre-release
Pre-release

5.0.0-alpha.38 (2022-11-24)

Features

v5.0.0-alpha.37

16 Nov 19:44
Compare
Choose a tag to compare
v5.0.0-alpha.37 Pre-release
Pre-release

5.0.0-alpha.37 (2022-11-16)

Bug Fixes

  • npm: add proper version to npm release fragments (afde55d), closes #3687