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

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

Issue 1217443026: Bump to 0.25.2-alpha.0 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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.0
2
3 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
4
5 ## 0.25.1
6
7 * (Internal) code reorganization to address analysis warnings due to SDK reorg.
8 * First steps towards `.packages` support.
9
1 ## 0.25.0 10 ## 0.25.0
2 11
3 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved: 12 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
4 * `bin/analyzer.dart` 13 * `bin/analyzer.dart`
5 * `lib/options.dart` 14 * `lib/options.dart`
6 * `lib/src/analyzer_impl.dart` 15 * `lib/src/analyzer_impl.dart`
7 * `lib/src/error_formatter.dart` 16 * `lib/src/error_formatter.dart`
8 * Removed dependency on the `args` package. 17 * Removed dependency on the `args` package.
9 18
10 ## 0.22.1 19 ## 0.22.1
11 20
12 * Changes in the async/await support. 21 * Changes in the async/await support.
13 22
14 23
15 ## 0.22.0 24 ## 0.22.0
16 25
17 New API: 26 New API:
18 27
19 * `Source.uri` added. 28 * `Source.uri` added.
20 29
21 Breaking changes: 30 Breaking changes:
22 31
23 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 32 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
24 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 33 * `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