OLD | NEW |
1 # 0.1.3 | 1 # 0.1.3 |
2 | 2 |
3 * Split different operators with the same precedence equally (#130). | 3 * Split different operators with the same precedence equally (#130). |
| 4 * Don't touch files whose contents did not change (#127). |
4 | 5 |
5 # 0.1.2 | 6 # 0.1.2 |
6 | 7 |
7 * Move split conditional operators to the beginning of the next line. | 8 * Move split conditional operators to the beginning of the next line. |
8 | 9 |
9 # 0.1.1 | 10 # 0.1.1 |
10 | 11 |
11 * Support formatting enums (#120). | 12 * Support formatting enums (#120). |
12 * Handle Windows line endings in multiline strings (#126). | 13 * Handle Windows line endings in multiline strings (#126). |
13 * Increase nesting for conditional operators (#122). | 14 * Increase nesting for conditional operators (#122). |
OLD | NEW |