| Index: pkg/analyzer/CHANGELOG.md
|
| ===================================================================
|
| --- pkg/analyzer/CHANGELOG.md (revision 45379)
|
| +++ pkg/analyzer/CHANGELOG.md (working copy)
|
| @@ -1,12 +1,11 @@
|
| ## 0.25.0
|
|
|
| * Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
|
| -** `bin/analyzer.dart`
|
| -** `lib/analyzer.dart`
|
| -** `lib/options.dart`
|
| -** `lib/src/analyzer_impl.dart`
|
| -** `lib/src/error_formatter.dart`
|
| -* Removed dependency on `args` package.
|
| + * `bin/analyzer.dart`
|
| + * `lib/options.dart`
|
| + * `lib/src/analyzer_impl.dart`
|
| + * `lib/src/error_formatter.dart`
|
| +* Removed dependency on the `args` package.
|
|
|
| ## 0.22.1
|
|
|
| @@ -17,9 +16,9 @@
|
|
|
| New API:
|
|
|
| -* Source.uri added.
|
| +* `Source.uri` added.
|
|
|
| Breaking changes:
|
|
|
| -* DartSdk.fromEncoding replaced with "fromFileUri".
|
| -* Source.resolveRelative replaced with "resolveRelativeUri".
|
| +* `DartSdk.fromEncoding` replaced with `fromFileUri`.
|
| +* `Source.resolveRelative` replaced with `resolveRelativeUri`.
|
|
|