File tree Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.1-dev
2+
3+ - Require version ` ^8.1.0 ` of the ` analyzer ` package.
4+
15## 0.2.0
26
37- Require version ` ^8.0.0 ` of the ` analyzer ` package.
Original file line number Diff line number Diff line change 11name : analysis_server_plugin
22description : A framework and support code for building plugins for the analysis server.
3- version : 0.2.0
3+ version : 0.2.1-dev
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
55
66environment :
@@ -11,7 +11,7 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^8.0.0
14+ analyzer : ^8.1.0-dev
1515 analyzer_plugin : ^0.13.2
1616 meta : ^1.16.0
1717 yaml : ^3.1.0
Original file line number Diff line number Diff line change 1+ ## 0.13.6-dev
2+
3+ - Require version ` ^8.1.0 ` of the ` analyzer ` package.
4+
15## 0.13.5
6+
27- Require version ` ^8.0.0 ` of the ` analyzer ` package.
38
49## 0.13.4
10+
511- Require version ` ^7.5.1 ` of the ` analyzer ` package.
612
713## 0.13.2
14+
815- Deprecated: ` RangeFactory.error ` is replaced by ` RangeFactory.diagnostic ` .
916- Require version ` ^7.4.6 ` of the ` analyzer ` package.
1017
1118## 0.13.1
19+
1220- Updated SDK constraint to ` ^3.5.0 ` .
1321- Require version ` 7.4.x ` of the ` analyzer ` package.
1422
1523## 0.13.0
24+
1625- Remove ` elementName() ` from ` RangeFactory ` . Use ` fragmentName() ` instead.
1726- Breaking changes to ` DartFileEditBuilder ` and ` DartEditBuilder ` .
1827- Breaking changes to ` AnalyzerConverter ` .
1928- Support for a plugin to send an ` AnalysisStatus ` notification, featuring an
2029 ` isAnalyzing ` ` bool ` field.
2130
2231## 0.12.0
32+
2333- Breaking changes to ` DartFileEditBuilder ` : ` convertFunctionFromSyncToAsync `
2434 and ` replaceTypeWithFuture ` .
2535- Breaking changes to all classes in ` lib/protocol/protocol_common.dart ` and
Original file line number Diff line number Diff line change 11name : analyzer_plugin
22description : A framework and support code for building plugins for the analysis server.
3- version : 0.13.5
3+ version : 0.13.6-dev
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
55
66environment :
@@ -11,7 +11,7 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^8.0.0
14+ analyzer : ^8.1.0-dev
1515 collection : ^1.15.0
1616 dart_style : ' >=2.3.7 <4.0.0'
1717 pub_semver : ^2.1.0
Original file line number Diff line number Diff line change 1+ ## 0.1.1-dev
2+
3+ - Require version ` ^8.1.0 ` of the ` analyzer ` package.
4+
15## 0.1.0
26
37- Initial release
Original file line number Diff line number Diff line change 11name : analyzer_testing
22description : Testing utilities related to the analyzer and analysis_server_plugin packages.
3- version : 0.1.0
3+ version : 0.1.1-dev
44repository : https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_testing
55
66environment :
@@ -11,7 +11,7 @@ resolution: workspace
1111dependencies :
1212 # See the release policy for managing this dependency at
1313 # pkg/analyzer/doc/implementation/releasing.md.
14- analyzer : ^8.0.0
14+ analyzer : ^8.1.0-dev
1515 meta : ^1.10.0
1616 path : ^1.9.0
1717 test : ^1.25.0
You can’t perform that action at this time.
0 commit comments