Skip to content

Commit fd02dde

Browse files
committed
NEWS
1 parent 3ef1d05 commit fd02dde

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

NEWS.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
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+
115
## styler 0.0-5 (2017-06-30)
216

317
* Correctly deal with comments (spacing before comments, start comment with space)
418
* T more flexibly (`test_collection()` and friends now support `...`)
5-
* Indention based on curly brackets
19+
* Indention based on curly brackets
620
* Spacing across different levels of nesting (e.g. a space after `)` in `function(x) {...}`)
721
* Write tree structure to file via test_collection()` for easy understanding of the nested structure
8-
* Outsource tokenise
22+
* Outsource tokenise
923
* 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
1226
* Initialize indent in create filler
1327
* Adapt vignette and documentation to visitor concept
1428
* Refine testing to use visiting approach

0 commit comments

Comments
 (0)