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

Side by Side Diff: CHANGELOG.md

Issue 2181743002: Always split collections and argument lists with trailing commas. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Revise. 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/source_visitor.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.7 1 # 0.2.7
2 2
3 * Make it strong mode clean. 3 * Make it strong mode clean.
4 * Improve indentation in non-block-bodied control flow statements (#494). 4 * Improve indentation in non-block-bodied control flow statements (#494).
5 * When calling from JS, guess at which error to show when the code cannot be 5 * When calling from JS, guess at which error to show when the code cannot be
6 parsed (#504). 6 parsed (#504).
7 * Force a conditional operator to split if the condition does (#506). 7 * Force a conditional operator to split if the condition does (#506).
8 * Preserve trailing commas in argument and parameter lists (#509). 8 * Preserve trailing commas in argument and parameter lists (#509).
9 * Indent initializers in multiple variable declarations. 9 * Indent initializers in multiple variable declarations.
10 * Avoid passing an invalid Windows file URI to analyzer. 10 * Avoid passing an invalid Windows file URI to analyzer.
11 * Always split comma-separated sequences that contain a trailing comma.
11 12
12 # 0.2.6 13 # 0.2.6
13 14
14 * Support deploying an npm package exporting a formatCode method. 15 * Support deploying an npm package exporting a formatCode method.
15 16
16 # 0.2.4 17 # 0.2.4
17 18
18 * Better handling for long collections with comments (#484). 19 * Better handling for long collections with comments (#484).
19 20
20 # 0.2.3 21 # 0.2.3
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 189
189 # 0.1.2 190 # 0.1.2
190 191
191 * Move split conditional operators to the beginning of the next line. 192 * Move split conditional operators to the beginning of the next line.
192 193
193 # 0.1.1 194 # 0.1.1
194 195
195 * Support formatting enums (#120). 196 * Support formatting enums (#120).
196 * Handle Windows line endings in multiline strings (#126). 197 * Handle Windows line endings in multiline strings (#126).
197 * Increase nesting for conditional operators (#122). 198 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/source_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698