Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
256 stars 36 forks source link

bugfixes #250

Closed jianyexi closed 1 year ago

jianyexi commented 1 year ago

fix: don't report error when response schema changed https://github.com/Azure/openapi-diff/issues/248 fix No difference reported for required property changed to optional https://github.com/Azure/openapi-diff/issues/207 fix Ref model change for property, array item or map items should be a breaking change https://github.com/Azure/openapi-diff/issues/233