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

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

Issue 2163503002: Bump analyzer to `0.27.4-alpha.17`. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 ## Next release 1 ## 0.27.4-alpha.17
2 * Support for trailing commas in parameter and argument lists (#26647).
2 * Strong mode breaking change: can now infer generic type arguments from the con structor invocation arguments (#25220). 3 * Strong mode breaking change: can now infer generic type arguments from the con structor invocation arguments (#25220).
3 4
4 ## 0.27.4-alpha.16 5 ## 0.27.4-alpha.16
5 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK. 6 * (Internal) Corresponds with the analyzer/server in the `1.18.0-dev.4.0` SDK.
6 7
7 ## 0.27.4-alpha.9 8 ## 0.27.4-alpha.9
8 * Restore EmbedderUriResolver API. 9 * Restore EmbedderUriResolver API.
9 10
10 ## 0.27.4-alpha.8 11 ## 0.27.4-alpha.8
11 * Ignore processing performance improvements. 12 * Ignore processing performance improvements.
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ## 0.22.0 147 ## 0.22.0
147 148
148 New API: 149 New API:
149 150
150 * `Source.uri` added. 151 * `Source.uri` added.
151 152
152 Breaking changes: 153 Breaking changes:
153 154
154 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 155 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
155 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 156 * `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