Skip to content

Commit 9db901c

Browse files
update news
1 parent 9f6b57a commit 9db901c

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

NEWS.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
# styler 1.0.3
22

3-
This release introduces new features and is fully backward-compatible.
3+
This release introduces new features and is fully backward-compatible. It also
4+
adapts to changes in the R parser committed into R devel (#419).
45

56
## Major Changes
67

78
* styler can now style roxygen code examples in the source code of package
8-
(#351).
9+
(#332) as well as Rnw files (#431).
910
* the print method for the output of `style_text()` (`print.vertical()`) now
10-
returns syntax-higlighted code by default, controllable via the option
11-
`styler.colored_print.vertical` (#XXX).
12-
* Completely redesigned README (#413).
13-
* Fixed semi-colon expression that contained multiple assignments (#404, XXX)
11+
returns syntax-highlighted code by default, controllable via the option
12+
`styler.colored_print.vertical` (#417).
13+
* the README was redesigned (#413).
14+
* semi-colon expression that contained multiple assignments was fixed(#404).
1415

1516
## Minor Changes
1617

17-
* remove line-breaks before commas (#405).
18-
* moved rule that turns single quotes into double quotes to token modifier in
18+
* cursor position is remembered for styling via Addin (#416).
19+
* adapt spacing around tilde for multi-token expressions(#424) and brace
20+
edge case (#425).
21+
* only add brackets to piped function call if RHS is a symbol (#422).
22+
* increase coverage again to over 90% (#412).
23+
* move rule that turns single quotes into double quotes to token modifier in
1924
`tidyverse_style_guide() (#406).
20-
* Increased coverage again to over 90% (#412).
25+
* remove line-breaks before commas (#405).
26+
* removed package dependency enc in favour of xfun (#442).
2127

22-
Thanks to all contributors for patches, issues and the like: XXX
28+
Thanks to all contributors for patches, issues and the like:
29+
@jonmcalder, @krlmlr, @IndrajeetPatil, @kalibera, @Hasnep, @kiranmaiganji,
30+
@dirkschumacher, @ClaytonJY, @wlandau, @maurolepore,
2331

2432
# styler 1.0.2
2533

0 commit comments

Comments
 (0)