Releases: landgraf-dev/openapi-delphi-generator
Releases · landgraf-dev/openapi-delphi-generator
v1.1.7
What's Changed
- Add ability for Logging (Issue #27) (2) by @yonojoy in #37
- Relax-JSON default & minor bug-fixes in V2 generator by @MaxLogic in #42
- Add support for all of schema by @JimmyBondie in #43
New Contributors
- @MaxLogic made their first contribution in #42
- @JimmyBondie made their first contribution in #43
Full Changelog: v1.1.6...v1.1.7
v1.1.6
v1.1.5
Full Changelog: v1.1.4...v1.1.5
v1.1.4
- Fixed stack overflow error when definitions had circular references
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- Some Swagger documents did not have the OperationId for endpoints. Now for those cases the OpenAPI generator automatically creates a method name based on path and HTTP method.
- Some Swagger documents did not have the Consumes tag specified for each endpoint, but just a single one global. The generator was not taking the global Consumes tag into account, ignoring those endpoints without the tag.