Releases: exoego/rspec-openapi
Releases · exoego/rspec-openapi
v0.12.0
Feature
- Initial support of complex schema with manually-added oneOf by @hss-mateus in #174
New Contributors
- @hss-mateus made their first contribution in #174
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
Feature
Enhancement
- Sort HTTP methods, response status codes, and contents lexicographically by @exoego in #163
- Remove parameters that conflict with security schemasby @ipepe in #166
Chore
- Remove unneeded-begin block by @exoego in #158
- Bump github/codeql-action from 2 to 3 by @dependabot in #164
New Contributors
Full Changelog: v0.10.0...v0.11.0-RC1
v0.10.0
What's Changed
Documentation
- minor word choice: keep -> preserve by @pbuckley in #143
- very minor typo in readme: schamas -> schemas by @pbuckley in #142
Bugfix
- Merge parameter data to preserve description in manually edited Openapi spec by @mercedesb in #149
Feature
- Add ability to configure which path params to ignore by @mercedesb in #150
- Add custom title via RSpec::OpenAPI.title by @blacksam07 in #147
- Add ability to define custom summary and tags builders by @mercedesb in #148
Enhancement
Automatically applied, no config needed:
- Sort paths lexicographically so the order of paths is more stable and predictable by @exoego in #155
- requestBody should not merge requestBody from error examples by @exoego in #154
New Contributors
- @pbuckley made their first contribution in #143
- @mercedesb made their first contribution in #150
- @dependabot made their first contribution in #152
- @blacksam07 made their first contribution in #147
Full Changelog: v0.9.0...v0.10.0