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

Side by Side Diff: CHANGELOG.md

Issue 1505983005: Upgrade to analyzer 0.27.0. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: More upgrades. 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 | bin/format.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.2.2
2
3 * Upgrade to analyzer 0.27.0.
4 * Format configured imports and exports.
5
1 # 0.2.1 6 # 0.2.1
2 7
3 * `--version` command line argument (#240). 8 * `--version` command line argument (#240).
4 * Split the first `.` in a method chain if the target splits (#255). 9 * Split the first `.` in a method chain if the target splits (#255).
5 * Don't collapse states that differ by unbound rule constraints (#424). 10 * Don't collapse states that differ by unbound rule constraints (#424).
6 * Better handling for functions in method chains (#367, #398). 11 * Better handling for functions in method chains (#367, #398).
7 * Better handling of large parameter metadata annotations (#387, #444). 12 * Better handling of large parameter metadata annotations (#387, #444).
8 * Smarter splitting around collections in named parameters (#394). 13 * Smarter splitting around collections in named parameters (#394).
9 * Split calls if properties in a chain split (#399). 14 * Split calls if properties in a chain split (#399).
10 * Don't allow splitting inside empty functions (#404). 15 * Don't allow splitting inside empty functions (#404).
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 158
154 # 0.1.2 159 # 0.1.2
155 160
156 * Move split conditional operators to the beginning of the next line. 161 * Move split conditional operators to the beginning of the next line.
157 162
158 # 0.1.1 163 # 0.1.1
159 164
160 * Support formatting enums (#120). 165 * Support formatting enums (#120).
161 * Handle Windows line endings in multiline strings (#126). 166 * Handle Windows line endings in multiline strings (#126).
162 * Increase nesting for conditional operators (#122). 167 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | bin/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698