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

Side by Side Diff: CHANGELOG.md

Issue 1355203002: Handle index expressions in the middle of call chains. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Handle chained indexes. Created 5 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 | example/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.1 1 # 0.2.1
2 2
3 * `--version` command line argument (#240). 3 * `--version` command line argument (#240).
4 * Consider a rule live if it constrains a rule in the overflow line (#407). 4 * Consider a rule live if it constrains a rule in the overflow line (#407).
5 * Allow splitting in prefix expressions (#410). 5 * Allow splitting in prefix expressions (#410).
6 * Don't collapse states that differ by unbound rule constraints (#424). 6 * Don't collapse states that differ by unbound rule constraints (#424).
7 * Handle index expressions in the middle of call chains.
7 8
8 # 0.2.0 9 # 0.2.0
9 10
10 * Treat functions nested inside function calls like block arguments (#366). 11 * Treat functions nested inside function calls like block arguments (#366).
11 12
12 # 0.2.0-rc.4 13 # 0.2.0-rc.4
13 14
14 * Smarter indentation for function arguments (#369). 15 * Smarter indentation for function arguments (#369).
15 16
16 # 0.2.0-rc.3 17 # 0.2.0-rc.3
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 132
132 # 0.1.2 133 # 0.1.2
133 134
134 * Move split conditional operators to the beginning of the next line. 135 * Move split conditional operators to the beginning of the next line.
135 136
136 # 0.1.1 137 # 0.1.1
137 138
138 * Support formatting enums (#120). 139 * Support formatting enums (#120).
139 * Handle Windows line endings in multiline strings (#126). 140 * Handle Windows line endings in multiline strings (#126).
140 * Increase nesting for conditional operators (#122). 141 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | example/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698