File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# styler 1.3.2.9000 (Development)
2
2
3
- ## Major changes
3
+ ## API Changes
4
4
5
- - blank lines in function calls and headers are now removed, for the former only
6
- when there are no comments before or after the blank line (#629 , #630 , #635 ).
7
- - added an option (` styler.test_dir_writeable ` ) that changes test behavior
8
- to not directly modify test files in the current directory (#548 ).
9
5
- ` style_file() ` and friends gain argument ` dry ` to control if changes should
10
6
be applied to files or not (#634 ).
7
+
8
+ - ` style_file() ` and friends gain argument ` base_indention ` (defaulting to 0) to
9
+ control by how much the output code is indented (#649 ).
10
+
11
+ - added an option (` styler.test_dir_writeable ` ) that changes test behavior
12
+ to not directly modify test files in the current directory (#548 ).
13
+
11
14
- added an option for disabling all communication when using the package
12
15
(` styler.quiet ` ) (#640 ).
13
16
17
+ ## Major changes
18
+
19
+ - blank lines in function calls and headers are now removed, for the former only
20
+ when there are no comments before or after the blank line (#629 , #630 , #635 ).
21
+
14
22
## Minor chnages and fixes
15
23
16
24
- cache is now correctly invalidated when style guide arguments change (#647 ).
You can’t perform that action at this time.
0 commit comments