Skip to content

Releases: thim81/openapi-format

v1.29.0

24 Sep 10:27

Choose a tag to compare

What's Changed

Full Changelog: v1.28.0...v1.29.0

v1.28.0

12 Sep 11:46

Choose a tag to compare

What's Changed

  • fix: incorrect relative path generation in $ref during OpenAPI document splitting by @SaranshChaudhary in #175
  • Improvement: Added safe checks for invalid YAML by @thim81 in #177
  • Overlay - Support "extends" for referencing OpenAPI documents by @thim81 in #178

New Contributors

Full Changelog: v1.27.3...v1.28.0

v1.27.3

30 Jul 07:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.27.2...v1.27.3

v1.27.2

14 Jul 16:08

Choose a tag to compare

What's Changed

  • Sorting: fix encodeLargeNumbers to respect comma values by @thim81 in #171

Full Changelog: v1.27.1...v1.27.2

v1.27.1

04 Jul 09:13

Choose a tag to compare

What's Changed

  • Sorting: ignore casing when sorting component properties by @thim81 in #168

Full Changelog: v1.27.0...v1.27.1

v1.27.0

18 Jun 06:47

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

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

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

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

Choose a tag to compare

What's Changed

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

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