|
| 1 | +## styler 0.0-6 (2017-07-10) |
| 2 | + |
| 3 | +* Tidy up README (#43). |
| 4 | +* Fix indention of long operator chains (#69). |
| 5 | +* Properly format unary operators (#38). |
| 6 | +* Fixing indent multiple - one more time (#68). |
| 7 | +* Remove spaces before comma (#62). |
| 8 | +* Fixing indention with multiple parentheses (#57). |
| 9 | +* data.tree gains unique node IDs for proper printing. |
| 10 | +* Add `style_file()` function to style a single .R file. |
| 11 | +* Add RStudio add-in to style active .R file. |
| 12 | +* hotfix: make `style_pkg()` and `style_src()` work by passing flat argument. |
| 13 | + |
| 14 | + |
1 | 15 | ## styler 0.0-5 (2017-06-30)
|
2 | 16 |
|
3 | 17 | * Correctly deal with comments (spacing before comments, start comment with space)
|
4 | 18 | * T more flexibly (`test_collection()` and friends now support `...`)
|
5 |
| -* Indention based on curly brackets |
| 19 | +* Indention based on curly brackets |
6 | 20 | * Spacing across different levels of nesting (e.g. a space after `)` in `function(x) {...}`)
|
7 | 21 | * Write tree structure to file via test_collection()` for easy understanding of the nested structure
|
8 |
| -* Outsource tokenise |
| 22 | +* Outsource tokenise |
9 | 23 | * Account for situations where code does not start on line1
|
10 |
| -* Correctly style comments |
11 |
| -* Add style_empty for tailored testing |
| 24 | +* Correctly style comments |
| 25 | +* Add style_empty for tailored testing |
12 | 26 | * Initialize indent in create filler
|
13 | 27 | * Adapt vignette and documentation to visitor concept
|
14 | 28 | * Refine testing to use visiting approach
|
|
0 commit comments