|
1 | 1 | # styler 1.0.3 |
2 | 2 |
|
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). |
4 | 5 |
|
5 | 6 | ## Major Changes |
6 | 7 |
|
7 | 8 | * styler can now style roxygen code examples in the source code of package |
8 | | - (#351). |
| 9 | + (#332) as well as Rnw files (#431). |
9 | 10 | * 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). |
14 | 15 |
|
15 | 16 | ## Minor Changes |
16 | 17 |
|
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 |
19 | 24 | `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). |
21 | 27 |
|
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, |
23 | 31 |
|
24 | 32 | # styler 1.0.2 |
25 | 33 |
|
|
0 commit comments