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

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

Issue 2016403004: Analyzer rev to 0.27.4-alpha.8. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « 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.27.4-alpha.8
2 * Ignore processing performance improvements.
3 * EmbedderUriResolver API updates.
4
1 ## 0.27.4 5 ## 0.27.4
2 6
3 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi s_options' files. 7 * Added support for 'analysis_options.yaml' files as an alternative to '.analysi s_options' files.
4 8
5 ## 0.27.1 9 ## 0.27.1
6 * Moved the public and private API's for the element model into their proper pla ces. 10 * Moved the public and private API's for the element model into their proper pla ces.
7 * Added back support for auto-processing of plugins. 11 * Added back support for auto-processing of plugins.
8 12
9 ## 0.27.0 13 ## 0.27.0
10 * Support for DEP 37 (Assert with optional message). 14 * Support for DEP 37 (Assert with optional message).
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ## 0.22.0 137 ## 0.22.0
134 138
135 New API: 139 New API:
136 140
137 * `Source.uri` added. 141 * `Source.uri` added.
138 142
139 Breaking changes: 143 Breaking changes:
140 144
141 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 145 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
142 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 146 * `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