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

Side by Side Diff: CHANGELOG.md

Issue 1258203006: Handle function arguments inside function calls. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Reformat self. 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 | lib/src/argument_list_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.0
2
3 * Treat functions nested inside function calls like block arguments (#366).
4
1 # 0.2.0-rc.4 5 # 0.2.0-rc.4
2 6
3 * Smarter indentation for function arguments (#369). 7 * Smarter indentation for function arguments (#369).
4 8
5 # 0.2.0-rc.3 9 # 0.2.0-rc.3
6 10
7 * Optimize splitting complex lines (#391). 11 * Optimize splitting complex lines (#391).
8 12
9 # 0.2.0-rc.2 13 # 0.2.0-rc.2
10 14
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 124
121 # 0.1.2 125 # 0.1.2
122 126
123 * Move split conditional operators to the beginning of the next line. 127 * Move split conditional operators to the beginning of the next line.
124 128
125 # 0.1.1 129 # 0.1.1
126 130
127 * Support formatting enums (#120). 131 * Support formatting enums (#120).
128 * Handle Windows line endings in multiline strings (#126). 132 * Handle Windows line endings in multiline strings (#126).
129 * Increase nesting for conditional operators (#122). 133 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/argument_list_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698