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

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

Issue 1400343006: Analyzer version 0.26.1+10 bump. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Typo fix. 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 | « no previous file | 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+10
2 * New `AnalysisContext` API for associating configuration data with contexts
3 (`setConfigurationData()` and `getConfigurationData()`).
4
1 ## 0.26.1+9 5 ## 0.26.1+9
2 * `OptionsProcessor` extension point API changed to pass associated 6 * `OptionsProcessor` extension point API changed to pass associated
3 `AnalysisContext` instance into the `optionsProcessed` call-back. 7 `AnalysisContext` instance into the `optionsProcessed` call-back.
4 8
5 ## 0.26.1+6 9 ## 0.26.1+6
6 * Provisional (internal) plugin manifest parsing. 10 * Provisional (internal) plugin manifest parsing.
7 11
8 ## 0.26.1+5 12 ## 0.26.1+5
9 * Plugin configuration `ErrorHandler` typedef API fix. 13 * Plugin configuration `ErrorHandler` typedef API fix.
10 14
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ## 0.22.0 91 ## 0.22.0
88 92
89 New API: 93 New API:
90 94
91 * `Source.uri` added. 95 * `Source.uri` added.
92 96
93 Breaking changes: 97 Breaking changes:
94 98
95 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 99 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
96 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 100 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698