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 01ddf47 commit b34fabdCopy full SHA for b34fabd
CHANGELOG.md
@@ -1,5 +1,33 @@
1
# Changelog
2
3
+## 2.1.0 - 2023-10-25
4
+
5
+Minor feature release
6
7
+New:
8
9
+- Lint and fix via STDIN by passing `-` as path (#388)
10
+- Skip linting files when no rules enabled (#379)
11
12
+Fixed:
13
14
+- Reporting violations on `Module` nodes (#368, #367)
15
+- Incorrect auto-fixes from `CompareSingletonPrimitivesByIs` (#391, #378, #375)
16
+- Parsing error for `typing.Literal` in `NoStringTypeAnnotation` rule (#400, #377)
17
+- Error handling when rules fail to import in child processes (#401, #381)
18
19
+Thanks:
20
21
+```
22
+$ git shortlog -sn v2.0.0.post1...
23
+ 8 Amethyst Reese
24
+ 2 LW
25
+ 1 Dave Turner
26
+ 1 Uzumaki
27
+ 1 Yajus Gakhar
28
+ 1 rembridge
29
30
31
## 2.0.0 - 2023-07-17
32
33
This is the first stable release with the major rework of Fixit. There are many
0 commit comments