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

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

Issue 2927783002: add memory usage to the diagnostics page (Closed)
Patch Set: Created 3 years, 6 months 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
« no previous file with comments | « pkg/analysis_server/test/src/utilities/profiling_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 accommodate "part of" declarations with a URI string rather than a libra ry name. 4 * Changed the API for creating PartOfDirective. It now accepts a StringLiteral URI, to accommodate "part of" declarations with a URI string rather than a libra ry name.
5 * Removed AST constructors. AST nodes should now be created using `astFactory`, located in `package:analyzer/dart/ast/standard_ast_factory.dart`. 5 * Removed AST constructors. AST nodes should now be created using `astFactory`, located in `package:analyzer/dart/ast/standard_ast_factory.dart`.
6 6
7 ## 0.29.0-alpha.0 7 ## 0.29.0-alpha.0
8 * Removed `Element.docRange`. 8 * Removed `Element.docRange`.
9 9
10 ## 0.28.2-alpha.0 10 ## 0.28.2-alpha.0
11 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0 ` SDK. 11 * Corresponds with the analyzer/server in the `1.20.0-dev.1.0` SDK.
12 12
13 ## 0.28.0-alpha.2 13 ## 0.28.0-alpha.2
14 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle. 14 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle.
15 15
16 ## 0.27.4-alpha.19 16 ## 0.27.4-alpha.19
17 * Added support for running the dev compiler in the browser. 17 * Added support for running the dev compiler in the browser.
18 18
19 ## 0.27.4-alpha.18 19 ## 0.27.4-alpha.18
20 * Support for references to operators in doc comments (#26929). 20 * Support for references to operators in doc comments (#26929).
21 21
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ## 0.22.0 168 ## 0.22.0
169 169
170 New API: 170 New API:
171 171
172 * `Source.uri` added. 172 * `Source.uri` added.
173 173
174 Breaking changes: 174 Breaking changes:
175 175
176 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 176 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
177 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 177 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/src/utilities/profiling_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698