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

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

Issue 1241743002: Bump analyzer version to 0.25.2 in preparation for publishing. (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 | 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.25.2
2
3 * Enable null-aware operators (DEP 9) by default.
4 * Generic method support in the element model.
5
1 ## 0.25.2-alpha.1 6 ## 0.25.2-alpha.1
2 7
3 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub). 8 * `dart:sdk` extension `.sdkext` changed to `_sdkext` (to play nicer with pub).
4 9
5 ## 0.25.2-alpha.0 10 ## 0.25.2-alpha.0
6 11
7 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`. 12 * Initial support for analyzing `dart:sdk` extensions from `.sdkext`.
8 13
9 ## 0.25.1 14 ## 0.25.1
10 15
(...skipping 17 matching lines...) Expand all
28 ## 0.22.0 33 ## 0.22.0
29 34
30 New API: 35 New API:
31 36
32 * `Source.uri` added. 37 * `Source.uri` added.
33 38
34 Breaking changes: 39 Breaking changes:
35 40
36 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 41 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
37 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 42 * `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