Skip to content

Commit 3040540

Browse files
committed
NEWS
1 parent 4d5227a commit 3040540

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## styler 0.0-4 (2017-06-15)
222

323
- Fix `README.Rmd` for compatibility with pkgdown.

0 commit comments

Comments
 (0)