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

Side by Side Diff: CHANGELOG.md

Issue 2526633002: Support generic methods. Fix #556. (Closed)
Patch Set: Merge branch 'master' into generic-methods Created 4 years 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.12-dev 1 # 0.2.12-dev
2 2
3 * Add support for assert() in constructor initializers. 3 * Add support for assert() in constructor initializers.
4 * Correctly indent the right-hand side of `is` and `as` expressions. 4 * Correctly indent the right-hand side of `is` and `as` expressions.
5 * Avoid splitting in index operators when possible. 5 * Avoid splitting in index operators when possible.
6 * Support generic methods (#556).
6 7
7 # 0.2.11+1 8 # 0.2.11+1
8 9
9 * Fix test to not depend on analyzer error message. 10 * Fix test to not depend on analyzer error message.
10 11
11 # 0.2.11 12 # 0.2.11
12 13
13 * Widen dependency on analyzer to allow 0.29.x. 14 * Widen dependency on analyzer to allow 0.29.x.
14 15
15 # 0.2.10 16 # 0.2.10
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 225
225 # 0.1.2 226 # 0.1.2
226 227
227 * Move split conditional operators to the beginning of the next line. 228 * Move split conditional operators to the beginning of the next line.
228 229
229 # 0.1.1 230 # 0.1.1
230 231
231 * Support formatting enums (#120). 232 * Support formatting enums (#120).
232 * Handle Windows line endings in multiline strings (#126). 233 * Handle Windows line endings in multiline strings (#126).
233 * Increase nesting for conditional operators (#122). 234 * 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