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

Side by Side Diff: CHANGELOG.md

Issue 1589823004: Support messages in assert(). (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 years, 11 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 | lib/src/argument_list_visitor.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.3 1 # 0.2.3
2 2
3 * Support messages in assert() (#411).
3 * Always put member metadata annotations on their own line (#483). 4 * Always put member metadata annotations on their own line (#483).
4 * Indent functions in named argument lists with non-functions (#478). 5 * Indent functions in named argument lists with non-functions (#478).
5 * Force the parameter list to split if a split occurs inside a function-typed 6 * Force the parameter list to split if a split occurs inside a function-typed
6 parameter. 7 parameter.
7 * Don't force a split for before a single named argument if the argument itself 8 * Don't force a split for before a single named argument if the argument itself
8 splits. 9 splits.
9 10
10 # 0.2.2 11 # 0.2.2
11 12
12 * Upgrade to analyzer 0.27.0. 13 * Upgrade to analyzer 0.27.0.
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 168
168 # 0.1.2 169 # 0.1.2
169 170
170 * Move split conditional operators to the beginning of the next line. 171 * Move split conditional operators to the beginning of the next line.
171 172
172 # 0.1.1 173 # 0.1.1
173 174
174 * Support formatting enums (#120). 175 * Support formatting enums (#120).
175 * Handle Windows line endings in multiline strings (#126). 176 * Handle Windows line endings in multiline strings (#126).
176 * Increase nesting for conditional operators (#122). 177 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/argument_list_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698