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

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

Issue 1256323007: Bump analyzer version to 0.26.0 in preparation for publishing. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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.0
2
3 * No changes from 0.26.0-alpha.2.
4
1 ## 0.26.0-alpha.2 5 ## 0.26.0-alpha.2
2 6
3 * Fix highlight range for missing enum constant in switch (issue 23904). 7 * Fix highlight range for missing enum constant in switch (issue 23904).
4 * Fix analyzer's treatment of `ClassName?.staticMember` to match spec. 8 * Fix analyzer's treatment of `ClassName?.staticMember` to match spec.
5 * Implement DEP 34 (less restricted mixins). 9 * Implement DEP 34 (less restricted mixins).
6 * Fix some implementations of `UriResolver.resolveUri(..)` that did not 10 * Fix some implementations of `UriResolver.resolveUri(..)` that did not
7 properly handle the new `actualUri` argument. 11 properly handle the new `actualUri` argument.
8 12
9 ## 0.26.0-alpha.1 13 ## 0.26.0-alpha.1
10 14
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ## 0.22.0 61 ## 0.22.0
58 62
59 New API: 63 New API:
60 64
61 * `Source.uri` added. 65 * `Source.uri` added.
62 66
63 Breaking changes: 67 Breaking changes:
64 68
65 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 69 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
66 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 70 * `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