Open thake opened 2 years ago
First of all, thanks for your great work on openapi-diff!
Markdown output does not contain information about the compatibility of a change. However, the HTML output contains the necessary compatibility information.
This bit of code does the incompatibilities:
https://github.com/OpenAPITools/openapi-diff/blob/master/core/src/main/java/org/openapitools/openapidiff/core/output/HtmlRender.java#L281
It would nice to see what exact field is incompatible in addition what endpoints are incompatible.
First of all, thanks for your great work on openapi-diff!
Markdown output does not contain information about the compatibility of a change. However, the HTML output contains the necessary compatibility information.