|
1 | 1 | <!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
|
2 | 2 | # styler 1.10.0
|
3 | 3 |
|
4 |
| -**Infrastructure** |
| 4 | +This release contains speed-ups between 20% and 40% depending on your use case |
| 5 | +thanks to replacing {base} functionality with {vctrs} (#1114). With the speed |
| 6 | +boost introduced in version 1.8.0 in Oct. 2022, {styler} is now up to 2x as fast |
| 7 | +as before release 1.8.0. |
5 | 8 |
|
6 |
| -- Bump `actions/checkout` to version 3 in GitHub Actions (#1098). |
7 |
| -- Bump {touchstone} config (#1104, #1107). |
8 |
| -- split `test-public_api.R` for better sharding (#1109). |
9 |
| -- 0-pad filenames for sharding (#1110) |
10 |
| -- add missing {testthat} snapshots (#1115). |
| 9 | +This release was created upon a request by the CRAN team to actively manage not |
| 10 | +just cached files but also the potentially empty cache directories they live in |
| 11 | +(#1118). Here are the changes in detail: |
11 | 12 |
|
12 |
| -**Other changes** |
13 | 13 |
|
14 |
| -- Remove tail recursion in favor of `repeat` (#1113). |
| 14 | +- Require at least R 3.6 (#1101). |
15 | 15 | - Prefer {vctrs} functions over slower {base} equivalents (#1114).
|
16 | 16 | - Replace deprecated use of `rlang::with_handlers()` (#1103).
|
17 |
| -- Require at least R 3.6 (#1101). |
18 |
| - |
| 17 | +- Remove tail recursion in favor of `repeat` (#1113). |
| 18 | +- split `test-public_api.R` for better sharding (#1109). |
| 19 | +- 0-pad filenames for sharding (#1110) |
| 20 | +- add missing {testthat} snapshots (#1115). |
| 21 | +- Bump {touchstone} config (#1104, #1107). |
| 22 | +- Bump `actions/checkout` to version 3 in GitHub Actions (#1098). |
19 | 23 |
|
20 | 24 | Thanks for everyone contributing to this release:
|
21 | 25 |
|
|
0 commit comments