Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Side by Side Diff: pkg/analyzer/CHANGELOG.md

Issue 2542753002: Revert "Transition analyzer and analysis_server to new astFactory; remove old AST factory methods." (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## 0.30.0-alpha.0 1 ## 0.30.0-alpha.0
2 * Changed the API for creating BazelWorkspace. It should now be constructed usi ng BazelWorkspace.find(). Note that this might return `null` in the event that the given path is not part of a BazelWorkspace. 2 * Changed the API for creating BazelWorkspace. It should now be constructed usi ng BazelWorkspace.find(). Note that this might return `null` in the event that the given path is not part of a BazelWorkspace.
3 * Added an AST structure to support asserts in constructor initializers (AssertI nitializer). AstVisitor classes must now implement visitAssertInitializer(). 3 * Added an AST structure to support asserts in constructor initializers (AssertI nitializer). AstVisitor classes must now implement visitAssertInitializer().
4 * Changed the API for creating PartOfDirective. It now accepts a StringLiteral URI, to accomodate "part of" declarations with a URI string rather than a librar y name. 4 * Changed the API for creating PartOfDirective. It now accepts a StringLiteral URI, to accomodate "part of" declarations with a URI string rather than a librar y name.
5 * Removed AST constructors. AST nodes should now be created using `astFactory`, located in `package:analyzer/dart/ast/standard_ast_factory.dart`.
6 5
7 ## 0.29.0-alpha.0 6 ## 0.29.0-alpha.0
8 * Removed `Element.docRange`. 7 * Removed `Element.docRange`.
9 8
10 ## 0.28.2-alpha.0 9 ## 0.28.2-alpha.0
11 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0 ` SDK. 10 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0 ` SDK.
12 11
13 ## 0.28.0-alpha.2 12 ## 0.28.0-alpha.2
14 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle. 13 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle.
15 14
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ## 0.22.0 167 ## 0.22.0
169 168
170 New API: 169 New API:
171 170
172 * `Source.uri` added. 171 * `Source.uri` added.
173 172
174 Breaking changes: 173 Breaking changes:
175 174
176 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 175 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
177 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 176 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698