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

Side by Side Diff: CHANGELOG.md

Issue 2174753003: Avoid passing an invalid file URI to analyzer on Windows. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 years, 5 months 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/dart_formatter.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.2.7 1 # 0.2.7
2 2
3 * Make it strong mode clean. 3 * Make it strong mode clean.
4 * Improve indentation in non-block-bodied control flow statements (#494). 4 * Improve indentation in non-block-bodied control flow statements (#494).
5 * When calling from JS, guess at which error to show when the code cannot be 5 * When calling from JS, guess at which error to show when the code cannot be
6 parsed (#504). 6 parsed (#504).
7 * Force a conditional operator to split if the condition does (#506). 7 * Force a conditional operator to split if the condition does (#506).
8 * Preserve trailing commas in argument and parameter lists (#509). 8 * Preserve trailing commas in argument and parameter lists (#509).
9 * Indent initializers in multiple variable declarations. 9 * Indent initializers in multiple variable declarations.
10 * Avoid passing an invalid Windows file URI to analyzer.
10 11
11 # 0.2.6 12 # 0.2.6
12 13
13 * Support deploying an npm package exporting a formatCode method. 14 * Support deploying an npm package exporting a formatCode method.
14 15
15 # 0.2.4 16 # 0.2.4
16 17
17 * Better handling for long collections with comments (#484). 18 * Better handling for long collections with comments (#484).
18 19
19 # 0.2.3 20 # 0.2.3
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 188
188 # 0.1.2 189 # 0.1.2
189 190
190 * Move split conditional operators to the beginning of the next line. 191 * Move split conditional operators to the beginning of the next line.
191 192
192 # 0.1.1 193 # 0.1.1
193 194
194 * Support formatting enums (#120). 195 * Support formatting enums (#120).
195 * Handle Windows line endings in multiline strings (#126). 196 * Handle Windows line endings in multiline strings (#126).
196 * Increase nesting for conditional operators (#122). 197 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | lib/src/dart_formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698