Releases: thim81/openapi-format
Releases · thim81/openapi-format
v1.29.0
v1.28.0
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
- @SaranshChaudhary made their first contribution in #175
Full Changelog: v1.27.3...v1.28.0
v1.27.3
What's Changed
- Convert: convert nullable for anyOf oneOf to 3.1 (#172) by @sam-super in #173
- Convert: convert 0 correctly for exclusiveMinimum and exclusiveMaximum (#174) by @sam-super in #173
New Contributors
- @sam-super made their first contribution in #173
Full Changelog: v1.27.2...v1.27.3
v1.27.2
v1.27.1
v1.27.0
v1.26.0
What's Changed
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