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

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

Issue 1527293003: Prepare to publish analyzer (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« 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.1 1 ## 0.27.1
2 * Moved the public and private API's for the element model into their proper pla ces. 2 * Moved the public and private API's for the element model into their proper pla ces.
3 * Added back support for auto-processing of plugins.
3 4
4 ## 0.27.0 5 ## 0.27.0
5 * Support for DEP 37 (Assert with optional message). 6 * Support for DEP 37 (Assert with optional message).
6 * Lexical support for DEP 40 (Interface libraries). This does not include any se mantic checking to ensure that the 7 * Lexical support for DEP 40 (Interface libraries). This does not include any se mantic checking to ensure that the
7 implementation libraries are compatible with the interface library. 8 implementation libraries are compatible with the interface library.
8 * Cleaned up the initialization of plugins. Clients are now required to initiali ze plugins, possibly using the utility 9 * Cleaned up the initialization of plugins. Clients are now required to initiali ze plugins, possibly using the utility
9 method AnalysisEngine.processRequiredPlugins(). 10 method AnalysisEngine.processRequiredPlugins().
10 * Removed the old task model and code that supported it. None of the removed cod e was intended to be public API, but 11 * Removed the old task model and code that supported it. None of the removed cod e was intended to be public API, but
11 might be in use anyway. 12 might be in use anyway.
12 * Removed previously deprecated API's (marked with the @deprecated annotation). 13 * Removed previously deprecated API's (marked with the @deprecated annotation).
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ## 0.22.0 129 ## 0.22.0
129 130
130 New API: 131 New API:
131 132
132 * `Source.uri` added. 133 * `Source.uri` added.
133 134
134 Breaking changes: 135 Breaking changes:
135 136
136 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 137 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
137 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 138 * `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