Skip to content

Commit bfd29eb

Browse files
file renaming for consistency.
1 parent 49afe67 commit bfd29eb

25 files changed

+56
-24
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@ VignetteBuilder: knitr
3737
Collate:
3838
'addins.R'
3939
'communicate.R'
40+
'compat-dplyr.R'
4041
'compat-tidyr.R'
41-
'dplyr.R'
4242
'expr-is.R'
4343
'indent.R'
4444
'initialize.R'
4545
'nest.R'
46-
'nested_to_tree.R'
46+
'nested-to-tree.R'
4747
'parse.R'
4848
'reindent.R'
4949
'token-define.R'
5050
'relevel.R'
51-
'rules-line_break.R'
51+
'rules-line-break.R'
5252
'rules-other.R'
5353
'rules-replacement.R'
5454
'rules-spacing.R'
5555
'serialize.R'
56-
'serialized_tests.R'
5756
'set-assert-args.R'
58-
'style_guides.R'
57+
'style-guides.R'
5958
'styler.R'
59+
'testing.R'
6060
'token-create.R'
6161
'transform-code.R'
6262
'transform-files.R'

NEWS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## styler 1.0.1 (2018-03-02)
2+
3+
This is a maintenance release without any breaking API changes.
4+
5+
## Major & Dependency related changes
6+
7+
* Removed implicit `dplyr` dependency via `purrr:::map_dfr()` (thanks
8+
@jimhester, #324).
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, styler
12+
now depends on `tibble >= 1.4.2`.
13+
* In the dependency `enc`, a bug was fixed that removed/changed non-ASCII
14+
characters. Hence, styler now depends on `enc >= 0.1-10` (#348).
15+
16+
## Minor changes
17+
18+
* Recognizing and respecging of DSL used in R comments: rplumnber (`#*`, #306),
19+
shebang `#/!` (#345), knitr chunk headers for spinning `#+` / `#-`).
20+
* Named arguments can stay on the first line if call is multi-line (#318).
21+
* various bug fixes and edge case improvements.
22+
* No space anymore with `tidyverse_style()` after `!!` since with `rlang 0.2`,
23+
`!!` now binds tighter (#322).
24+
* Spacing around `~` (#316).
25+
* No space anymore around `^` with `tidyverse_style()` (#308).
26+
* Various bug fixes.
27+
28+
Thanks to all contributors for patches, issues and the like:
29+
@devSJR, @klrmlr, @yutannihilation, @samhinshaw, @martin-mfg, @jjramsey,
30+
@RMHogervorst, @wlandau, @llrs, @aaronrudkin, @crew102, @jkgrain, @jennybc,
31+
@joranE.
32+
133
## styler 1.0.0 (2017-12-05)
234

335
Initial release.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

man/character_to_ordered.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/construct_out.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/construct_tree.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/copy_to_tempdir.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)