|
2 | 2 |
|
3 | 3 | This is a maintenance release without any breaking API changes.
|
4 | 4 |
|
5 |
| -## Major & Dependency related changes |
| 5 | +## Major & dependency related changes |
6 | 6 |
|
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 optimzed for speed in `v1.4.2` so styler should run |
11 |
| - ~2x as fast [#348](https://github.com/tidyverse/tibble/pull/348). Hence, |
| 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, |
12 | 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 DSLs used in R comments: rplumnber (`#*`, #306), |
19 |
| - shebang `#/!` (#345), knitr chunk headers for spinning `#+` / `#-`, #362). |
| 18 | +* Recognizing and respecting 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 | 21 | * No space anymore with `tidyverse_style()` after `!!` since with `rlang 0.2`,
|
22 |
| - `!!` now binds tighter (#322). |
23 |
| -* Spacing around `~` (#316). |
24 |
| -* No space anymore around `^` with `tidyverse_style()` (#308). |
| 22 | + `!!` now binds tighter (#322), spacing around `~` (#316), no space anymore |
| 23 | + around `^` (#308). |
25 | 24 | * Various bug fixes and edge case improvements.
|
26 | 25 |
|
27 | 26 | Thanks to all contributors for patches, issues and the like:
|
|
0 commit comments