Skip to content

v1.31.0

Latest

Choose a tag to compare

@thim81 thim81 released this 12 Apr 09:01

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

Full Changelog: v1.30.1...v1.31.0