OLD | NEW |
1 # 0.2.7 | 1 # 0.2.7 |
2 | 2 |
3 * Make it strong mode clean. | 3 * Make it strong mode clean. |
4 * Improve indentation in non-block-bodied control flow statements (#494). | 4 * Improve indentation in non-block-bodied control flow statements (#494). |
5 * When calling from JS, guess at which error to show when the code cannot be | 5 * When calling from JS, guess at which error to show when the code cannot be |
6 parsed (#504). | 6 parsed (#504). |
7 * Force a conditional operator to split if the condition does (#506). | 7 * Force a conditional operator to split if the condition does (#506). |
8 * Preserve trailing commas in argument and parameter lists (#509). | 8 * Preserve trailing commas in argument and parameter lists (#509). |
9 * Indent initializers in multiple variable declarations. | 9 * Indent initializers in multiple variable declarations. |
| 10 * Avoid passing an invalid Windows file URI to analyzer. |
10 | 11 |
11 # 0.2.6 | 12 # 0.2.6 |
12 | 13 |
13 * Support deploying an npm package exporting a formatCode method. | 14 * Support deploying an npm package exporting a formatCode method. |
14 | 15 |
15 # 0.2.4 | 16 # 0.2.4 |
16 | 17 |
17 * Better handling for long collections with comments (#484). | 18 * Better handling for long collections with comments (#484). |
18 | 19 |
19 # 0.2.3 | 20 # 0.2.3 |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 | 188 |
188 # 0.1.2 | 189 # 0.1.2 |
189 | 190 |
190 * Move split conditional operators to the beginning of the next line. | 191 * Move split conditional operators to the beginning of the next line. |
191 | 192 |
192 # 0.1.1 | 193 # 0.1.1 |
193 | 194 |
194 * Support formatting enums (#120). | 195 * Support formatting enums (#120). |
195 * Handle Windows line endings in multiline strings (#126). | 196 * Handle Windows line endings in multiline strings (#126). |
196 * Increase nesting for conditional operators (#122). | 197 * Increase nesting for conditional operators (#122). |
OLD | NEW |