| OLD | NEW |
| 1 # 0.2.8 |
| 2 |
| 3 * Format parameter lists with trailing commas like argument lists (#447). |
| 4 |
| 1 # 0.2.7 | 5 # 0.2.7 |
| 2 | 6 |
| 3 * Make it strong mode clean. | 7 * Make it strong mode clean. |
| 4 * Put labels on their own line (#43). | 8 * Put labels on their own line (#43). |
| 5 * Gracefully handle IO errors when failing to overwrite a file (#473). | 9 * Gracefully handle IO errors when failing to overwrite a file (#473). |
| 6 * Add a blank line after local functions, to match top level ones (#488). | 10 * Add a blank line after local functions, to match top level ones (#488). |
| 7 * Improve indentation in non-block-bodied control flow statements (#494). | 11 * Improve indentation in non-block-bodied control flow statements (#494). |
| 8 * Better indentation on very long return types (#503). | 12 * Better indentation on very long return types (#503). |
| 9 * When calling from JS, guess at which error to show when the code cannot be | 13 * When calling from JS, guess at which error to show when the code cannot be |
| 10 parsed (#504). | 14 parsed (#504). |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 | 200 |
| 197 # 0.1.2 | 201 # 0.1.2 |
| 198 | 202 |
| 199 * Move split conditional operators to the beginning of the next line. | 203 * Move split conditional operators to the beginning of the next line. |
| 200 | 204 |
| 201 # 0.1.1 | 205 # 0.1.1 |
| 202 | 206 |
| 203 * Support formatting enums (#120). | 207 * Support formatting enums (#120). |
| 204 * Handle Windows line endings in multiline strings (#126). | 208 * Handle Windows line endings in multiline strings (#126). |
| 205 * Increase nesting for conditional operators (#122). | 209 * Increase nesting for conditional operators (#122). |
| OLD | NEW |