| OLD | NEW |
| 1 # 0.2.5 |
| 2 |
| 3 * Support deploying an npm package exporting a formatCode method. |
| 4 |
| 1 # 0.2.4 | 5 # 0.2.4 |
| 2 | 6 |
| 3 * Better handling for long collections with comments (#484). | 7 * Better handling for long collections with comments (#484). |
| 4 | 8 |
| 5 # 0.2.3 | 9 # 0.2.3 |
| 6 | 10 |
| 7 * Support messages in assert() (#411). | 11 * Support messages in assert() (#411). |
| 8 * Don't put spaces around magic generic method annotation comments (#477). | 12 * Don't put spaces around magic generic method annotation comments (#477). |
| 9 * Always put member metadata annotations on their own line (#483). | 13 * Always put member metadata annotations on their own line (#483). |
| 10 * Indent functions in named argument lists with non-functions (#478). | 14 * Indent functions in named argument lists with non-functions (#478). |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 | 177 |
| 174 # 0.1.2 | 178 # 0.1.2 |
| 175 | 179 |
| 176 * Move split conditional operators to the beginning of the next line. | 180 * Move split conditional operators to the beginning of the next line. |
| 177 | 181 |
| 178 # 0.1.1 | 182 # 0.1.1 |
| 179 | 183 |
| 180 * Support formatting enums (#120). | 184 * Support formatting enums (#120). |
| 181 * Handle Windows line endings in multiline strings (#126). | 185 * Handle Windows line endings in multiline strings (#126). |
| 182 * Increase nesting for conditional operators (#122). | 186 * Increase nesting for conditional operators (#122). |
| OLD | NEW |