@@ -7,16 +7,18 @@ This is a maintenance release without any breaking API changes.
7
7
* Removed implicit ` dplyr ` dependency via ` purrr:::map_dfr() ` (thanks
8
8
@jimhester , #324 ).
9
9
* Added required minimal version dependency for purr (` >= 0.2.3 ` ) (#338 ).
10
- * The dependency tibble was optimized for speed in ` v1.4.2 ` so styler should run
11
- ~ 2x as fast [ (#348 )] ( https://github.com/tidyverse/tibble/pull/348 ) . Hence,
10
+ * We rely on the tibble package which was optimized for speed in ` v1.4.2 ` so
11
+ styler should run ~ 2x as fast
12
+ [ (#348 )] ( https://github.com/tidyverse/tibble/pull/348 ) . For that reason,
12
13
styler now depends on ` tibble >= 1.4.2 ` .
13
14
* In the dependency ` enc ` , a bug was fixed that removed/changed non-ASCII
14
15
characters. Hence, styler now depends on ` enc >= 0.2 ` (#348 ).
15
16
16
17
## Minor changes
17
18
18
- * Recognizing and respecting of DSLs used in R comments: rplumnber (` #* ` , #306 ),
19
- shebang ` #/! ` (#345 ), knitr chunk headers for spinning (` #+ ` / ` #- ` , #362 ).
19
+ * We're now recognizing and respecting DSLs used in R comments: rplumnber
20
+ (` #* ` , #306 ), shebang ` #/! ` (#345 ), knitr chunk headers for spinning (` #+ ` /
21
+ ` #- ` , #362 ).
20
22
* Named arguments can stay on the first line if call is multi-line (#318 ).
21
23
* No space anymore with ` tidyverse_style() ` after ` !! ` since with ` rlang 0.2 ` ,
22
24
` !! ` now binds tighter (#322 ), spacing around ` ~ ` (#316 ), no space anymore
0 commit comments