0.1.4 • Published 7 years ago
swagger-compare v0.1.4
swagger-compare
makes use of x-replaced-by and x-remove-on provide a concise summary of api changes.
| Platform | Badges |
|---|---|
| License | |
| Circle CI | |
| Code Coverage | |
| Documantation | |
| NPM | |
| Docker |
npm install -g swagger-compareswagger-compare https://raw.githubusercontent.com/kjjuno/swagger-compare/master/test/petstore.yaml https://raw.githubusercontent.com/kjjuno/swagger-compare/master/test/petstore-new.yamlversion: 1.0.0
deprecated:
paths:
/v1/pet:
post:
x-replaced-by:
path: /v2/pet
verb: post
x-remove-on: undefined
put:
x-replaced-by: undefined
x-remove-on: 3/4/2019
/v2/pet:
post:
x-replaced-by:
path: /v3/pet
verb: post
x-remove-on: 2/13/20190.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.1.0-alpha.3
7 years ago
0.1.0-alpha.2
7 years ago
0.1.0-alpha.1
7 years ago