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

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

Issue 1310093003: analyzer version to 0.26.1+1 (Closed) Base URL: https://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.1+1
2
3 * Made the compile to JavaScript hints optional
Paul Berry 2015/08/24 14:10:46 Remove this line. This change was made in 0.26.1,
4 * Removed a warning about importing unnamed libraries
5
Paul Berry 2015/08/24 14:10:46 Add an additional bullet: * Fix handling of empty
1 ## 0.26.1 6 ## 0.26.1
2 7
3 * Fix line starts in multiline comments (issue 23919). 8 * Fix line starts in multiline comments (issue 23919).
4 * Various small fixes to Windows path handling. 9 * Various small fixes to Windows path handling.
5 * Update LineInfo computation during incremental resolution. 10 * Update LineInfo computation during incremental resolution.
6 * Make exclude list apply to contexts (issue 23941). 11 * Make exclude list apply to contexts (issue 23941).
7 * Fix type propagation for asynchronous for-in statements. 12 * Fix type propagation for asynchronous for-in statements.
8 * Fix ToStringVisitor for external functions (issue 23968). 13 * Fix ToStringVisitor for external functions (issue 23968).
9 * Fix sorting of compilation unit members. 14 * Fix sorting of compilation unit members.
10 * Add forwarding for DefaultFormalParameter metadata. 15 * Add forwarding for DefaultFormalParameter metadata.
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ## 0.22.0 67 ## 0.22.0
63 68
64 New API: 69 New API:
65 70
66 * `Source.uri` added. 71 * `Source.uri` added.
67 72
68 Breaking changes: 73 Breaking changes:
69 74
70 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 75 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
71 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 76 * `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