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

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

Issue 1366023002: Plugin manifest parsing. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Test updates. Created 5 years, 3 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
OLDNEW
1 ## 0.26.1+6
2 * Provisional (internal) plugin manifest parsing.
3
1 ## 0.26.1+5 4 ## 0.26.1+5
2 * Plugin configuration `ErrorHandler` typedef API fix. 5 * Plugin configuration `ErrorHandler` typedef API fix.
3 6
4 ## 0.26.1+4 7 ## 0.26.1+4
5 * Provisional (internal) support for plugin configuration via `.analysis_options `. 8 * Provisional (internal) support for plugin configuration via `.analysis_options `.
6 9
7 ## 0.26.1+2 10 ## 0.26.1+2
8 11
9 * Extension point for WorkManagerFactory(s). 12 * Extension point for WorkManagerFactory(s).
10 * Resolve enum documentation comments. 13 * Resolve enum documentation comments.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ## 0.22.0 83 ## 0.22.0
81 84
82 New API: 85 New API:
83 86
84 * `Source.uri` added. 87 * `Source.uri` added.
85 88
86 Breaking changes: 89 Breaking changes:
87 90
88 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 91 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
89 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 92 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698