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

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

Issue 1392143002: Add context to OptionsProcessor callback API. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Arg reordering. Created 5 years, 2 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
« no previous file with comments | « pkg/analysis_server/lib/src/context_manager.dart ('k') | pkg/analyzer/lib/plugin/options.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.26.1+9
2 * `OptionsProcessor` extension point API changed to pass associated
3 `AnalysisContext` instance into the `optionsProcessed` call-back.
4
1 ## 0.26.1+6 5 ## 0.26.1+6
2 * Provisional (internal) plugin manifest parsing. 6 * Provisional (internal) plugin manifest parsing.
3 7
4 ## 0.26.1+5 8 ## 0.26.1+5
5 * Plugin configuration `ErrorHandler` typedef API fix. 9 * Plugin configuration `ErrorHandler` typedef API fix.
6 10
7 ## 0.26.1+4 11 ## 0.26.1+4
8 * Provisional (internal) support for plugin configuration via `.analysis_options `. 12 * Provisional (internal) support for plugin configuration via `.analysis_options `.
9 13
10 ## 0.26.1+2 14 ## 0.26.1+2
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ## 0.22.0 87 ## 0.22.0
84 88
85 New API: 89 New API:
86 90
87 * `Source.uri` added. 91 * `Source.uri` added.
88 92
89 Breaking changes: 93 Breaking changes:
90 94
91 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 95 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
92 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 96 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « pkg/analysis_server/lib/src/context_manager.dart ('k') | pkg/analyzer/lib/plugin/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698