| OLD | NEW |
| 1 # 0.2.10 | 1 # 0.2.10 |
| 2 | 2 |
| 3 * Handle metadata annotations before parameters with trailing commas (#520). | 3 * Handle metadata annotations before parameters with trailing commas (#520). |
| 4 * Always split enum declarations if they end in a trailing comma (#529). | 4 * Always split enum declarations if they end in a trailing comma (#529). |
| 5 * Add `--set-exit-if-changed` to set the exit code on a change (#365). |
| 5 | 6 |
| 6 # 0.2.9 | 7 # 0.2.9 |
| 7 | 8 |
| 8 * Require analyzer 0.27.4, which makes trailing commas on by default. | 9 * Require analyzer 0.27.4, which makes trailing commas on by default. |
| 9 | 10 |
| 10 # 0.2.8 | 11 # 0.2.8 |
| 11 | 12 |
| 12 * Format parameter lists with trailing commas like argument lists (#447). | 13 * Format parameter lists with trailing commas like argument lists (#447). |
| 13 | 14 |
| 14 # 0.2.7 | 15 # 0.2.7 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 | 210 |
| 210 # 0.1.2 | 211 # 0.1.2 |
| 211 | 212 |
| 212 * Move split conditional operators to the beginning of the next line. | 213 * Move split conditional operators to the beginning of the next line. |
| 213 | 214 |
| 214 # 0.1.1 | 215 # 0.1.1 |
| 215 | 216 |
| 216 * Support formatting enums (#120). | 217 * Support formatting enums (#120). |
| 217 * Handle Windows line endings in multiline strings (#126). | 218 * Handle Windows line endings in multiline strings (#126). |
| 218 * Increase nesting for conditional operators (#122). | 219 * Increase nesting for conditional operators (#122). |
| OLD | NEW |