Skip to content

Releases: icyleaf/swagger

vv0.3.0

23 Mar 04:44
v0.3.0
f68e8b2
Compare
Choose a tag to compare
Release v0.3.0

0.2.2 (2020-10-14)

14 Oct 03:34
v0.2.2
Compare
Choose a tag to compare

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)

06 May 03:27
Compare
Choose a tag to compare

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)

28 Feb 14:48
Compare
Choose a tag to compare

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)

27 Dec 10:43
Compare
Choose a tag to compare

Fixed

  • Fix path typo for HTTP Handlers #3

v0.1.0 (2018-12-08)

27 Dec 10:42
Compare
Choose a tag to compare

the first beta version

v0.1.0 Preview

26 Nov 10:43
Compare
Choose a tag to compare
v0.1.0 Preview Pre-release
Pre-release

the first Preview version