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

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

Issue 1240713007: Changelog for analyzer version 0.25.3-alpha.0 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.25.3-alpha.0
2
3 * Add hook for listening to implicitly analyzed files
4 * Add a PathFilter and AnalysisOptionsProvider utility classes to aid
5 clients in excluding files from analysis when directed to do so by an
6 options file.
7
1 ## 0.25.2 8 ## 0.25.2
2 9
3 * Enable null-aware operators (DEP 9) by default. 10 * Enable null-aware operators (DEP 9) by default.
4 * Generic method support in the element model. 11 * Generic method support in the element model.
5 12
6 ## 0.25.2-alpha.1 13 ## 0.25.2-alpha.1
7 14
8 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). 15 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub).
9 16
10 ## 0.25.2-alpha.0 17 ## 0.25.2-alpha.0
(...skipping 22 matching lines...) Expand all
33 ## 0.22.0 40 ## 0.22.0
34 41
35 New API: 42 New API:
36 43
37 * `Source.uri` added. 44 * `Source.uri` added.
38 45
39 Breaking changes: 46 Breaking changes:
40 47
41 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 48 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
42 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 49 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698