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

Side by Side Diff: CHANGELOG.md

Issue 968053004: Allow command-line API to pass in selection to preserve. Fix #194. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update version 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 | 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.6
2
3 * Allow passing in selection to preserve through command line (#194).
4
1 # 0.1.5+1, 0.1.5+2, 0.1.5+3 5 # 0.1.5+1, 0.1.5+2, 0.1.5+3
2 6
3 * Fix test files to work in main Dart repo test runner. 7 * Fix test files to work in main Dart repo test runner.
4 8
5 # 0.1.5 9 # 0.1.5
6 10
7 * Change executable name from `dartformat` to `dartfmt`. 11 * Change executable name from `dartformat` to `dartfmt`.
8 12
9 # 0.1.4 13 # 0.1.4
10 14
(...skipping 22 matching lines...) Expand all
33 37
34 # 0.1.2 38 # 0.1.2
35 39
36 * Move split conditional operators to the beginning of the next line. 40 * Move split conditional operators to the beginning of the next line.
37 41
38 # 0.1.1 42 # 0.1.1
39 43
40 * Support formatting enums (#120). 44 * Support formatting enums (#120).
41 * Handle Windows line endings in multiline strings (#126). 45 * Handle Windows line endings in multiline strings (#126).
42 * Increase nesting for conditional operators (#122). 46 * 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