- Added
--suppressions
option to point to a filing containing point suppressions of violations.
- Fixed issue where relative references would sometimes be resolved incorrectly.
--lhs-root
and--rhs-root
are still needed when compiling TypeSpec. See README.md. - Arrays of strings are now sorted to ensure that differences in sorting do not trigger diffs.
- Fixed issue where local references with
-
character would not be resolved. - Using
--group-violations
will auto-generate groupings. - Added
--flatten-paths
option to allowing flattening paths in the output to compress vertical space. - Add rule to better ignore diffs in
x-ms-examples
. - Add rule to flag the addition or removal of paths or responses as a violation.
- Add rule to better ignore top-level and operation-level tags, but not property tags.
- Do not flag
common-types
as unreferenced. - Clean up output for accuracy and readability.
- Rule application logic changed such that a flagged rule continues to run rules in case there is a rule that markes it as NoViolation. If I diff is determined to be NoViolation, no further rules are run.
- Fixed issue where the tool sometimes would fail if paths used forward or backslashes.
- Fixed issue where a difference in body parameter names would result in false positive violations.
- Fixed issue where relative references would sometimes be resolved incorrectly. As a result,
--lhs-root
and--rhs-root
options were no longer needed and have been removed.
- Fixed issue where paths were being sorted correctly, leading to unreadable visual diffs.
- Changed the grouped violation structure to a dictionary where the rule name is the key. This makes it easier to collapse groups and still see the name.
- Fixed issue where flags did not work correctly when supplied on the command line.
- Added functionality to automatically attempt to resolve external references.
- Added
--lhs-root
and--rhs-root
options for use with external reference resolution. - Fixed issue where
$derivedClasses
could appear in the lhs or rhs output. It should not! - Change structure of grouped violations so that it provides a count of violations and sorts the results in descending order by count.
- Prevent crash if unable to find package version.
- Fix display of tool version in help.
- Allow invocation using
npx rest-api-diff
.
- Adds global error handling so users know who to reach out to for issues and provide the tool version.
- Initial release