Skip to content

Commit

Permalink
v0.10.0 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Dec 11, 2023
1 parent 27dd2a9 commit c2b5e66
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.10.0
- bugfix: Merge parameter data to preserve description in manually edited Openapi spec
[#149](https://github.com/exoego/rspec-openapi/pull/149)
- feat: Add ability to configure which path params to ignore
[#150](https://github.com/exoego/rspec-openapi/pull/150)
- feat: Add custom title
[#147](https://github.com/exoego/rspec-openapi/pull/147)
- feat: Add ability to define custom summary and tags builders
[#148](https://github.com/exoego/rspec-openapi/pull/148)
- enhancement: Sort paths lexicographically so the order of paths is more stable and predictable
[#155](https://github.com/exoego/rspec-openapi/pull/155)
- enhancement: requestBody should not merge requestBody from error examples
[#154](https://github.com/exoego/rspec-openapi/pull/154)

## v0.9.0
- bugfix: Fix engine path resolution
[#113](https://github.com/exoego/rspec-openapi/pull/113)
Expand Down

0 comments on commit c2b5e66

Please sign in to comment.