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.
1 parent 628a028 commit b57203fCopy full SHA for b57203f
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 1.2.0
2
+
3
+Feature release
4
5
+- New `collapse_blank_lines_in_category` option to control blank line behavior within import categories (#350)
6
+ - Default `true`: collapses blank lines within a category (current behavior)
7
+ - Set to `false`: preserves one blank line within a category (pre-1.1.0 behavior)
8
9
+```shell-session
10
+$ git shortlog -sn v1.1.2...
11
+ 4 Maggie Moss
12
+```
13
14
15
# 1.1.2
16
- Fixes bug that splits one line import statements with comments
17
0 commit comments