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

Unified Diff: packages/dart_style/CHANGELOG.md

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/dart_style/._PATENTS ('k') | packages/dart_style/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/CHANGELOG.md
diff --git a/packages/dart_style/CHANGELOG.md b/packages/dart_style/CHANGELOG.md
index 731fa325f57ca6b8f96cb19b6b60e8f991ab25e3..93ae7dd6ab7ac31a62defa10c893da16d7a5ccc3 100644
--- a/packages/dart_style/CHANGELOG.md
+++ b/packages/dart_style/CHANGELOG.md
@@ -1,3 +1,32 @@
+# 0.2.1
+
+* `--version` command line argument (#240).
+* Split the first `.` in a method chain if the target splits (#255).
+* Don't collapse states that differ by unbound rule constraints (#424).
+* Better handling for functions in method chains (#367, #398).
+* Better handling of large parameter metadata annotations (#387, #444).
+* Smarter splitting around collections in named parameters (#394).
+* Split calls if properties in a chain split (#399).
+* Don't allow splitting inside empty functions (#404).
+* Consider a rule live if it constrains a rule in the overflow line (#407).
+* Allow splitting in prefix expressions (#410).
+* Correctly constrain collections in argument lists (#420, #463, #465).
+* Better indentation of collection literals (#421, #469).
+* Only show a hidden directory once in the output (#428).
+* Allow splitting between type and variable name (#429, #439, #454).
+* Better indentation for binary operators in `=>` bodies (#434.
+* Tweak splitting around assignment (#436, #437).
+* Indent multi-line collections in default values (#441).
+* Don't drop metadata on part directives (#443).
+* Handle `if` statements without curly bodies better (#448).
+* Handle loop statements without curly bodies better (#449).
+* Allow splitting before `get` and `set` (#462).
+* Add `--indent` to specify leading indent (#464).
+* Ensure collection elements line split separately (#474).
+* Allow redirecting constructors to wrap (#475).
+* Handle index expressions in the middle of call chains.
+* Optimize splitting lines with many rules.
+
# 0.2.0
* Treat functions nested inside function calls like block arguments (#366).
« no previous file with comments | « packages/dart_style/._PATENTS ('k') | packages/dart_style/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698