File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
be applied to files or not (#634 ).
7
7
8
8
- ` style_file() ` and friends gain argument ` base_indention ` (defaulting to 0) to
9
- control by how much the output code is indented (#649 ).
9
+ control by how much the output code is indented (#649 , # 692 ).
10
10
11
11
- added an option (` styler.test_dir_writeable ` ) that changes test behavior
12
12
to not directly modify test files in the current directory (#548 ).
18
18
19
19
- blank lines in function calls and headers are now removed, for the former only
20
20
when there are no comments before or after the blank line (#629 , #630 , #635 ).
21
- - speed improvement (~ 10%) when cache is activated because transformers are not
22
- captured as character anymore (#679 ).
21
+ - speed improvements: (~ 10%) when cache is activated because transformers are not
22
+ captured as character anymore (#679 ), ~ 3% in low-level optimization (#691 ).
23
+ Require magrittr 2.0 gives about 7% speed improvement (#681 ).
23
24
24
25
## Minor changes and fixes
25
26
37
38
#687 ).
38
39
- The internal ` create_tree() ` only used in testing of styler now works when the
39
40
cache is activated (#688 ).
41
+ - simplification of internals (#692 ).
40
42
41
43
## Infrastructure changes
42
44
43
45
- switched from travis and AppVeyor to GitHub Actions (#653 , #660 ).
44
- - Added basic continuous benchmarking (#674 , #684 ).
46
+ - Added basic continuous benchmarking with [ lorenzwalthert/touchstone] ( https://github.com/lorenzwalthert/touchstone )
47
+ (#674 , #684 , #698 ).
45
48
46
49
# styler 1.3.2
47
50
You can’t perform that action at this time.
0 commit comments