|
1 | | -## 0.12.0-dev |
| 1 | +## 0.12.0 |
2 | 2 | - Breaking changes to `DartFileEditBuilder`: `convertFunctionFromSyncToAsync` |
3 | 3 | and `replaceTypeWithFuture`. |
4 | 4 | - Breaking changes to all classes in `lib/protocol/protocol_common.dart` and |
|
9 | 9 | provides a `name` instance getter). The instances of each enum are also now |
10 | 10 | considered exhaustive (which may trigger new diagnostics on existing switch |
11 | 11 | 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`. |
12 | 22 |
|
13 | 23 | ## 0.11.3 |
14 | 24 |
|
15 | | -- Support version `6.x` of the `analyzer` package |
| 25 | +- Support version `6.x` of the `analyzer` package. |
16 | 26 |
|
17 | 27 | ## 0.11.2 |
18 | 28 |
|
19 | | -- Support version `5.x` of the `analyzer` package |
| 29 | +- Support version `5.x` of the `analyzer` package. |
20 | 30 |
|
21 | 31 | ## 0.11.1 |
22 | 32 | - Call `analyzeFiles` from `handleAffectedFiles` only for files that are |
|
26 | 36 | - Using `AnalysisContextCollection` and `AnalysisContext` for analysis. |
27 | 37 |
|
28 | 38 | ## 0.10.0 |
29 | | -- Support version `4.x` of the `analyzer` package |
| 39 | +- Support version `4.x` of the `analyzer` package. |
30 | 40 |
|
31 | 41 | ## 0.9.0 |
32 | | -- Support version `3.x` of the `analyzer` package |
| 42 | +- Support version `3.x` of the `analyzer` package. |
33 | 43 |
|
34 | 44 | ## 0.8.0 |
35 | 45 | - Require SDK `2.14` to use `Object.hash()`. |
36 | 46 | - Require `yaml 3.1.0` to use `recover`. |
37 | 47 |
|
38 | 48 | ## 0.7.0 |
39 | | -- Support version `2.x` of the `analyzer` package |
| 49 | +- Support version `2.x` of the `analyzer` package. |
40 | 50 |
|
41 | 51 | ## 0.6.0 |
42 | 52 | - Bug fixes to the protocol. |
|
0 commit comments