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

Side by Side Diff: CHANGELOG.md

Issue 943033002: Change executable name to "darfmt". Fix #163. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Fix warning. 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 | README.md » ('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.5
2
3 * Change executable name from `dartformat` to `dartfmt`.
4
1 # 0.1.4 5 # 0.1.4
2 6
3 * Don't mangle comma after function-typed initializing formal (#156). 7 * Don't mangle comma after function-typed initializing formal (#156).
4 * Add `--dry-run` option to show files that need formatting (#67). 8 * Add `--dry-run` option to show files that need formatting (#67).
5 * Try to avoid splitting in before index argument (#158, #160). 9 * Try to avoid splitting in before index argument (#158, #160).
6 * Support `await for` statements (#154). 10 * Support `await for` statements (#154).
7 * Don't delete commas between enum values with doc comments (#171). 11 * Don't delete commas between enum values with doc comments (#171).
8 * Put a space between nested unary `-` calls (#170). 12 * Put a space between nested unary `-` calls (#170).
9 * Allow `-t` flag to preserve compability with old formatter (#166). 13 * Allow `-t` flag to preserve compability with old formatter (#166).
10 * Support `--machine` flag for machine-readable output (#164). 14 * Support `--machine` flag for machine-readable output (#164).
(...skipping 14 matching lines...) Expand all
25 29
26 # 0.1.2 30 # 0.1.2
27 31
28 * Move split conditional operators to the beginning of the next line. 32 * Move split conditional operators to the beginning of the next line.
29 33
30 # 0.1.1 34 # 0.1.1
31 35
32 * Support formatting enums (#120). 36 * Support formatting enums (#120).
33 * Handle Windows line endings in multiline strings (#126). 37 * Handle Windows line endings in multiline strings (#126).
34 * Increase nesting for conditional operators (#122). 38 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698