Skip to content

Releases: exoego/rspec-openapi

v0.20.0

03 Sep 05:55
ff3c135

Choose a tag to compare

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

What's Changed

🎉 Exciting New Features

  • feat: inherit OpenAPI metadata from parent blocks to child blocks in RSpec by @rhiroe in #255
  • Fix psych disallowedclass error in ruby 3.1 by @ipepe in #256

📦 Other Changes

Full Changelog: v0.19.0...v0.20.0

v0.19.0

12 May 12:47

Choose a tag to compare

What's Changed

🎉 Exciting New Features

  • Add support for parameter format specification in schema building by @krzyzak in #254

📄 Documentation

📦 Other Changes

New Contributors

Full Changelog: v0.18.4...v0.19.0

v0.18.4

06 Feb 08:18
93daa0e

Choose a tag to compare

What's Changed

🎉 Exciting New Features

  • Add option to dynamically generate RSpec::OpenAPI.title using Proc by @josefggx in #240

🐞 Bugfixes

📦 Other Changes

New Contributors

Full Changelog: v0.18.3...v0.18.4

v0.18.3

01 May 09:25
988f87f

Choose a tag to compare

What's Changed

🐞 Bugfixes

📦 Other Changes

  • Refactor global DEBUG_ENABLED to module-based configuration by @ny1020 in #220
  • Releasing v0.18.3 by @exoego in #232

New Contributors

Full Changelog: v0.18.2...v0.18.3

v0.18.2

22 Apr 04:16
53ad9b1

Choose a tag to compare

What's Changed

🐞 Bugfixes

  • regression: non-numeric path parameter raises on Rails by @exoego in #226

📦 Other Changes

Full Changelog: v0.18.1...v0.18.2

v0.18.1

20 Apr 21:40
94bcc49

Choose a tag to compare

What's Changed

🐞 Bugfixes

  • regression: Symbol parameters in routing causes error on Rails by @exoego in #221

Full Changelog: v0.18.0...v0.18.1

v0.18.0

17 Apr 07:00
4e3b8d2

Choose a tag to compare

What's Changed

🎉 Exciting New Features

📄 Documentation

📦 Other Changes

  • Style/MapIntoArray: Use map instead of each to map elements into an array by @exoego in #214
  • Bump rails by @exoego in #215
  • Don't rescue when require 'rspec/openapi/*' raises LoadError by @tricknotes in #212
  • Releasing V0.18.0 by @exoego in #218

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

12 Apr 14:38
7d16147

Choose a tag to compare

Enhancement

Full Changelog: v0.16.1...v0.17.0

v0.16.1

01 Apr 14:25

Choose a tag to compare

Enhancement

Full Changelog: v0.16.0...v0.16.1

v0.16.0

28 Mar 07:05
b684472

Choose a tag to compare

Bugfix

  • String keys and Symbol keys mixed up, leading to invalid schema merge by @exoego in #198
  • Empty request body is not generated, but it should by @exoego in #196

Full Changelog: v0.15.0...v0.16.0