| OLD | NEW |
| 1 # 0.2.3 | 1 # 0.2.3 |
| 2 | 2 |
| 3 * Support messages in assert() (#411). |
| 3 * Always put member metadata annotations on their own line (#483). | 4 * Always put member metadata annotations on their own line (#483). |
| 4 * Indent functions in named argument lists with non-functions (#478). | 5 * Indent functions in named argument lists with non-functions (#478). |
| 5 * Force the parameter list to split if a split occurs inside a function-typed | 6 * Force the parameter list to split if a split occurs inside a function-typed |
| 6 parameter. | 7 parameter. |
| 7 * Don't force a split for before a single named argument if the argument itself | 8 * Don't force a split for before a single named argument if the argument itself |
| 8 splits. | 9 splits. |
| 9 | 10 |
| 10 # 0.2.2 | 11 # 0.2.2 |
| 11 | 12 |
| 12 * Upgrade to analyzer 0.27.0. | 13 * Upgrade to analyzer 0.27.0. |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 | 168 |
| 168 # 0.1.2 | 169 # 0.1.2 |
| 169 | 170 |
| 170 * Move split conditional operators to the beginning of the next line. | 171 * Move split conditional operators to the beginning of the next line. |
| 171 | 172 |
| 172 # 0.1.1 | 173 # 0.1.1 |
| 173 | 174 |
| 174 * Support formatting enums (#120). | 175 * Support formatting enums (#120). |
| 175 * Handle Windows line endings in multiline strings (#126). | 176 * Handle Windows line endings in multiline strings (#126). |
| 176 * Increase nesting for conditional operators (#122). | 177 * Increase nesting for conditional operators (#122). |
| OLD | NEW |