Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # 0.2.9 | |
|
nweiz
2016/08/01 21:42:49
I'd release this as 0.2.8+1. The solver already kn
Bob Nystrom
2016/08/01 22:05:25
It does have a source code change too, so I figure
| |
| 2 | |
| 3 * Require analyzer 0.27.4, which makes trailing commas on by default. | |
| 4 | |
| 1 # 0.2.8 | 5 # 0.2.8 |
| 2 | 6 |
| 3 * Format parameter lists with trailing commas like argument lists (#447). | 7 * Format parameter lists with trailing commas like argument lists (#447). |
| 4 | 8 |
| 5 # 0.2.7 | 9 # 0.2.7 |
| 6 | 10 |
| 7 * Make it strong mode clean. | 11 * Make it strong mode clean. |
| 8 * Put labels on their own line (#43). | 12 * Put labels on their own line (#43). |
| 9 * Gracefully handle IO errors when failing to overwrite a file (#473). | 13 * Gracefully handle IO errors when failing to overwrite a file (#473). |
| 10 * Add a blank line after local functions, to match top level ones (#488). | 14 * Add a blank line after local functions, to match top level ones (#488). |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 200 | 204 |
| 201 # 0.1.2 | 205 # 0.1.2 |
| 202 | 206 |
| 203 * Move split conditional operators to the beginning of the next line. | 207 * Move split conditional operators to the beginning of the next line. |
| 204 | 208 |
| 205 # 0.1.1 | 209 # 0.1.1 |
| 206 | 210 |
| 207 * Support formatting enums (#120). | 211 * Support formatting enums (#120). |
| 208 * Handle Windows line endings in multiline strings (#126). | 212 * Handle Windows line endings in multiline strings (#126). |
| 209 * Increase nesting for conditional operators (#122). | 213 * Increase nesting for conditional operators (#122). |
| OLD | NEW |