| OLD | NEW |
| 1 # 0.1.5+1 |
| 2 |
| 3 * Fix test file to work in main Dart repo test runner. |
| 4 |
| 1 # 0.1.5 | 5 # 0.1.5 |
| 2 | 6 |
| 3 * Change executable name from `dartformat` to `dartfmt`. | 7 * Change executable name from `dartformat` to `dartfmt`. |
| 4 | 8 |
| 5 # 0.1.4 | 9 # 0.1.4 |
| 6 | 10 |
| 7 * Don't mangle comma after function-typed initializing formal (#156). | 11 * Don't mangle comma after function-typed initializing formal (#156). |
| 8 * Add `--dry-run` option to show files that need formatting (#67). | 12 * Add `--dry-run` option to show files that need formatting (#67). |
| 9 * Try to avoid splitting in before index argument (#158, #160). | 13 * Try to avoid splitting in before index argument (#158, #160). |
| 10 * Support `await for` statements (#154). | 14 * Support `await for` statements (#154). |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 | 33 |
| 30 # 0.1.2 | 34 # 0.1.2 |
| 31 | 35 |
| 32 * Move split conditional operators to the beginning of the next line. | 36 * Move split conditional operators to the beginning of the next line. |
| 33 | 37 |
| 34 # 0.1.1 | 38 # 0.1.1 |
| 35 | 39 |
| 36 * Support formatting enums (#120). | 40 * Support formatting enums (#120). |
| 37 * Handle Windows line endings in multiline strings (#126). | 41 * Handle Windows line endings in multiline strings (#126). |
| 38 * Increase nesting for conditional operators (#122). | 42 * Increase nesting for conditional operators (#122). |
| OLD | NEW |