Releases: hakancelikdev/unimport
Releases · hakancelikdev/unimport
0.13.0 - The remove command is set to the default behavior.
0.12.3
[0.12.3] - 2022-12-04
Added
- Multiple versions of the docs
0.12.2
Changelog
[0.12.2] - 2022-11-09
🐛 Fixes
--color=never
is now respected when showing the diffs
0.12.1
Features
-
🔥 Add if condition analysis and 🧪 Refactor PR #247 by @hakancelikdev
For example;
import sys if sys.version_info >= (3, 8): from typing import Literal else: from typing_extensions import Literal
-
🔥 setup.py remove and pyproject.toml was added. PR #245 by @hakancelikdev
0.11.3
Changelog
[0.11.3] - 5/September/2022
- Fix main.py to run unimport
0.11.2
Changelog
[0.11.2] - 4/September/2022
- Fix Re complile fail mentioning 'ps_d' when using --gitignore by @hakancelikdev
- For Python 3.7 and above
- Drop support for patspec, 0.5.0 above and below 0.10.0 versions.
- Only 0.10.0 and above versions are supported, in these versions the gitignore
parameter works more accurately. - For more accurate results when using --gitignore parameter, please do not use
Python 3.6 and Windows.
- For Python 3.7 and above
- Docs update by @hakancelikdev
- Refactor main.py and add tests by @hakancelikdev
Warning
In this version unimport does not work properly, sorry for this problem please use version 0.11.3.
0.11.1
Fix setup