Releases: thim81/openapi-format
Releases · thim81/openapi-format
v1.31.0
What's Changed
Important
Important Change: Since version 1.31.0, openapi-format uses the yaml library by eemeli instead of @stoplight/yaml.
This improves comment preservation and fixes issues with unnecessary quoting and string formatting.
As a result, generated YAML output may differ slightly (e.g. quoting and formatting), which can lead to diffs in existing files.
- refactor: replace stoplight/yaml with yaml (eemeli) by @guilhas07 in #206
New Contributors
- @guilhas07 made their first contribution in #205
Full Changelog: v1.30.1...v1.31.0
v1.30.1
v1.30.0
v1.29.5
What's Changed
- Add missing types for inverseFlags/inverseFlagValues by @segevfiner in #195
- Types: Update Typescript typings by @thim81 in #197
- Filter: preserve inverse flag filtering with stripFlags by @thim81 in #198
- Filter: combine inverseTags and inverseFlag by @thim81 in #199
New Contributors
- @segevfiner made their first contribution in #195
Full Changelog: v1.29.4...v1.29.5
v1.29.4
v1.29.3
What's Changed
- Fix some optional config file boolean options not being honored @jdechicchis in #188
- test: overlay-multiline-description by @thim81 in #189
- chore: Tag docker with version
- test: overlay-multiline-description
New Contributors
- @jdechicchis made their first contribution in #188
Full Changelog: v1.29.2...v1.29.3
v1.29.2
v1.29.1
What's Changed
- Overlays): fix copy
updateobject to avoid applying to references by @johncowen in #183
New Contributors
- @johncowen made their first contribution in #183
Full Changelog: v1.29.0...v1.29.1
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