Sha256: b27dd42d3fea347f90275b49ca0b79ea9376b1eed1ebbed95458c7ce0f9c0899

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 KB

Contents

## 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.4 CHANGELOG.md