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

Side by Side Diff: CHANGELOG.md

Issue 1595553004: Better performance on long lists containing comments. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 years, 11 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') | 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.4
2
3 * Better handling for long collections with comments (#484).
4
1 # 0.2.3 5 # 0.2.3
2 6
3 * Support messages in assert() (#411). 7 * Support messages in assert() (#411).
4 * Don't put spaces around magic generic method annotation comments (#477). 8 * Don't put spaces around magic generic method annotation comments (#477).
5 * Always put member metadata annotations on their own line (#483). 9 * Always put member metadata annotations on their own line (#483).
6 * Indent functions in named argument lists with non-functions (#478). 10 * Indent functions in named argument lists with non-functions (#478).
7 * Force the parameter list to split if a split occurs inside a function-typed 11 * Force the parameter list to split if a split occurs inside a function-typed
8 parameter. 12 parameter.
9 * Don't force a split for before a single named argument if the argument itself 13 * Don't force a split for before a single named argument if the argument itself
10 splits. 14 splits.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 173
170 # 0.1.2 174 # 0.1.2
171 175
172 * Move split conditional operators to the beginning of the next line. 176 * Move split conditional operators to the beginning of the next line.
173 177
174 # 0.1.1 178 # 0.1.1
175 179
176 * Support formatting enums (#120). 180 * Support formatting enums (#120).
177 * Handle Windows line endings in multiline strings (#126). 181 * Handle Windows line endings in multiline strings (#126).
178 * Increase nesting for conditional operators (#122). 182 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | bin/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698