8000 Releases · thim81/openapi-format · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: thim81/openapi-format

v1.27.0

18 Jun 06:47
Compare
Choose a tag to compare

What's Changed

  • Sorting: Sort component properties by name by @thim81 in #164
  • fix: Prevent sorting of required array properties by @thim81 in #167

Full Changelog: v1.26.0...v1.27.0

v1.26.0

02 May 09:17
Compare
Choose a tag to compare

What's Changed

  • improvement: Inverse filters keeps components by @thim81 in #161

Note

The inverse filtering keeps only the path operations, tags, x-tagGroups that match the filter rule. This is a very aggressive option to keep only the items that are needed, but it will keep all the components. The components can best be filtered out, by using the inverse filters in combination with the "unusedComponents" filter option. This applies for "inverseFlags" & "inverseFlagValues".

Full Changelog: v1.25.4...v1.26.0

v1.25.4

24 Apr 08:04
Compare
Choose a tag to compare

What's Changed

  • Filter: Reworked unused component logic by @thim81 in #159

Full Changelog: v1.25.3...v1.25.4

v1.25.3

23 Apr 10:23
Compare
Choose a tag to compare

What's Changed

  • Filtering: Improved the unused components removal by @thim81 in #158

Full Changelog: v1.25.2...v1.25.3

v1.25.2

02 Apr 07:41
Compare
Choose a tag to compare

What's Changed

  • Overlay: Prevent distorted properties by @thim81 in #156

Full Changelog: v1.25.1...v1.25.2

v1.25.1

29 Mar 11:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.25.0...v1.25.1

v1.25.0

01 Jan 11:30
Compare
Choose a tag to compare

This release introduces the option to apply OpenAPI overlay actions via the openapi-format CLI and the UI.

For more details see the OpenAPI Overlay Usage section or see it in action in the Playground.

Some screenshots:
image

image image image

What's Changed

Full Changelog: v1.24.2...v1.25.0

v1.24.2

07 Oct 17:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.24.1...v1.24.2

v1.24.1

04 Oct 18:54
Compare
Choose a tag to compare

What's Changed

  • fix: replace 'node:path' with 'path' to resolve Webpack build error by @thim81 in #145

Full Changelog: v1.24.0...v1.24.1

v1.24.0

27 Sep 17:16
Compare
Choose a tag to compare

What's Changed

  • CLI - Split OpenAPI in a multi-file structure
  • CLI - Bundle local and remote file references
  • Add type definitions for openapi-format

Full Changelog: v1.23.2...v1.24.0

0