civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
264 stars 32 forks source link

All differences are only detected when info.version is equal for compared documents #44

Closed tjuchniewicz closed 7 years ago

tjuchniewicz commented 7 years ago

Looks like for the same specification using different versions give different results. Any logic behind that?

jeffreyc commented 7 years ago

Thank you for your feedback! Could you elaborate on what you're getting and what you're expecting? Swagger::Diff doesn't take version into consideration, so it's possible there's another culprit. To confirm, I just tried:

and all of the results were as expected.

tjuchniewicz commented 7 years ago

@jeffreyc I'm very sorry but I made a mistake when choosing github project... There are two projects with the same name...
Btw... I'm searching for a swagger diff tool to integrate with Maven...