Skip to content

Commit b9025f6

Browse files
srawlinsCommit Queue
authored andcommitted
Bump analyzer_plugin to 0.12.0
Change-Id: I221e8eb959116b6a0c098ed0870f9d28a54e2196 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396626 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 9350b85 commit b9025f6

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

pkg/analyzer_plugin/CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.12.0-dev
1+
## 0.12.0
22
- Breaking changes to `DartFileEditBuilder`: `convertFunctionFromSyncToAsync`
33
and `replaceTypeWithFuture`.
44
- Breaking changes to all classes in `lib/protocol/protocol_common.dart` and
@@ -9,14 +9,24 @@
99
provides a `name` instance getter). The instances of each enum are also now
1010
considered exhaustive (which may trigger new diagnostics on existing switch
1111
statements and switch expressions).
12+
- Support version `7.x` of the `analyzer` package.
13+
- Support change descriptions on SourceEdit.
14+
- New API in `DartFileEditBuilder`: `getIndent`, `insertCaseClauseAtEnd`,
15+
`insertConstructor`, `insertField`, `insertGetter`, `insertMethod`,
16+
`writeIndent`.
17+
- New API in `DartEditBuilder`: `writeFormalParameter` and
18+
`writeFormalParameters`.
19+
- New experimental API in `DartEditBuilder`: `writeOverride2`,
20+
`writeReference2`, `writeType2`, `writeTypeParameter2`, and
21+
`writeTypeParameters2`.
1222

1323
## 0.11.3
1424

15-
- Support version `6.x` of the `analyzer` package
25+
- Support version `6.x` of the `analyzer` package.
1626

1727
## 0.11.2
1828

19-
- Support version `5.x` of the `analyzer` package
29+
- Support version `5.x` of the `analyzer` package.
2030

2131
## 0.11.1
2232
- Call `analyzeFiles` from `handleAffectedFiles` only for files that are
@@ -26,17 +36,17 @@
2636
- Using `AnalysisContextCollection` and `AnalysisContext` for analysis.
2737

2838
## 0.10.0
29-
- Support version `4.x` of the `analyzer` package
39+
- Support version `4.x` of the `analyzer` package.
3040

3141
## 0.9.0
32-
- Support version `3.x` of the `analyzer` package
42+
- Support version `3.x` of the `analyzer` package.
3343

3444
## 0.8.0
3545
- Require SDK `2.14` to use `Object.hash()`.
3646
- Require `yaml 3.1.0` to use `recover`.
3747

3848
## 0.7.0
39-
- Support version `2.x` of the `analyzer` package
49+
- Support version `2.x` of the `analyzer` package.
4050

4151
## 0.6.0
4252
- Bug fixes to the protocol.

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: analyzer_plugin
22
description: A framework and support code for building plugins for the analysis server.
3-
version: 0.12.0-dev
3+
version: 0.12.0
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
55

66
environment:

0 commit comments

Comments
 (0)