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

Side by Side Diff: CHANGELOG.md

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. 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 | bin/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.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 * Allow splitting after argument name (#368). 6 * Allow splitting after argument name (#368).
6 * Parsing a statement fails if there is unconsumed input (#372). 7 * Parsing a statement fails if there is unconsumed input (#372).
7 * Allow splitting on `as` and `is` expressions (#384). 8 * Allow splitting on `as` and `is` expressions (#384).
8 * Support null-aware operators (`?.`, `??`, and `??=`) (#385). 9 * Support null-aware operators (`?.`, `??`, and `??=`) (#385).
9 10
10 # 0.2.0-rc.1 11 # 0.2.0-rc.1
11 12
12 * **BREAKING:** The `indent` argument to `new DartFormatter()` is now a number 13 * **BREAKING:** The `indent` argument to `new DartFormatter()` is now a number
13 of *spaces*, not *indentation levels*. 14 of *spaces*, not *indentation levels*.
14 15
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 100
100 # 0.1.2 101 # 0.1.2
101 102
102 * Move split conditional operators to the beginning of the next line. 103 * Move split conditional operators to the beginning of the next line.
103 104
104 # 0.1.1 105 # 0.1.1
105 106
106 * Support formatting enums (#120). 107 * Support formatting enums (#120).
107 * Handle Windows line endings in multiline strings (#126). 108 * Handle Windows line endings in multiline strings (#126).
108 * Increase nesting for conditional operators (#122). 109 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | bin/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698