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

Side by Side Diff: CHANGELOG.md

Issue 996033002: Automatically harden splits containing too much nesting. Fix #108. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update changelog. 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 | lib/src/line_splitter.dart » ('j') | lib/src/line_splitter.dart » ('J')
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 * Optimize formatting deeply nested expressions (#108).
6 * Discard unused nesting level to improve performance (#108). 6 * Discard unused nesting level to improve performance (#108).
7 * Discard unused spans to improve performance (#108). 7 * Discard unused spans to improve performance (#108).
8 * Harden splits that containg too much nesting (#108).
8 * Try to avoid splitting single-element lists (#211). 9 * Try to avoid splitting single-element lists (#211).
9 * Avoid splitting when the first argument is a function expression (#211). 10 * Avoid splitting when the first argument is a function expression (#211).
10 11
11 # 0.1.6 12 # 0.1.6
12 13
13 * Allow passing in selection to preserve through command line (#194). 14 * Allow passing in selection to preserve through command line (#194).
14 15
15 # 0.1.5+1, 0.1.5+2, 0.1.5+3 16 # 0.1.5+1, 0.1.5+2, 0.1.5+3
16 17
17 * Fix test files to work in main Dart repo test runner. 18 * Fix test files to work in main Dart repo test runner.
(...skipping 29 matching lines...) Expand all
47 48
48 # 0.1.2 49 # 0.1.2
49 50
50 * Move split conditional operators to the beginning of the next line. 51 * Move split conditional operators to the beginning of the next line.
51 52
52 # 0.1.1 53 # 0.1.1
53 54
54 * Support formatting enums (#120). 55 * Support formatting enums (#120).
55 * Handle Windows line endings in multiline strings (#126). 56 * Handle Windows line endings in multiline strings (#126).
56 * Increase nesting for conditional operators (#122). 57 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/line_splitter.dart » ('j') | lib/src/line_splitter.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698