Azure / openapi-diff

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

Improve message for different format value #304

Closed mikekistler closed 4 months ago

mikekistler commented 4 months ago

This PR makes a very small change to the message text for the TypeFormatChanged message. It adds the old and new format value to the message. This will make it easier to determine when the change is benign, as most of these are, since this information is often sufficient and putting it in the message text will avoid the need to navigate into both files to extract this information.

konrad-jamrozik commented 4 months ago

@mikekistler thx! I will do it for you for this PR, but in general to get your stuff deployed you got to bump PATCH in version in package.json:

https://github.com/Azure/openapi-diff/blob/main/CONTRIBUTING.md#publish-the-package

Also, I had to fix the failing test:

konrad-jamrozik commented 4 months ago

Going to publish now by following:

konrad-jamrozik commented 4 months ago

Related PR: