@@ -8,22 +8,21 @@ This is a maintenance release without any breaking API changes.
8
8
@jimhester , #324 ).
9
9
* Added required minimal version dependency for purr (` >= 0.2.3 ` ) (#338 ).
10
10
* The dependency tibble was optimzed for speed in ` v1.4.2 ` so styler should run
11
- ~ 2x as fast [ 348] ( https://github.com/tidyverse/tibble/pull/348 ) . Hence, styler
12
- now depends on ` tibble >= 1.4.2 ` .
11
+ ~ 2x as fast [ # 348 ] ( https://github.com/tidyverse/tibble/pull/348 ) . Hence,
12
+ styler now depends on ` tibble >= 1.4.2 ` .
13
13
* In the dependency ` enc ` , a bug was fixed that removed/changed non-ASCII
14
14
characters. Hence, styler now depends on ` enc >= 0.1-10 ` (#348 ).
15
15
16
16
## Minor changes
17
17
18
- * Recognizing and respecging of DSL used in R comments: rplumnber (` #* ` , #306 ),
19
- shebang ` #/! ` (#345 ), knitr chunk headers for spinning ` #+ ` / ` #- ` ).
18
+ * Recognizing and respecging of DSLs used in R comments: rplumnber (` #* ` , #306 ),
19
+ shebang ` #/! ` (#345 ), knitr chunk headers for spinning ` #+ ` / ` #- ` , # 362 ).
20
20
* Named arguments can stay on the first line if call is multi-line (#318 ).
21
- * various bug fixes and edge case improvements.
22
21
* No space anymore with ` tidyverse_style() ` after ` !! ` since with ` rlang 0.2 ` ,
23
22
` !! ` now binds tighter (#322 ).
24
23
* Spacing around ` ~ ` (#316 ).
25
24
* No space anymore around ` ^ ` with ` tidyverse_style() ` (#308 ).
26
- * Various bug fixes.
25
+ * Various bug fixes and edge case improvements .
27
26
28
27
Thanks to all contributors for patches, issues and the like:
29
28
@devSJR , @klrmlr , @yutannihilation , @samhinshaw , @martin-mfg , @jjramsey ,
0 commit comments