All Versions
9
Latest Version
Avg Release Cycle
177 days
Latest Release
9 days ago
Changelog History
Changelog History
-
v1.4.0 Changes
June 02, 2026What's Changed
- ➕ Add Python 3.14 support (PEP 758 except syntax) & bump to 1.4.0 by @hakancelikdev in #327
Full Changelog : 1.3.1...1.4.0
-
v1.3.1 Changes
February 18, 2026What's Changed
- 🛠 Fix/preserve comments on import removal by @hakancelikdev in #317
- 🛠 Fix/deduplicate clashing star import suggestions by @hakancelikdev in #318
- #313 Fix/Incorrectly suggesting removal of module used in TYPE_CHECKING by @hakancelikdev in #319
- ➕ Add star import dedup behavior to supported-behaviors docs by @hakancelikdev in #320
- 🛠 Fix import after use in function incorrectly removed (#178) #178 by @hakancelikdev in #321
- 🛠 Fix subpackage import incorrectly removed when sibling subpackage is used (#180) by @hakancelikdev in #322
- 🛠 Fix nested if statement dispatch not recognized (#294) by @hakancelikdev in #323
- 🛠 Fix false positive when import and usage are on the same line (#292) by @hakancelikdev in #324
- ⚡️ Bump version to 1.3.1 and update changelog by @hakancelikdev in #325
Full Changelog : 1.3.0...1.3.1
-
v1.3.0 Changes
September 18, 2025[1.3.0] - 2025-08-01
➕ Added
- 👍 Python 3.13 support added
🔄 Changed
👍 Python 3.8 support dropped
- Updated minimum Python version requirement from 3.8+ to 3.9+
- Removed Python 3.8 from CI/CD pipeline and testing environments
- Updated all configuration files to reflect Python 3.9+ support
⬆️ Upgraded all package versions in use
🛠 Fixed
- ✅ Replace deprecated lib2to3 imports with ast module in test cases
- Fixed deprecation warning in Python 3.10+ compatibility
- Updated test cases to use modern ast module instead of deprecated lib2to3 package
- All tests now pass without deprecation warnings
-
v1.2.1 Changes
September 19, 2025➕ Added
- 👍 Python 3.12 support added
-
v1.2.0 Changes
December 22, 2023[1.2.0] - 2023-12-22
🔄 Changed
- 👍 Python 3.6 support dropped
- 👍 Python 3.7 support dropped
🛠 Fixed
- 👌 Improved Type Comment Analysis
-
v1.1.0 Changes
November 17, 2023[1.1.0] - 2023-11-17
➕ Added
- 👌 Support for Python version 3.11.
- 👍 It is suitable for the versions we officially support, Unimport cannot be used with Python version 3.12.
-
v1.0.1 Changes
November 17, 2023 -
v1.0.0 Changes
July 07, 2023[1.0.0] - 2023-07-07
➕ Added
Automatically pick up config options from setup.cfg if it is present in the project
root else check and if it exists use pyproject.toml.
#256➕ Add github-action #229
➕ Add support like command line commands in configuration files. #287
🛠 Fixed
- 💻 ignore-init setting is not working from command line call
#263 - ⚙ Running without options or a config file
#281 - 🔨 Attribute as import refactor #284
🔄 Changed
- 🔧 Raise more human-readable exceptions when the key is mistyped in the configuration
#286
-
v0.14.1 Changes
February 04, 2023