growstuff
growstuff copied to clipboard
Bump rswag-specs from 2.5.1 to 2.6.0
Bumps rswag-specs from 2.5.1 to 2.6.0.
Release notes
Sourced from rswag-specs's releases.
2.6.0
What's Changed
- stale-plan by
@BookOfGreg
in rswag/rswag#492- Add some OAS3 param serialization by
@iainbryson
in rswag/rswag#311- add custom error in case user forgets to define name with let by
@SteveRedka
in rswag/rswag#455- Issue and PR template updates by
@sergioisidoro
in rswag/rswag#496- Renames rswag-ui.rb to rswag_ui.rb initialize file created by generator by
@georgiybykov
in rswag/rswag#508- Fix examples, and upgrade examples to OAS3 by
@sergioisidoro
in rswag/rswag#501- FIX array query params for open api 3.0 by
@ngouy
in rswag/rswag#507- Update unreleased changelog by
@sergioisidoro
in rswag/rswag#512- Fix dynamic example generation docs by
@sergioisidoro
in rswag/rswag#513- Fix for nullable refs by
@codebender
in rswag/rswag#515- Display all validation errors not just first by
@stephenbinns
in rswag/rswag#461- Support for adding descriptions in body params by
@mynnx
in rswag/rswag#422- Bump swagger-ui-dist from 3.52.5 to 4.1.3 in /rswag-ui by
@dependabot
in rswag/rswag#476- Update README.md by
@ydah
in rswag/rswag#536- Update README.md by
@cprodhomme
in rswag/rswag#525- Fix some spelling by
@ydah
in rswag/rswag#535- Fix readme response header for open api 3.0 by
@YaEvan
in rswag/rswag#518- Tag the examples generated by run_test! for easier filtering by
@asavageiv
in rswag/rswag#516- add spellchecking workflow to PRs by
@jtannas
in rswag/rswag#541- Limit comments to 80 characters width by
@mkllnk
in rswag/rswag#487New Contributors
@iainbryson
made their first contribution in rswag/rswag#311@SteveRedka
made their first contribution in rswag/rswag#455@georgiybykov
made their first contribution in rswag/rswag#508@ngouy
made their first contribution in rswag/rswag#507@codebender
made their first contribution in rswag/rswag#515@stephenbinns
made their first contribution in rswag/rswag#461@dependabot
made their first contribution in rswag/rswag#476@ydah
made their first contribution in rswag/rswag#536@cprodhomme
made their first contribution in rswag/rswag#525@YaEvan
made their first contribution in rswag/rswag#518@asavageiv
made their first contribution in rswag/rswag#516@jtannas
made their first contribution in rswag/rswag#541@mkllnk
made their first contribution in rswag/rswag#487Full Changelog: https://github.com/rswag/rswag/compare/2.5.1...2.6.0
Changelog
Sourced from rswag-specs's changelog.
[2.6.0] - 2022-09-09
Added
- Examples generated with
run_test!
now have the rspec tagrswag
- Add query parameter serialization styles (OAS3) (rswag/rswag#507)
- Support for adding descriptions in body params (rswag/rswag#422)
- Display all validation errors instead of only the first (rswag/rswag#461)
Fixed
- Fixes examples for OAS3 specification, allowing multiple examples (rswag/rswag#501)
- Fix array parameter serialization on OAS3 (rswag/rswag#507)
- Fix assorted spelling errors (rswag/rswag#535)
- Fix null-checking when using a referenced property (rswag/rswag#515)
Changed
- Rename generated
rswag-ui.rb
file to match Ruby style (rswag/rswag#508)- Code comment formatting changes (rswag/rswag#487)
Documentation
- Add Syntax Highlighting to ReadMe (rswag/rswag#525)
- Fix ReadMe response headers example for OpenApi3.0 (rswag/rswag#518)
- Update TOC in the ReadMe (rswag/rswag#536)
- Fix incorrect sample code for example generation (rswag/rswag#513)
Commits
f6e5b17
Merge pull request #487 from mkllnk/patch-16b93e74
Merge pull request #541 from jtannas/spellcheck-PRsffef8d8
Limit comments to 80 characters widthc0ce108
add spellchecking workflow to PRs01867da
Merge pull request #516 from asavageiv/masterd7b20be
Merge pull request #518 from YaEvan/update-readmeb9c7c87
Merge pull request #535 from ydah/fix/spelling6c1483c
Merge pull request #525 from cprodhomme/patch-13b0dd80
Merge pull request #536 from ydah/fix/update-readmeb7fc2cc
Update README.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)