rspec-openapi

Generate OpenAPI schema from RSpec request specs

MIT License

Downloads
1.2M
Stars
399
Committers
38

Bot releases are hidden (Show)

rspec-openapi - v0.17.0 Latest Release

Published by exoego 6 months ago

Enhancement

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.16.1...v0.17.0

rspec-openapi - v0.16.1

Published by exoego 7 months ago

Enhancement

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.16.0...v0.16.1

rspec-openapi - v0.16.0

Published by exoego 7 months ago

Bugfix

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.15.0...v0.16.0

rspec-openapi - v0.15.0

Published by exoego 7 months ago

Bugfix

Chore

Document

New Contributors

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.14.0...v0.15.0

rspec-openapi - v0.14.0

Published by exoego 8 months ago

rspec-openapi - v0.13.0

Published by exoego 8 months ago

Feature

*Support dictionary-like type (additionalProperties) by @nicvw in https://github.com/exoego/rspec-openapi/pull/178

New Contributors

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.12.0...v0.13.0

rspec-openapi - v0.12.0

Published by exoego 8 months ago

Feature

New Contributors

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.11.0...v0.12.0

rspec-openapi - v0.11.0

Published by exoego 9 months ago

What's Changed

Feature

Enhancement

Chore

New Contributors

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.10.0...v0.11.0-RC1

rspec-openapi - v0.10.0

Published by exoego 10 months ago

What's Changed

Documentation

Bugfix

Feature

Enhancement

Automatically applied, no config needed:

New Contributors

Full Changelog: https://github.com/exoego/rspec-openapi/compare/v0.9.0...v0.10.0

rspec-openapi - v0.9.0

Published by exoego about 1 year ago

  • bugfix: Fix engine path resolution #113
  • bugfix: fix multiple uploaded files #117, #126
  • feat: Add required_request_params to metadata #114
  • bugfix(minitest): #128
  • doc(minitest): Add instructions for minitest triggered yaml generation #116
  • chore: Don't dump records into temporary file #127
rspec-openapi - v0.8.1

Published by exoego over 1 year ago

  • bugfix: Empty required array should not be present. #111
rspec-openapi - v0.8.0

Published by exoego over 1 year ago

  • Set required in request body and response body #95, #98
  • Generate OpenAPI with minitest instead of RSpec #90
  • Generate security schemas via RSpec::OpenAPI.security_schemes #84
  • Bunch of refactorings
rspec-openapi - v0.7.2

Published by exoego almost 2 years ago

  • $ref enhancements: Support $ref in arbitrary depth #82
rspec-openapi - v0.7.1

Published by exoego almost 2 years ago

v0.7.1

  • $ref enhancements: Auto-generate components referenced in "items"
    #80
  • Administration
    • Setup RuboCop
      #73
    • Setup CodeQL
      #73
    • Bump Rails v6.0.3.x to fix bundle failure
      #72
rspec-openapi - v0.7.0

Published by exoego about 2 years ago

https://rubygems.org/gems/rspec-openapi/versions/0.7.0

💎 Enhancements

  • #69: Generate Response Headers. Thanks to @davelooi
  • #67: Initial support for $ref. Thanks to @exoego

🐞 Bugfix