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

Side by Side Diff: CHANGELOG.md

Issue 2525553003: Tighten the span around index operators. (Closed)
Patch Set: Created 4 years, 1 month 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.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.12-dev 1 # 0.2.12-dev
2 2
3 * Add support for assert() in constructor initializers. 3 * Add support for assert() in constructor initializers.
4 * Avoid splitting in index operators when possible.
4 5
5 # 0.2.11+1 6 # 0.2.11+1
6 7
7 * Fix test to not depend on analyzer error message. 8 * Fix test to not depend on analyzer error message.
8 9
9 # 0.2.11 10 # 0.2.11
10 11
11 * Widen dependency on analyzer to allow 0.29.x. 12 * Widen dependency on analyzer to allow 0.29.x.
12 13
13 # 0.2.10 14 # 0.2.10
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 223
223 # 0.1.2 224 # 0.1.2
224 225
225 * Move split conditional operators to the beginning of the next line. 226 * Move split conditional operators to the beginning of the next line.
226 227
227 # 0.1.1 228 # 0.1.1
228 229
229 * Support formatting enums (#120). 230 * Support formatting enums (#120).
230 * Handle Windows line endings in multiline strings (#126). 231 * Handle Windows line endings in multiline strings (#126).
231 * Increase nesting for conditional operators (#122). 232 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/chunk.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698