File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## styler 0.0-5 (2017-06-30)
2
+
3
+ * Correctly deal with comments (spacing before comments, start comment with space)
4
+ * T more flexibly (` test_collection() ` and friends now support ` ... ` )
5
+ * Indention based on curly brackets
6
+ * Spacing across different levels of nesting (e.g. a space after ` ) ` in ` function(x) {...} ` )
7
+ * Write tree structure to file via test_collection()` for easy understanding of the nested structure
8
+ * Outsource tokenise
9
+ * Account for situations where code does not start on line1
10
+ * Correctly style comments
11
+ * Add style_empty for tailored testing
12
+ * Initialize indent in create filler
13
+ * Adapt vignette and documentation to visitor concept
14
+ * Refine testing to use visiting approach
15
+ * Parse multiple expressions: Make nested approach wok on multiple expressions too.
16
+ * Internal: introducing the visitor concept instead of "looping" many times through whole nested structure.
17
+ * Integrate nested approach in top-level APIs ` style_text ` and friends via an additional argument. ` flat ` .
18
+ * Add tools for scalable testing. Transform * -in.R with a transformer function and check whether result corresponds to * -out.R
19
+
20
+
1
21
## styler 0.0-4 (2017-06-15)
2
22
3
23
- Fix ` README.Rmd ` for compatibility with pkgdown.
You can’t perform that action at this time.
0 commit comments