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

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

Issue 1134823002: Context fix for linting. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 7 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/lib/plugin/linter.dart » ('j') | pkg/analyzer/lib/plugin/linter.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.25.1
2
3 * Added `linter` plugin support.
4
5
1 ## 0.25.0 6 ## 0.25.0
2 7
3 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved: 8 * Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
4 * `bin/analyzer.dart` 9 * `bin/analyzer.dart`
5 * `lib/options.dart` 10 * `lib/options.dart`
6 * `lib/src/analyzer_impl.dart` 11 * `lib/src/analyzer_impl.dart`
7 * `lib/src/error_formatter.dart` 12 * `lib/src/error_formatter.dart`
8 * Removed dependency on the `args` package. 13 * Removed dependency on the `args` package.
9 14
10 ## 0.22.1 15 ## 0.22.1
11 16
12 * Changes in the async/await support. 17 * Changes in the async/await support.
13 18
14 19
15 ## 0.22.0 20 ## 0.22.0
16 21
17 New API: 22 New API:
18 23
19 * `Source.uri` added. 24 * `Source.uri` added.
20 25
21 Breaking changes: 26 Breaking changes:
22 27
23 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 28 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
24 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 29 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/plugin/linter.dart » ('j') | pkg/analyzer/lib/plugin/linter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698