OLD | NEW |
1 # 0.2.1 | 1 # 0.2.1 |
2 | 2 |
3 * `--version` command line argument (#240). | 3 * `--version` command line argument (#240). |
4 * Consider a rule live if it constrains a rule in the overflow line (#407). | 4 * Consider a rule live if it constrains a rule in the overflow line (#407). |
5 * Allow splitting in prefix expressions (#410). | 5 * Allow splitting in prefix expressions (#410). |
6 * Don't collapse states that differ by unbound rule constraints (#424). | 6 * Don't collapse states that differ by unbound rule constraints (#424). |
7 * Split the first `.` in a method chain if the target splits (#255). | 7 * Split the first `.` in a method chain if the target splits (#255). |
8 * Don't allow splitting inside empty functions (#404). | 8 * Don't allow splitting inside empty functions (#404). |
9 * Handle index expressions in the middle of call chains. | 9 * Handle index expressions in the middle of call chains. |
10 * Don't drop metadata on part directives (#443). | 10 * Don't drop metadata on part directives (#443). |
11 * Allow splitting between type and variable name (#429, #439, #454). | 11 * Allow splitting between type and variable name (#429, #439, #454). |
12 * Handle `if` statements without curly bodies better (#448). | 12 * Handle `if` statements without curly bodies better (#448). |
13 * Handle loop statements without curly bodies better (#449). | 13 * Handle loop statements without curly bodies better (#449). |
| 14 * Optimize splitting lines with many rules. |
14 | 15 |
15 # 0.2.0 | 16 # 0.2.0 |
16 | 17 |
17 * Treat functions nested inside function calls like block arguments (#366). | 18 * Treat functions nested inside function calls like block arguments (#366). |
18 | 19 |
19 # 0.2.0-rc.4 | 20 # 0.2.0-rc.4 |
20 | 21 |
21 * Smarter indentation for function arguments (#369). | 22 * Smarter indentation for function arguments (#369). |
22 | 23 |
23 # 0.2.0-rc.3 | 24 # 0.2.0-rc.3 |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 | 139 |
139 # 0.1.2 | 140 # 0.1.2 |
140 | 141 |
141 * Move split conditional operators to the beginning of the next line. | 142 * Move split conditional operators to the beginning of the next line. |
142 | 143 |
143 # 0.1.1 | 144 # 0.1.1 |
144 | 145 |
145 * Support formatting enums (#120). | 146 * Support formatting enums (#120). |
146 * Handle Windows line endings in multiline strings (#126). | 147 * Handle Windows line endings in multiline strings (#126). |
147 * Increase nesting for conditional operators (#122). | 148 * Increase nesting for conditional operators (#122). |
OLD | NEW |