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

Side by Side Diff: CHANGELOG.md

Issue 2298993002: Handle metadata annotations in parameter lists with trailing commas. (Closed)
Patch Set: Created 4 years, 3 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/source_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.10
2
3 * Handle metadata annotations before parameters with trailing commas (#520).
4
1 # 0.2.9 5 # 0.2.9
2 6
3 * Require analyzer 0.27.4, which makes trailing commas on by default. 7 * Require analyzer 0.27.4, which makes trailing commas on by default.
4 8
5 # 0.2.8 9 # 0.2.8
6 10
7 * Format parameter lists with trailing commas like argument lists (#447). 11 * Format parameter lists with trailing commas like argument lists (#447).
8 12
9 # 0.2.7 13 # 0.2.7
10 14
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 208
205 # 0.1.2 209 # 0.1.2
206 210
207 * Move split conditional operators to the beginning of the next line. 211 * Move split conditional operators to the beginning of the next line.
208 212
209 # 0.1.1 213 # 0.1.1
210 214
211 * Support formatting enums (#120). 215 * Support formatting enums (#120).
212 * Handle Windows line endings in multiline strings (#126). 216 * Handle Windows line endings in multiline strings (#126).
213 * Increase nesting for conditional operators (#122). 217 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/source_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698