mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ceedab4cb | ||
|
|
e7fb44fcf5 | ||
|
|
2797866224 | ||
|
|
4de6661f4c |
@@ -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)
|
||||
|
||||
@@ -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|
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user