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

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

Issue 1420903003: Publish `optionValidator` extentsion API. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Analyzer bump Created 5 years, 1 month 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/pubspec.yaml ('k') | pkg/analyzer/pubspec.yaml » ('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+15
2 * (Internal) Provisional options validation plugin API.
3
1 ## 0.26.1+13 4 ## 0.26.1+13
2 * (Internal) Plugin processing fixes. 5 * (Internal) Plugin processing fixes.
3 6
4 ## 0.26.1+11 7 ## 0.26.1+11
5 * Fixes to address lint registry memory leaking. 8 * Fixes to address lint registry memory leaking.
6 9
7 ## 0.26.1+10 10 ## 0.26.1+10
8 * New `AnalysisContext` API for associating configuration data with contexts 11 * New `AnalysisContext` API for associating configuration data with contexts
9 (`setConfigurationData()` and `getConfigurationData()`). 12 (`setConfigurationData()` and `getConfigurationData()`).
10 13
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 ## 0.22.0 100 ## 0.22.0
98 101
99 New API: 102 New API:
100 103
101 * `Source.uri` added. 104 * `Source.uri` added.
102 105
103 Breaking changes: 106 Breaking changes:
104 107
105 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 108 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
106 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 109 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698