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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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 | packages/analyzer/lib/file_system/memory_file_system.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+13
2 * (Internal) Plugin processing fixes.
3
4 ## 0.26.1+11
5 * Fixes to address lint registry memory leaking.
6
7 ## 0.26.1+10
8 * New `AnalysisContext` API for associating configuration data with contexts
9 (`setConfigurationData()` and `getConfigurationData()`).
10
1 ## 0.26.1+9 11 ## 0.26.1+9
2 * `OptionsProcessor` extension point API changed to pass associated 12 * `OptionsProcessor` extension point API changed to pass associated
3 `AnalysisContext` instance into the `optionsProcessed` call-back. 13 `AnalysisContext` instance into the `optionsProcessed` call-back.
4 14
5 ## 0.26.1+6 15 ## 0.26.1+6
6 * Provisional (internal) plugin manifest parsing. 16 * Provisional (internal) plugin manifest parsing.
7 17
8 ## 0.26.1+5 18 ## 0.26.1+5
9 * Plugin configuration `ErrorHandler` typedef API fix. 19 * Plugin configuration `ErrorHandler` typedef API fix.
10 20
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ## 0.22.0 97 ## 0.22.0
88 98
89 New API: 99 New API:
90 100
91 * `Source.uri` added. 101 * `Source.uri` added.
92 102
93 Breaking changes: 103 Breaking changes:
94 104
95 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 105 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
96 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 106 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | packages/analyzer/lib/file_system/memory_file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698