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

Side by Side Diff: CHANGELOG.md

Issue 2196863002: Format parameter lists with trailing commas like argument lists. (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 | bin/format.dart » ('j') | lib/src/source_visitor.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.2.8
2
3 * Format parameter lists with trailing commas like argument lists (#447).
4
1 # 0.2.7 5 # 0.2.7
2 6
3 * Make it strong mode clean. 7 * Make it strong mode clean.
4 * Put labels on their own line (#43). 8 * Put labels on their own line (#43).
5 * Gracefully handle IO errors when failing to overwrite a file (#473). 9 * Gracefully handle IO errors when failing to overwrite a file (#473).
6 * Add a blank line after local functions, to match top level ones (#488). 10 * Add a blank line after local functions, to match top level ones (#488).
7 * Improve indentation in non-block-bodied control flow statements (#494). 11 * Improve indentation in non-block-bodied control flow statements (#494).
8 * Better indentation on very long return types (#503). 12 * Better indentation on very long return types (#503).
9 * When calling from JS, guess at which error to show when the code cannot be 13 * When calling from JS, guess at which error to show when the code cannot be
10 parsed (#504). 14 parsed (#504).
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 200
197 # 0.1.2 201 # 0.1.2
198 202
199 * Move split conditional operators to the beginning of the next line. 203 * Move split conditional operators to the beginning of the next line.
200 204
201 # 0.1.1 205 # 0.1.1
202 206
203 * Support formatting enums (#120). 207 * Support formatting enums (#120).
204 * Handle Windows line endings in multiline strings (#126). 208 * Handle Windows line endings in multiline strings (#126).
205 * Increase nesting for conditional operators (#122). 209 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | bin/format.dart » ('j') | lib/src/source_visitor.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698