We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3dacf commit 7d84b5eCopy full SHA for 7d84b5e
NEWS.md
@@ -1,3 +1,15 @@
1
+## styler 0.0-7 (2017-07-27)
2
+
3
+- curly braces don't move a line up if previous token is comment.
4
+- wrap parse + transform + serialize in new function.
5
+- Speedup of nested styler functions by ~ 4x.
6
+- Use multi line instead of line1 / line2 for indention and unindention.
7
+- Indent multiple.
8
+- add tidyverse rules (indention not yet working properly).
9
+- Refactoring and add token before and afterwards to parse table.
10
+- Implement post visitor instead of complicated move_up child.
11
12
13
## styler 0.0-6 (2017-07-10)
14
15
* Tidy up README (#43).
0 commit comments