Releases: icyleaf/swagger
Releases · icyleaf/swagger
0.2.2 (2020-10-14)
Added
- Customize
swagger_path
and add debug mode (defaults to false
). #16
Fixed
- Fix bearer security_scheme with a incorrect value. #19 (thanks @grkek)
0.2.1 (2020-05-06)
Fixed
- Fixed code usage in README. #13 (thanks @lribeiro)
- Fixed missing define @JSON variable in Swagger HTTP web handler. #13 (thanks @lribeiro)
- Compatibility with Crystal 0.34.0
v0.2.0 (2020-02-28)
Added
- (breaking-change) Make operation's
responses
as REQUIRED, to match the specification. #7
- Update OpenAPI version to 3.0.3. #11
Changed
- Change location to
Swagger::Objects::Parameter::Location
enum. #5
- Use JSDelivr CDN source instead of local swagger-ui assets. #9
- Move OpenAPI version to
Swagger::Document
. #10
v0.1.1 (2019-12-27)
Fixed
- Fix path typo for HTTP Handlers #3
v0.1.0 Preview
the first Preview version