Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: CHANGELOG.md

Issue 1475873002: More sophisticated handling of parameter metadata. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/rule/metadata.dart » ('j') | lib/src/rule/metadata.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 * Split calls if properties in a chain split (#399). 8 * Split calls if properties in a chain split (#399).
8 * Don't allow splitting inside empty functions (#404). 9 * Don't allow splitting inside empty functions (#404).
9 * Consider a rule live if it constrains a rule in the overflow line (#407). 10 * Consider a rule live if it constrains a rule in the overflow line (#407).
10 * Allow splitting in prefix expressions (#410). 11 * Allow splitting in prefix expressions (#410).
11 * Correctly constrain collections in argument lists (#420, #463, #465). 12 * Correctly constrain collections in argument lists (#420, #463, #465).
13 * Better indentation of collection literals (#421, #469).
12 * Only show a hidden directory once in the output (#428). 14 * Only show a hidden directory once in the output (#428).
13 * Allow splitting between type and variable name (#429, #439, #454). 15 * Allow splitting between type and variable name (#429, #439, #454).
14 * Tweak splitting around assignment (#436, #437). 16 * Tweak splitting around assignment (#436, #437).
15 * Indent multi-line collections in default values (#441). 17 * Indent multi-line collections in default values (#441).
16 * Don't drop metadata on part directives (#443). 18 * Don't drop metadata on part directives (#443).
17 * Handle `if` statements without curly bodies better (#448). 19 * Handle `if` statements without curly bodies better (#448).
18 * Handle loop statements without curly bodies better (#449). 20 * Handle loop statements without curly bodies better (#449).
19 * Allow splitting before `get` and `set` (#462). 21 * Allow splitting before `get` and `set` (#462).
20 * Handle index expressions in the middle of call chains. 22 * Handle index expressions in the middle of call chains.
21 * Optimize splitting lines with many rules. 23 * Optimize splitting lines with many rules.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 148
147 # 0.1.2 149 # 0.1.2
148 150
149 * Move split conditional operators to the beginning of the next line. 151 * Move split conditional operators to the beginning of the next line.
150 152
151 # 0.1.1 153 # 0.1.1
152 154
153 * Support formatting enums (#120). 155 * Support formatting enums (#120).
154 * Handle Windows line endings in multiline strings (#126). 156 * Handle Windows line endings in multiline strings (#126).
155 * Increase nesting for conditional operators (#122). 157 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/rule/metadata.dart » ('j') | lib/src/rule/metadata.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698