| OLD | NEW |
| 1 # 0.2.2 |
| 2 |
| 3 * Upgrade to analyzer 0.27.0. |
| 4 * Format configured imports and exports. |
| 5 |
| 1 # 0.2.1 | 6 # 0.2.1 |
| 2 | 7 |
| 3 * `--version` command line argument (#240). | 8 * `--version` command line argument (#240). |
| 4 * Split the first `.` in a method chain if the target splits (#255). | 9 * Split the first `.` in a method chain if the target splits (#255). |
| 5 * Don't collapse states that differ by unbound rule constraints (#424). | 10 * Don't collapse states that differ by unbound rule constraints (#424). |
| 6 * Better handling for functions in method chains (#367, #398). | 11 * Better handling for functions in method chains (#367, #398). |
| 7 * Better handling of large parameter metadata annotations (#387, #444). | 12 * Better handling of large parameter metadata annotations (#387, #444). |
| 8 * Smarter splitting around collections in named parameters (#394). | 13 * Smarter splitting around collections in named parameters (#394). |
| 9 * Split calls if properties in a chain split (#399). | 14 * Split calls if properties in a chain split (#399). |
| 10 * Don't allow splitting inside empty functions (#404). | 15 * Don't allow splitting inside empty functions (#404). |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 | 158 |
| 154 # 0.1.2 | 159 # 0.1.2 |
| 155 | 160 |
| 156 * Move split conditional operators to the beginning of the next line. | 161 * Move split conditional operators to the beginning of the next line. |
| 157 | 162 |
| 158 # 0.1.1 | 163 # 0.1.1 |
| 159 | 164 |
| 160 * Support formatting enums (#120). | 165 * Support formatting enums (#120). |
| 161 * Handle Windows line endings in multiline strings (#126). | 166 * Handle Windows line endings in multiline strings (#126). |
| 162 * Increase nesting for conditional operators (#122). | 167 * Increase nesting for conditional operators (#122). |
| OLD | NEW |