OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
832 stars 154 forks source link

Markdown output does not contain compatibility information #325

Open thake opened 2 years ago

thake commented 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.

jsyrjala commented 2 years ago

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 commented 2 years ago

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