4 Commits
2.3.0 ... 2.3.1

Author SHA1 Message Date
Greg Myers
7ceedab4cb Update CHANGELOG.md 2020-04-08 23:12:33 +01:00
Greg Myers
e7fb44fcf5 Merge pull request #296 from rswag/BookOfGreg-patch-1
fix #295
2020-04-08 23:10:55 +01:00
Greg Myers
2797866224 fix #295 2020-04-08 23:09:31 +01:00
Greg Myers
4de6661f4c Update README.md 2020-04-08 23:08:46 +01:00
3 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security
## [2.3.1] - 2020-04-08
### Fixed
- Remove require for byebug [#295](https://github.com/rswag/rswag/issues/295)
## [2.3.0] - 2020-04-05
### Added
- Support for OpenAPI 3.0 ! [#286](https://github.com/rswag/rswag/pull/286)

View File

@@ -19,6 +19,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
|Rswag Version|Swagger (OpenAPI) Spec.|swagger-ui|
|----------|----------|----------|
|[master](https://github.com/rswag/rswag/tree/master)|3.0.3|3.23.11|
|[2.3.0](https://github.com/rswag/rswag/tree/2.3.0)|3.0.3|3.23.11|
|[2.2.0](https://github.com/rswag/rswag/tree/2.2.0)|2.0|3.18.2|
|[1.6.0](https://github.com/rswag/rswag/tree/1.6.0)|2.0|2.2.5|

View File

@@ -3,7 +3,6 @@
require 'active_support/core_ext/hash/slice'
require 'active_support/core_ext/hash/conversions'
require 'json'
require 'byebug'
module Rswag
module Specs