Skip to content

Commit 679d0e0

Browse files
committed
NEWS
1 parent 23b9c55 commit 679d0e0

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

NEWS.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## styler 0.0-9 (2017-10-23)
2+
3+
- Hotfix: utf8 should not be verbose (#245).
4+
- Allow styling of Rmd files(#233).
5+
- Remove duplicate @family (#244).
6+
- Fixing token insertion (#242).
7+
- Capitalize Addin titles (#241).
8+
- Explicit `NULL` creation to make styler compatible with R3.2.0 (#237).
9+
- Improve vignettes (#232).
10+
- Allow exclusion of files with `style_pkg()` and `style_dir()`.
11+
- Correct styling with long strings (#230).
12+
- Add tools for re-indenting tokens (#217).
13+
- Math token spacing (#221).
14+
- Remove outdated line and col information (#218).
15+
- Empty input for styling does not cause an error (#227, #228).
16+
- Tools to insert tokens + application on `if`-`else` clauses (#212).
17+
- Improve example in documentation (#222).
18+
- Fix spacing around in (#214).
19+
- Maintenance: renaming functions / files, extend helper, documentation, if_else etc. (#204).
20+
- Disallow line break after ( for function calls (#210).
21+
- Preserve space between `!` and bang (#209).
22+
- Simplify RStudio Addin (#208, #211).
23+
- Indention based on square brackets (#207).
24+
- Add vignette on introducing styler (#203).
25+
- Indent function declaration without curly braces correctly (#202).
26+
- Fix indention in if-else statement (#200).
27+
- Sorting key (#196).
28+
- Use safe sequences (#197).
29+
- Fix space between two commas (#195).
30+
- Keep single-line pipes on one line (#74).
31+
- Remove tidyr and dplyr dependency (#182, #183, @jimhester).
32+
- Fix parsing inconsistency (#188).
33+
- Substitute create filler (#190).
34+
- Introducing class vertical (#189).
35+
- Adapt line break rules (#172).
36+
- Fix `R CMD check` (#185).
37+
- Force argument evaluation for proper error handling (#179).
38+
- Add nonstrict version of set_space_before_comment (#174).
39+
- Add installation instructions to README (#175).
40+
- Addin to style highlighted region (#143).
41+
- Improve spelling (#168).
42+
- Add coverage badge
43+
- Change badge from WIP to active
44+
- Add the number of files to message (#166).
45+
- Improve documentation (#164).
46+
- Add informative messages while styling files (#165).
47+
- More examples in help file (#161).
48+
- No line breaks after pipe if comment is next token (#160).
49+
- Fixing spacing around `!` (non-bang-bang) (#157).
50+
- Finalize function documentation (#154).
51+
- Review vignette (#158).
52+
- Update bang-bang rule (#156).
53+
54+
155
## styler 0.0-8 (2017-08-24)
256

357
- Vignette on customizing styler (#145).

0 commit comments

Comments
 (0)