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

Side by Side Diff: CHANGELOG.md

Issue 2844573002: Preserve type arguments in generic invocation expressions. (Closed)
Patch Set: Created 3 years, 8 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 # 1.0.4-dev 1 # 1.0.4-dev
2
2 * Ensure formatter throws an exception instead of introducing non-whitespace 3 * Ensure formatter throws an exception instead of introducing non-whitespace
3 changes. 4 changes. This sanity check ensures the formatter does not erase user code
5 when the formatter itself contains a bug.
6 * Preserve type arguments in function expression invocations (#621).
4 7
5 # 1.0.3 8 # 1.0.3
6 9
7 * Preserve type arguments in generic function-typed parameters (#613). 10 * Preserve type arguments in generic function-typed parameters (#613).
8 11
9 # 1.0.2 12 # 1.0.2
10 13
11 * Support new generic function typedef syntax (#563). 14 * Support new generic function typedef syntax (#563).
12 15
13 # 1.0.1 16 # 1.0.1
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 277
275 # 0.1.2 278 # 0.1.2
276 279
277 * Move split conditional operators to the beginning of the next line. 280 * Move split conditional operators to the beginning of the next line.
278 281
279 # 0.1.1 282 # 0.1.1
280 283
281 * Support formatting enums (#120). 284 * Support formatting enums (#120).
282 * Handle Windows line endings in multiline strings (#126). 285 * Handle Windows line endings in multiline strings (#126).
283 * Increase nesting for conditional operators (#122). 286 * 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