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

Side by Side Diff: CHANGELOG.md

Issue 2333373003: Add a command-line option to set the exit code on a formatting change. (Closed)
Patch Set: Created 4 years, 3 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.10 1 # 0.2.10
2 2
3 * Handle metadata annotations before parameters with trailing commas (#520). 3 * Handle metadata annotations before parameters with trailing commas (#520).
4 * Always split enum declarations if they end in a trailing comma (#529). 4 * Always split enum declarations if they end in a trailing comma (#529).
5 * Add `--set-exit-if-changed` to set the exit code on a change (#365).
5 6
6 # 0.2.9 7 # 0.2.9
7 8
8 * Require analyzer 0.27.4, which makes trailing commas on by default. 9 * Require analyzer 0.27.4, which makes trailing commas on by default.
9 10
10 # 0.2.8 11 # 0.2.8
11 12
12 * Format parameter lists with trailing commas like argument lists (#447). 13 * Format parameter lists with trailing commas like argument lists (#447).
13 14
14 # 0.2.7 15 # 0.2.7
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 210
210 # 0.1.2 211 # 0.1.2
211 212
212 * Move split conditional operators to the beginning of the next line. 213 * Move split conditional operators to the beginning of the next line.
213 214
214 # 0.1.1 215 # 0.1.1
215 216
216 * Support formatting enums (#120). 217 * Support formatting enums (#120).
217 * Handle Windows line endings in multiline strings (#126). 218 * Handle Windows line endings in multiline strings (#126).
218 * Increase nesting for conditional operators (#122). 219 * 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