OLD | NEW |
1 # 0.1.7 | 1 # 0.1.7 |
2 | 2 |
3 * Update to latest analyzer (#177). | 3 * Update to latest analyzer (#177). |
4 * Don't discard annotations on initializing formals (#197). | 4 * Don't discard annotations on initializing formals (#197). |
| 5 * Optimize formatting deeply nested expressions (#108). |
5 | 6 |
6 # 0.1.6 | 7 # 0.1.6 |
7 | 8 |
8 * Allow passing in selection to preserve through command line (#194). | 9 * Allow passing in selection to preserve through command line (#194). |
9 | 10 |
10 # 0.1.5+1, 0.1.5+2, 0.1.5+3 | 11 # 0.1.5+1, 0.1.5+2, 0.1.5+3 |
11 | 12 |
12 * Fix test files to work in main Dart repo test runner. | 13 * Fix test files to work in main Dart repo test runner. |
13 | 14 |
14 # 0.1.5 | 15 # 0.1.5 |
(...skipping 27 matching lines...) Expand all Loading... |
42 | 43 |
43 # 0.1.2 | 44 # 0.1.2 |
44 | 45 |
45 * Move split conditional operators to the beginning of the next line. | 46 * Move split conditional operators to the beginning of the next line. |
46 | 47 |
47 # 0.1.1 | 48 # 0.1.1 |
48 | 49 |
49 * Support formatting enums (#120). | 50 * Support formatting enums (#120). |
50 * Handle Windows line endings in multiline strings (#126). | 51 * Handle Windows line endings in multiline strings (#126). |
51 * Increase nesting for conditional operators (#122). | 52 * Increase nesting for conditional operators (#122). |
OLD | NEW |