We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628a028 + 7eb453a commit ec22190Copy full SHA for ec22190
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 1.1.3
2
+- Feature release
3
+ 4 +
4
+ 5 + - New `collapse_blank_lines_in_category` option to control blank line behavior within import categories (#350)
5
+ 6 + - Default `true`: collapses blank lines within a category (current behavior)
6
+ 7 + - Set to `false`: preserves one blank line within a category (pre-1.1.0 behavior)
7
+
8
+```shell-session
9
+$ git shortlog -sn v1.1.2...
10
+ 4 Maggie Moss
11
+```
12
13
# 1.1.2
14
- Fixes bug that splits one line import statements with comments
15
@@ -6,8 +18,6 @@ $ git shortlog -sn v1.1.1...
18
1 Maggie Moss
19
```
20
-
21
# 1.1.1
22
- Adds new option, preserve_inline_comments, to keep inline comments when consolidating imports (#344)
23
0 commit comments