Skip to content

Commit 22840e9

Browse files
authored
Merge pull request #82 from tjprescott/revert_0_2_1
Revert "Merge pull request #79 from tjprescott/FixInheritanceChain"
2 parents 3fbeb14 + 01811c6 commit 22840e9

File tree

9 files changed

+113
-234
lines changed

9 files changed

+113
-234
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# @azure-tools/rest-api-diff
22

3+
## 0.2.2 (2025-04-14)
4+
5+
- Reverted change for inheritance chains. This will be fixed in a future release.
6+
- Removed `--group-violations`. Now violations will always be grouped.
7+
- `.env` file will now override cached variables set in the environment.
8+
39
## 0.2.1 (2025-04-09)
410

5-
- Added `--suppressions` option to point to a file containing point suppressions of violations.
11+
- Added `--suppressions` option to point to a filing containing point suppressions of violations.
612
- Fixed issue where inheritance chains were not being properly expanded.
713

814
## 0.2.0 (2025-03-11)

compute-suppressions.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/rest-api-diff",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Microsoft Corporation",
55
"description": "Compares two Swagger definitions to identify relevant differences.",
66
"license": "MIT",

0 commit comments

Comments
 (0)