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