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

Side by Side Diff: CHANGELOG.md

Issue 945583004: If no paths are provided, read source from stdin. Fix #165. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 10 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.1.4 1 # 0.1.4
2 2
3 * Don't mangle comma after function-typed initializing formal (#156). 3 * Don't mangle comma after function-typed initializing formal (#156).
4 * Add `--dry-run` option to show files that need formatting (#67). 4 * Add `--dry-run` option to show files that need formatting (#67).
5 * Try to avoid splitting in before index argument (#158, #160). 5 * Try to avoid splitting in before index argument (#158, #160).
6 * Support `await for` statements (#154). 6 * Support `await for` statements (#154).
7 * Don't delete commas between enum values with doc comments (#171). 7 * Don't delete commas between enum values with doc comments (#171).
8 * Put a space between nested unary `-` calls (#170). 8 * Put a space between nested unary `-` calls (#170).
9 * Allow `-t` flag to preserve compability with old formatter (#166). 9 * Allow `-t` flag to preserve compability with old formatter (#166).
10 * Support `--machine` flag for machine-readable output (#164). 10 * Support `--machine` flag for machine-readable output (#164).
11 * If no paths are provided, read source from stdin (#165).
11 12
12 # 0.1.3 13 # 0.1.3
13 14
14 * Split different operators with the same precedence equally (#130). 15 * Split different operators with the same precedence equally (#130).
15 * No spaces for empty for loop clauses (#132). 16 * No spaces for empty for loop clauses (#132).
16 * Don't touch files whose contents did not change (#127). 17 * Don't touch files whose contents did not change (#127).
17 * Skip formatting files in hidden directories (#125). 18 * Skip formatting files in hidden directories (#125).
18 * Don't include trailing whitespace when preserving selection (#124). 19 * Don't include trailing whitespace when preserving selection (#124).
19 * Force constructor initialization lists to their own line if the parameter 20 * Force constructor initialization lists to their own line if the parameter
20 list is split across multiple lines (#151). 21 list is split across multiple lines (#151).
21 * Allow splitting in index operator calls (#140). 22 * Allow splitting in index operator calls (#140).
22 * Handle sync* and async* syntax (#151). 23 * Handle sync* and async* syntax (#151).
23 * Indent the parameter list more if the body is a wrapped "=>" (#144). 24 * Indent the parameter list more if the body is a wrapped "=>" (#144).
24 25
25 # 0.1.2 26 # 0.1.2
26 27
27 * Move split conditional operators to the beginning of the next line. 28 * Move split conditional operators to the beginning of the next line.
28 29
29 # 0.1.1 30 # 0.1.1
30 31
31 * Support formatting enums (#120). 32 * Support formatting enums (#120).
32 * Handle Windows line endings in multiline strings (#126). 33 * Handle Windows line endings in multiline strings (#126).
33 * Increase nesting for conditional operators (#122). 34 * 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