Releases: landgraf-dev/openapi-delphi-generator
Releases · landgraf-dev/openapi-delphi-generator
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.