Chromium Code Reviews| OLD | NEW |
|---|---|
| 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". |
| OLD | NEW |