openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

Markdown output does not contain compatibility information

Open thake opened this issue 2 years ago • 2 comments

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.

thake avatar Jan 18 '22 09:01 thake

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

jsyrjala avatar Feb 16 '22 09:02 jsyrjala

It would nice to see what exact field is incompatible in addition what endpoints are incompatible.

jsyrjala avatar Feb 16 '22 09:02 jsyrjala