Skip to content

v2.0.0

Compare
Choose a tag to compare
@reuvenharrison reuvenharrison released this 02 Jul 12:38
· 267 commits to main since this release

New Command-Line - Breaking Change 🛠

Version 2.0.0 has a new command-line structure with sub-commands.
All users must update their cmd-lines to use this version.

Usage

oasdiff [command] base revision [flags]

Where base and revision are the paths (globs in Composed mode) or URLs of the OpenAPI specs to compare, and command is one of the following:

Command Help
diff Generate a diff report
breaking Display breaking changes
changelog Display changelog
summary Generate a diff summary

To see the possible flags, run oasdiff help <command>

What's Changed

Breaking Changes 🛠

Full Changelog: v1.5.20...v2.0.0