| OLD | NEW |
| 1 # 0.2.12-dev | 1 # 0.2.12-dev |
| 2 | 2 |
| 3 * Add support for assert() in constructor initializers. | 3 * Add support for assert() in constructor initializers. |
| 4 * Avoid splitting in index operators when possible. |
| 4 | 5 |
| 5 # 0.2.11+1 | 6 # 0.2.11+1 |
| 6 | 7 |
| 7 * Fix test to not depend on analyzer error message. | 8 * Fix test to not depend on analyzer error message. |
| 8 | 9 |
| 9 # 0.2.11 | 10 # 0.2.11 |
| 10 | 11 |
| 11 * Widen dependency on analyzer to allow 0.29.x. | 12 * Widen dependency on analyzer to allow 0.29.x. |
| 12 | 13 |
| 13 # 0.2.10 | 14 # 0.2.10 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 223 |
| 223 # 0.1.2 | 224 # 0.1.2 |
| 224 | 225 |
| 225 * Move split conditional operators to the beginning of the next line. | 226 * Move split conditional operators to the beginning of the next line. |
| 226 | 227 |
| 227 # 0.1.1 | 228 # 0.1.1 |
| 228 | 229 |
| 229 * Support formatting enums (#120). | 230 * Support formatting enums (#120). |
| 230 * Handle Windows line endings in multiline strings (#126). | 231 * Handle Windows line endings in multiline strings (#126). |
| 231 * Increase nesting for conditional operators (#122). | 232 * Increase nesting for conditional operators (#122). |
| OLD | NEW |