OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Option to create html doc with all changes #541

Closed nithintatikonda1 closed 6 months ago

nithintatikonda1 commented 1 year ago

Created an option for the HtmlRenderer to show all changes, not just changes that are incompatible. Right now, only missing properties are displayed, so I added the option to show the changed and added properties. I have also shown changed security requirements. I have an attached a pictures to show a before and after of the changes. Before After