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

Side by Side Diff: CHANGELOG.md

Issue 987223002: Discard unused nesting levels. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 9 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 | benchmark/after.dart.txt » ('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.1.7 1 # 0.1.7
2 2
3 * Update to latest analyzer (#177). 3 * Update to latest analyzer (#177).
4 * Don't discard annotations on initializing formals (#197). 4 * Don't discard annotations on initializing formals (#197).
5 * Optimize formatting deeply nested expressions (#108).
5 6
6 # 0.1.6 7 # 0.1.6
7 8
8 * Allow passing in selection to preserve through command line (#194). 9 * Allow passing in selection to preserve through command line (#194).
9 10
10 # 0.1.5+1, 0.1.5+2, 0.1.5+3 11 # 0.1.5+1, 0.1.5+2, 0.1.5+3
11 12
12 * Fix test files to work in main Dart repo test runner. 13 * Fix test files to work in main Dart repo test runner.
13 14
14 # 0.1.5 15 # 0.1.5
(...skipping 27 matching lines...) Expand all
42 43
43 # 0.1.2 44 # 0.1.2
44 45
45 * Move split conditional operators to the beginning of the next line. 46 * Move split conditional operators to the beginning of the next line.
46 47
47 # 0.1.1 48 # 0.1.1
48 49
49 * Support formatting enums (#120). 50 * Support formatting enums (#120).
50 * Handle Windows line endings in multiline strings (#126). 51 * Handle Windows line endings in multiline strings (#126).
51 * Increase nesting for conditional operators (#122). 52 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | benchmark/after.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698