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

Side by Side Diff: CHANGELOG.md

Issue 1583203003: Don't put spaces around magic generic method annotation 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 | lib/src/chunk_builder.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.3 1 # 0.2.3
2 2
3 * Don't put spaces around magic generic method annotation comments (#477).
3 * Always put member metadata annotations on their own line (#483). 4 * Always put member metadata annotations on their own line (#483).
4 * Force the parameter list to split if a split occurs inside a function-typed 5 * Force the parameter list to split if a split occurs inside a function-typed
5 parameter. 6 parameter.
6 * Don't force a split for before a single named argument if the argument itself 7 * Don't force a split for before a single named argument if the argument itself
7 splits. 8 splits.
8 9
9 # 0.2.2 10 # 0.2.2
10 11
11 * Upgrade to analyzer 0.27.0. 12 * Upgrade to analyzer 0.27.0.
12 * Format configured imports and exports. 13 * Format configured imports and exports.
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 167
167 # 0.1.2 168 # 0.1.2
168 169
169 * Move split conditional operators to the beginning of the next line. 170 * Move split conditional operators to the beginning of the next line.
170 171
171 # 0.1.1 172 # 0.1.1
172 173
173 * Support formatting enums (#120). 174 * Support formatting enums (#120).
174 * Handle Windows line endings in multiline strings (#126). 175 * Handle Windows line endings in multiline strings (#126).
175 * Increase nesting for conditional operators (#122). 176 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/chunk_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698