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

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

Issue 1102613002: Analyzer CLI removal. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/analyzer/bin/analyzer.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.24.7
2
3 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
4 ** `bin/analyzer.dart`
nweiz 2015/04/23 19:44:03 This "**" syntax isn't valid markdown and doesn't
5 ** `lib/analyzer.dart`
nweiz 2015/04/23 19:44:03 AFAICT this file is still in the package, which is
6 ** `lib/options.dart`
7 ** `lib/src/analyzer_impl.dart`
8 ** `lib/src/error_formatter.dart`
9 * Removed dependency on `args` package.
10
1 ## 0.22.1 11 ## 0.22.1
2 12
3 * Changes in the async/await support. 13 * Changes in the async/await support.
4 14
5 15
6 ## 0.22.0 16 ## 0.22.0
7 17
8 New API: 18 New API:
9 19
10 * Source.uri added. 20 * Source.uri added.
11 21
12 Breaking changes: 22 Breaking changes:
13 23
14 * DartSdk.fromEncoding replaced with "fromFileUri". 24 * DartSdk.fromEncoding replaced with "fromFileUri".
15 * Source.resolveRelative replaced with "resolveRelativeUri". 25 * Source.resolveRelative replaced with "resolveRelativeUri".
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/bin/analyzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698