Skip to content

Releases: exoego/rspec-openapi

v0.8.1

29 Apr 13:03
1cc2ecc

Choose a tag to compare

  • bugfix: Empty required array should not be present. #111

v0.8.0

20 Apr 05:09
7fc9e4a

Choose a tag to compare

  • 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

v0.7.2

09 Nov 01:37
a1a4005

Choose a tag to compare

  • $ref enhancements: Support $ref in arbitrary depth #82

v0.7.1

09 Nov 01:34

Choose a tag to compare

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

v0.7.0

24 Aug 03:01
faa3ea9

Choose a tag to compare

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

💎 Enhancements

🐞 Bugfix

  • #70: Fixed an empty array is turned into nullable object wrongly. Thanks to @yasuzuki