Skip to content

Releases: exoego/rspec-openapi

v0.18.3

01 May 09:25
988f87f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Enhancement

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

v0.16.1

01 Apr 14:25
Compare
Choose a tag to compare

Enhancement

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

v0.16.0

28 Mar 07:05
b684472
Compare
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

v0.15.0

25 Mar 07:48
d8ea652
Compare
Choose a tag to compare

Bugfix

  • Fix minitest hook failing on error log by @exoego in #188
  • Use raw HTML content so example can be generated with Rails 7.1+ by @exoego in #189
  • fix: Remove content field if no content by @exoego in #193

Chore

Document

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

08 Mar 00:32
73a4b23
Compare
Choose a tag to compare

Feature

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Mar 11:14
f8fede2
Compare
Choose a tag to compare

Feature

*Support dictionary-like type (additionalProperties) by @nicvw in #178

New Contributors

Full Changelog: v0.12.0...v0.13.0