| OLD | NEW |
| 1 # 0.2.3 | 1 # 0.2.3 |
| 2 | 2 |
| 3 * Don't put spaces around magic generic method annotation comments (#477). |
| 3 * Always put member metadata annotations on their own line (#483). | 4 * Always put member metadata annotations on their own line (#483). |
| 4 * Force the parameter list to split if a split occurs inside a function-typed | 5 * Force the parameter list to split if a split occurs inside a function-typed |
| 5 parameter. | 6 parameter. |
| 6 * Don't force a split for before a single named argument if the argument itself | 7 * Don't force a split for before a single named argument if the argument itself |
| 7 splits. | 8 splits. |
| 8 | 9 |
| 9 # 0.2.2 | 10 # 0.2.2 |
| 10 | 11 |
| 11 * Upgrade to analyzer 0.27.0. | 12 * Upgrade to analyzer 0.27.0. |
| 12 * Format configured imports and exports. | 13 * Format configured imports and exports. |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 | 167 |
| 167 # 0.1.2 | 168 # 0.1.2 |
| 168 | 169 |
| 169 * Move split conditional operators to the beginning of the next line. | 170 * Move split conditional operators to the beginning of the next line. |
| 170 | 171 |
| 171 # 0.1.1 | 172 # 0.1.1 |
| 172 | 173 |
| 173 * Support formatting enums (#120). | 174 * Support formatting enums (#120). |
| 174 * Handle Windows line endings in multiline strings (#126). | 175 * Handle Windows line endings in multiline strings (#126). |
| 175 * Increase nesting for conditional operators (#122). | 176 * Increase nesting for conditional operators (#122). |
| OLD | NEW |