| OLD | NEW |
| 1 # 0.2.1 | 1 # 0.2.1 |
| 2 | 2 |
| 3 * `--version` command line argument (#240). | 3 * `--version` command line argument (#240). |
| 4 * Split the first `.` in a method chain if the target splits (#255). | 4 * Split the first `.` in a method chain if the target splits (#255). |
| 5 * Don't collapse states that differ by unbound rule constraints (#424). | 5 * Don't collapse states that differ by unbound rule constraints (#424). |
| 6 * Better handling for functions in method chains (#367, #398). | 6 * Better handling for functions in method chains (#367, #398). |
| 7 * Better handling of large parameter metadata annotations (#387, #444). | 7 * Better handling of large parameter metadata annotations (#387, #444). |
| 8 * Smarter splitting around collections in named parameters (#394). |
| 8 * Split calls if properties in a chain split (#399). | 9 * Split calls if properties in a chain split (#399). |
| 9 * Don't allow splitting inside empty functions (#404). | 10 * Don't allow splitting inside empty functions (#404). |
| 10 * Consider a rule live if it constrains a rule in the overflow line (#407). | 11 * Consider a rule live if it constrains a rule in the overflow line (#407). |
| 11 * Allow splitting in prefix expressions (#410). | 12 * Allow splitting in prefix expressions (#410). |
| 12 * Correctly constrain collections in argument lists (#420, #463, #465). | 13 * Correctly constrain collections in argument lists (#420, #463, #465). |
| 13 * Better indentation of collection literals (#421, #469). | 14 * Better indentation of collection literals (#421, #469). |
| 14 * Only show a hidden directory once in the output (#428). | 15 * Only show a hidden directory once in the output (#428). |
| 15 * Allow splitting between type and variable name (#429, #439, #454). | 16 * Allow splitting between type and variable name (#429, #439, #454). |
| 16 * Tweak splitting around assignment (#436, #437). | 17 * Tweak splitting around assignment (#436, #437). |
| 17 * Indent multi-line collections in default values (#441). | 18 * Indent multi-line collections in default values (#441). |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 | 150 |
| 150 # 0.1.2 | 151 # 0.1.2 |
| 151 | 152 |
| 152 * Move split conditional operators to the beginning of the next line. | 153 * Move split conditional operators to the beginning of the next line. |
| 153 | 154 |
| 154 # 0.1.1 | 155 # 0.1.1 |
| 155 | 156 |
| 156 * Support formatting enums (#120). | 157 * Support formatting enums (#120). |
| 157 * Handle Windows line endings in multiline strings (#126). | 158 * Handle Windows line endings in multiline strings (#126). |
| 158 * Increase nesting for conditional operators (#122). | 159 * Increase nesting for conditional operators (#122). |
| OLD | NEW |