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

Side by Side Diff: CHANGELOG.md

Issue 1257443002: Split before "deferred" if present. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 5 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 # 0.2.0-rc.2 1 # 0.2.0-rc.2
2 2
3 * Force multi-line comments to the next line (#241). 3 * Force multi-line comments to the next line (#241).
4 * Better splitting in metadata annotations in parameter lists (#247). 4 * Better splitting in metadata annotations in parameter lists (#247).
5 * New optimized line splitter (#360, #380). 5 * New optimized line splitter (#360, #380).
6 * Allow splitting after argument name (#368). 6 * Allow splitting after argument name (#368).
7 * Parsing a statement fails if there is unconsumed input (#372). 7 * Parsing a statement fails if there is unconsumed input (#372).
8 * Split before `deferred` (#381).
8 * Allow splitting on `as` and `is` expressions (#384). 9 * Allow splitting on `as` and `is` expressions (#384).
9 * Support null-aware operators (`?.`, `??`, and `??=`) (#385). 10 * Support null-aware operators (`?.`, `??`, and `??=`) (#385).
10 11
11 # 0.2.0-rc.1 12 # 0.2.0-rc.1
12 13
13 * **BREAKING:** The `indent` argument to `new DartFormatter()` is now a number 14 * **BREAKING:** The `indent` argument to `new DartFormatter()` is now a number
14 of *spaces*, not *indentation levels*. 15 of *spaces*, not *indentation levels*.
15 16
16 * This version introduces a new n-way constraint system replacing the previous 17 * This version introduces a new n-way constraint system replacing the previous
17 binary constraints. It's mostly an internal change, but allows us to fix a 18 binary constraints. It's mostly an internal change, but allows us to fix a
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 109
109 # 0.1.2 110 # 0.1.2
110 111
111 * Move split conditional operators to the beginning of the next line. 112 * Move split conditional operators to the beginning of the next line.
112 113
113 # 0.1.1 114 # 0.1.1
114 115
115 * Support formatting enums (#120). 116 * Support formatting enums (#120).
116 * Handle Windows line endings in multiline strings (#126). 117 * Handle Windows line endings in multiline strings (#126).
117 * Increase nesting for conditional operators (#122). 118 * 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