| OLD | NEW |
| 1 # 0.2.4 |
| 2 |
| 3 * Better handling for long collections with comments (#484). |
| 4 |
| 1 # 0.2.3 | 5 # 0.2.3 |
| 2 | 6 |
| 3 * Support messages in assert() (#411). | 7 * Support messages in assert() (#411). |
| 4 * Don't put spaces around magic generic method annotation comments (#477). | 8 * Don't put spaces around magic generic method annotation comments (#477). |
| 5 * Always put member metadata annotations on their own line (#483). | 9 * Always put member metadata annotations on their own line (#483). |
| 6 * Indent functions in named argument lists with non-functions (#478). | 10 * Indent functions in named argument lists with non-functions (#478). |
| 7 * Force the parameter list to split if a split occurs inside a function-typed | 11 * Force the parameter list to split if a split occurs inside a function-typed |
| 8 parameter. | 12 parameter. |
| 9 * Don't force a split for before a single named argument if the argument itself | 13 * Don't force a split for before a single named argument if the argument itself |
| 10 splits. | 14 splits. |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 | 173 |
| 170 # 0.1.2 | 174 # 0.1.2 |
| 171 | 175 |
| 172 * Move split conditional operators to the beginning of the next line. | 176 * Move split conditional operators to the beginning of the next line. |
| 173 | 177 |
| 174 # 0.1.1 | 178 # 0.1.1 |
| 175 | 179 |
| 176 * Support formatting enums (#120). | 180 * Support formatting enums (#120). |
| 177 * Handle Windows line endings in multiline strings (#126). | 181 * Handle Windows line endings in multiline strings (#126). |
| 178 * Increase nesting for conditional operators (#122). | 182 * Increase nesting for conditional operators (#122). |
| OLD | NEW |