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