pb33f / openapi-changes

The world's sexiest OpenAPI breaking changes detector. Discover what changed between two OpenAPI specs, or a single spec over time. Supports OpenAPI 3.1, 3.0 and Swagger
https://pb33f.io/openapi-changes/
Other
180 stars 16 forks source link

OPENAPI: added time-limit command and change hashing #143

Closed jacobm-splunk closed 4 months ago

jacobm-splunk commented 4 months ago

This MR adds the time-limit option to restrict the number of changes by the number of days in the past.

Additionally, it adds a sha256 hash of each change in order to allow deduplication.

jacobm-splunk commented 4 months ago

@daveshanley If you're good with it, then we should merge. Thanks for testing it!