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

Side by Side Diff: CHANGELOG.md

Issue 1640023002: Support deploying an npm package exporting a formatCode method. (Closed) Base URL: git@github.com:dart-lang/dart_style.git@master
Patch Set: Created 4 years, 11 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 | bin/node_format_service.dart » ('j') | bin/node_format_service.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 0.2.5
2
3 * Support deploying an npm package exporting a formatCode method.
4
1 # 0.2.4 5 # 0.2.4
2 6
3 * Better handling for long collections with comments (#484). 7 * Better handling for long collections with comments (#484).
4 8
5 # 0.2.3 9 # 0.2.3
6 10
7 * Support messages in assert() (#411). 11 * Support messages in assert() (#411).
8 * Don't put spaces around magic generic method annotation comments (#477). 12 * Don't put spaces around magic generic method annotation comments (#477).
9 * Always put member metadata annotations on their own line (#483). 13 * Always put member metadata annotations on their own line (#483).
10 * Indent functions in named argument lists with non-functions (#478). 14 * Indent functions in named argument lists with non-functions (#478).
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 177
174 # 0.1.2 178 # 0.1.2
175 179
176 * Move split conditional operators to the beginning of the next line. 180 * Move split conditional operators to the beginning of the next line.
177 181
178 # 0.1.1 182 # 0.1.1
179 183
180 * Support formatting enums (#120). 184 * Support formatting enums (#120).
181 * Handle Windows line endings in multiline strings (#126). 185 * Handle Windows line endings in multiline strings (#126).
182 * Increase nesting for conditional operators (#122). 186 * Increase nesting for conditional operators (#122).
OLDNEW
« no previous file with comments | « no previous file | bin/node_format_service.dart » ('j') | bin/node_format_service.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698