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

Side by Side Diff: CHANGELOG.md

Issue 2427063003: Fix test to not depend on analyzer error message. (Closed)
Patch Set: Created 4 years, 2 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.11+1
2
3 Fix test to not depend on analyzer error message.
4
5 # 0.2.11
6
7 * Widen dependency on analyzer to allow 0.29.x.
8
1 # 0.2.10 9 # 0.2.10
2 10
3 * Handle metadata annotations before parameters with trailing commas (#520). 11 * Handle metadata annotations before parameters with trailing commas (#520).
4 * Always split enum declarations if they end in a trailing comma (#529). 12 * 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). 13 * Add `--set-exit-if-changed` to set the exit code on a change (#365).
6 14
7 # 0.2.9 15 # 0.2.9
8 16
9 * Require analyzer 0.27.4, which makes trailing commas on by default. 17 * Require analyzer 0.27.4, which makes trailing commas on by default.
10 18
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 218
211 # 0.1.2 219 # 0.1.2
212 220
213 * Move split conditional operators to the beginning of the next line. 221 * Move split conditional operators to the beginning of the next line.
214 222
215 # 0.1.1 223 # 0.1.1
216 224
217 * Support formatting enums (#120). 225 * Support formatting enums (#120).
218 * Handle Windows line endings in multiline strings (#126). 226 * Handle Windows line endings in multiline strings (#126).
219 * Increase nesting for conditional operators (#122). 227 * 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