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

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

Issue 1229693006: Analyzer bump to 0.25.2-alpha.1 (sdkext changes) [TBR]. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge with master. Created 5 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 ## 0.25.2-alpha.1
2
3 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub).
4
1 ## 0.25.2-alpha.0 5 ## 0.25.2-alpha.0
2 6
3 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. 7 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
4 8
5 ## 0.25.1 9 ## 0.25.1
6 10
7 * (Internal) code reorganization to address analysis warnings due to SDK reorg. 11 * (Internal) code reorganization to address analysis warnings due to SDK reorg.
8 * First steps towards `.packages` support. 12 * First steps towards `.packages` support.
9 13
10 ## 0.25.0 14 ## 0.25.0
(...skipping 13 matching lines...) Expand all
24 ## 0.22.0 28 ## 0.22.0
25 29
26 New API: 30 New API:
27 31
28 * `Source.uri` added. 32 * `Source.uri` added.
29 33
30 Breaking changes: 34 Breaking changes:
31 35
32 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 36 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
33 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 37 * `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