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

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

Issue 1525663003: Move the remainder of generated/element.dart into better locations (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/lib/src/dart/element/element.dart » ('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
2 * Moved the public and private API's for the element model into their proper pla ces.
3
1 ## 0.27.0 4 ## 0.27.0
2 * Support for DEP 37 (Assert with optional message). 5 * Support for DEP 37 (Assert with optional message).
3 * Lexical support for DEP 40 (Interface libraries). This does not include any se mantic checking to ensure that the 6 * Lexical support for DEP 40 (Interface libraries). This does not include any se mantic checking to ensure that the
4 implementation libraries are compatible with the interface library. 7 implementation libraries are compatible with the interface library.
5 * Cleaned up the initialization of plugins. Clients are now required to initiali ze plugins, possibly using the utility 8 * Cleaned up the initialization of plugins. Clients are now required to initiali ze plugins, possibly using the utility
6 method AnalysisEngine.processRequiredPlugins(). 9 method AnalysisEngine.processRequiredPlugins().
7 * Removed the old task model and code that supported it. None of the removed cod e was intended to be public API, but 10 * Removed the old task model and code that supported it. None of the removed cod e was intended to be public API, but
8 might be in use anyway. 11 might be in use anyway.
9 * Removed previously deprecated API's (marked with the @deprecated annotation). 12 * Removed previously deprecated API's (marked with the @deprecated annotation).
10 13
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ## 0.22.0 128 ## 0.22.0
126 129
127 New API: 130 New API:
128 131
129 * `Source.uri` added. 132 * `Source.uri` added.
130 133
131 Breaking changes: 134 Breaking changes:
132 135
133 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 136 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
134 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 137 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/dart/element/element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698