| OLD | NEW |
| 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`. |
| OLD | NEW |