Releases: hakancelikdev/unimport
Releases · hakancelikdev/unimport
0.9.4
Changelog
[0.9.3] - 29/January/2021
0.9.2
Changelog
[0.9.2] - 14/September/2021
- 🐞 Fix setup.py
0.9.1
Changelog
[0.9.1] - 13/September/2021
- 🐞 🧪 Fix EOLs not being respected in modified files per #183 by @CAM-Gerlach
- Respect the file's current EOL (LF/CRLF) instead of the platform default
- Add unit and integration tests that EOLs are respected
0.9.0
Changelog
[0.9.0] - 5/September/2021
-
Scope analyzer; #176, #175 #189 by @hakancelik96
- Scope analyzer
- Duplicate import feature has been enabled again.
-
Fix adding unnecessary rpar in vertical style #86, #190 by @hakancelik96
-
import sys from typing import ( List, ) test_list: List[str] = ["spam", "eggs"]
-
from typing import ( List, ) test_list: List[str] = ["spam", "eggs"]
-
0.8.4
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
Changelog
[0.7.0] - 26/December/2020
-
%15 performance increase & remove show-error flag by @hakancelik96
-
💪 Star import more accurate suggestion by @hakancelik96
- #120 removed to implement it more accurately, later.
-
🐞 & 💪 & 💊 Fix: #150 by @hakancelik96
- Configuration Bug Fix ( Configuration priority, reading and merge )
- %136 - %150 performance increase