Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TypeSpec APIView] Display suppressions in APIVIew #8090

Merged
merged 14 commits into from
Apr 24, 2024
1 change: 1 addition & 0 deletions tools/apiview/emitters/typespec-apiview/.prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trailingComma: "all"
printWidth: 120
quoteProps: "consistent"
endOfLine: lf
tabWidth: 2
arrowParens: always
plugins:
- "./node_modules/@typespec/prettier-plugin-typespec"
Expand Down
4 changes: 4 additions & 0 deletions tools/apiview/emitters/typespec-apiview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## Version 0.4.8 (04-18-2024)
Display suppressions in APIView.
Resolve visual anomalies.

## Version 0.4.7 (03-22-2024)
Support TypeSpec string templates.
Fix display issue with templated aliases.
Expand Down
996 changes: 675 additions & 321 deletions tools/apiview/emitters/typespec-apiview/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/apiview/emitters/typespec-apiview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-apiview",
"version": "0.4.7",
"version": "0.4.8",
"author": "Microsoft Corporation",
"description": "Library for emitting APIView token files from TypeSpec",
"homepage": "https://github.com/Azure/azure-sdk-tools",
Expand Down
Loading