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

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

Issue 2257053004: Publish analyzer 0.28.0-alpha.2 with PubSummaryManager fixes. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.28.0-alpha.2
2 * Fixed PubSummaryManager linking when a listed package does not have the unlink ed bundle.
3
1 ## 0.27.4-alpha.19 4 ## 0.27.4-alpha.19
2 * Added support for running the dev compiler in the browser. 5 * Added support for running the dev compiler in the browser.
3 6
4 ## 0.27.4-alpha.18 7 ## 0.27.4-alpha.18
5 * Support for references to operators in doc comments (#26929). 8 * Support for references to operators in doc comments (#26929).
6 9
7 ## 0.27.4-alpha.17 10 ## 0.27.4-alpha.17
8 * Support for trailing commas in parameter and argument lists (#26647). 11 * Support for trailing commas in parameter and argument lists (#26647).
9 * Strong mode breaking change: can now infer generic type arguments from the con structor invocation arguments (#25220). 12 * Strong mode breaking change: can now infer generic type arguments from the con structor invocation arguments (#25220).
10 13
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ## 0.22.0 156 ## 0.22.0
154 157
155 New API: 158 New API:
156 159
157 * `Source.uri` added. 160 * `Source.uri` added.
158 161
159 Breaking changes: 162 Breaking changes:
160 163
161 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 164 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
162 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 165 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698