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

Side by Side Diff: CHANGELOG.md

Issue 2194373002: Bump analyzer to 0.27.4. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 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 | lib/src/dart_formatter.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.9
nweiz 2016/08/01 21:42:49 I'd release this as 0.2.8+1. The solver already kn
Bob Nystrom 2016/08/01 22:05:25 It does have a source code change too, so I figure
2
3 * Require analyzer 0.27.4, which makes trailing commas on by default.
4
1 # 0.2.8 5 # 0.2.8
2 6
3 * Format parameter lists with trailing commas like argument lists (#447). 7 * Format parameter lists with trailing commas like argument lists (#447).
4 8
5 # 0.2.7 9 # 0.2.7
6 10
7 * Make it strong mode clean. 11 * Make it strong mode clean.
8 * Put labels on their own line (#43). 12 * Put labels on their own line (#43).
9 * Gracefully handle IO errors when failing to overwrite a file (#473). 13 * Gracefully handle IO errors when failing to overwrite a file (#473).
10 * Add a blank line after local functions, to match top level ones (#488). 14 * Add a blank line after local functions, to match top level ones (#488).
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 204
201 # 0.1.2 205 # 0.1.2
202 206
203 * Move split conditional operators to the beginning of the next line. 207 * Move split conditional operators to the beginning of the next line.
204 208
205 # 0.1.1 209 # 0.1.1
206 210
207 * Support formatting enums (#120). 211 * Support formatting enums (#120).
208 * Handle Windows line endings in multiline strings (#126). 212 * Handle Windows line endings in multiline strings (#126).
209 * Increase nesting for conditional operators (#122). 213 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/dart_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698