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

Side by Side Diff: CHANGELOG.md

Issue 1252323003: Allow arguments before and after block-formatted functions. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update pubspec and changelog. 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-rc.4
2
3 * Smarter indentation for function arguments (#369).
4
1 # 0.2.0-rc.3 5 # 0.2.0-rc.3
2 6
3 * Optimize splitting complex lines (#391). 7 * Optimize splitting complex lines (#391).
4 8
5 # 0.2.0-rc.2 9 # 0.2.0-rc.2
6 10
7 * Allow splitting between adjacent strings (#201). 11 * Allow splitting between adjacent strings (#201).
8 * Force multi-line comments to the next line (#241). 12 * Force multi-line comments to the next line (#241).
9 * Better splitting in metadata annotations in parameter lists (#247). 13 * Better splitting in metadata annotations in parameter lists (#247).
10 * New optimized line splitter (#360, #380). 14 * New optimized line splitter (#360, #380).
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 120
117 # 0.1.2 121 # 0.1.2
118 122
119 * Move split conditional operators to the beginning of the next line. 123 * Move split conditional operators to the beginning of the next line.
120 124
121 # 0.1.1 125 # 0.1.1
122 126
123 * Support formatting enums (#120). 127 * Support formatting enums (#120).
124 * Handle Windows line endings in multiline strings (#126). 128 * Handle Windows line endings in multiline strings (#126).
125 * Increase nesting for conditional operators (#122). 129 * 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