Sha256: bb2fbc90240da39c7c9356e304bb970df34b0856a4c223d290f6bbff2e03b7f5
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
## v0.3.7 * Classify tag names and remove controller names from summary in Rails ## v0.3.6 * Fix documents generated by Rails engines ## v0.3.5 * Support finding routes in Rails engines ## v0.3.4 * Generate tags by controller names [#10](https://github.com/k0kubun/rspec-openapi/issues/10) ## v0.3.3 * Avoid `JSON::ParserError` when a response body is no content [#9](https://github.com/k0kubun/rspec-openapi/issues/9) ## v0.3.2 * Stop generating format as path parameters in Rails [#8](https://github.com/k0kubun/rspec-openapi/issues/8) ## v0.3.1 * Add `RSpec::OpenAPI.description_builder` config to dynamically generate a description [experimental] [#6](https://github.com/k0kubun/rspec-openapi/issues/6) ## v0.3.0 * Initial support of rack-test and non-Rails apps [#5](https://github.com/k0kubun/rspec-openapi/issues/5) ## v0.2.2 * Allow disabling `example` by `RSpec::OpenAPI.enable_example = false` ## v0.2.1 * Generate `example` of request body and path / query params [#4](https://github.com/k0kubun/rspec-openapi/issues/4) * Remove a wrapper param created by Rails in request body [#4](https://github.com/k0kubun/rspec-openapi/issues/4) ## v0.2.0 * Generate `example` of response body [#3](https://github.com/k0kubun/rspec-openapi/issues/3) ## v0.1.5 * Support detecting `float` type [#2](https://github.com/k0kubun/rspec-openapi/issues/2) ## v0.1.4 * Avoid NoMethodError on nil Content-Type * Include a space between controller and action in summary ## v0.1.3 * Add `RSpec::OpenAPI.comment` configuration ## v0.1.2 * Generate `required: true` for path params [#1](https://github.com/k0kubun/rspec-openapi/issues/1) ## v0.1.1 * Generate a path like `/{id}` instead of `/:id` ## v0.1.0 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-openapi-0.3.7 | CHANGELOG.md |