Skip to content

Commit

Permalink
Deprecate renderSimpleSectionSummary (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jul 16, 2024
1 parent e318df4 commit 8f268c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.22.9

- Updated suggestion for packages depending on SDK `_macros`.
- Deprecated the `renderSimpleSectionSummary` method in public API.

## 0.22.8

Expand Down
1 change: 1 addition & 0 deletions lib/src/report/_common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ String? _reportStatusMarker(ReportStatus status) => const {
}[status];

/// Renders a summary block for sections that can have only a single issue.
@Deprecated('Do not use this API, it will be removed.')
String renderSimpleSectionSummary({
required String title,
required String? description,
Expand Down

0 comments on commit 8f268c4

Please sign in to comment.