All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
List all changes before release a new version.
- Compatibility with Crystal 1.0.
0.2.2 (2020-10-14)
- Customize
swagger_path
and add debug mode (defaults tofalse
). #16
0.2.1 (2020-05-06)
- 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
0.2.0 (2020-02-28)
- (breaking-change) Make operation's
responses
as REQUIRED, to match the specification. #7 - Update OpenAPI version to 3.0.3. #11
- 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
0.1.1 (2019-12-27)
- Fix path typo for HTTP Handlers #3
- First beta version.