Skip to content

Releases: kjjuno/swagger-compare

v0.1.4

15 Feb 04:05
Compare
Choose a tag to compare

Install from npm

npm install -g swagger-compare

Run with Docker

docker run --rm kjjuno/swagger-compare

Documentation

https://swagger-compare.readthedocs.io/en/v0.1.4/

v0.1.0-alpha.3

14 Feb 00:33
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

This is the first functional release of swagger-compare

npm install -g swagger-compare

Usage:

swagger-compare <baseline> <new>
0.1.0-alpha.3

  baseline         path or url to baseline swagger document
  new              path or url to new swagger document

Any paths marked as deprecated that show up only in the <new>
document will be included in the report.