Chromium Code Reviews| 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 * Avoid passing an invalid Windows file URI to analyzer. |
| 11 * Always split collection literals that contain a trailing comma. | |
|
nweiz
2016/07/25 22:29:06
And argument lists?
Bob Nystrom
2016/07/26 21:22:07
Done.
| |
| 11 | 12 |
| 12 # 0.2.6 | 13 # 0.2.6 |
| 13 | 14 |
| 14 * Support deploying an npm package exporting a formatCode method. | 15 * Support deploying an npm package exporting a formatCode method. |
| 15 | 16 |
| 16 # 0.2.4 | 17 # 0.2.4 |
| 17 | 18 |
| 18 * Better handling for long collections with comments (#484). | 19 * Better handling for long collections with comments (#484). |
| 19 | 20 |
| 20 # 0.2.3 | 21 # 0.2.3 |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 188 | 189 |
| 189 # 0.1.2 | 190 # 0.1.2 |
| 190 | 191 |
| 191 * Move split conditional operators to the beginning of the next line. | 192 * Move split conditional operators to the beginning of the next line. |
| 192 | 193 |
| 193 # 0.1.1 | 194 # 0.1.1 |
| 194 | 195 |
| 195 * Support formatting enums (#120). | 196 * Support formatting enums (#120). |
| 196 * Handle Windows line endings in multiline strings (#126). | 197 * Handle Windows line endings in multiline strings (#126). |
| 197 * Increase nesting for conditional operators (#122). | 198 * Increase nesting for conditional operators (#122). |
| OLD | NEW |