Skip to content

Releases: CoolCat467/idletypecheck

Version 1.0.1

25 Feb 04:30
Compare
Choose a tag to compare

In this release we fix an issue that stopped the legacy installation method from working properly.

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

24 Feb 20:36
Compare
Choose a tag to compare

In this release, we steal a bunch of code from my newer project IdleMypyExtension that was originally based on this project, update the dependencies, update project metadata, and move around a bunch of the code from being in one file to being split between the extension building utilities module (utils) and the actual extension file that talks to mypy (extension). This makes it far simpler to have all my extensions and bugfixes I find in one being able to be applied to my others in a much simpler way. We also enabled a ton more of the ruff rules.

What's Changed

Full Changelog: v0.1.0...v1.0.0

Version 0.1.0

18 Oct 03:52
Compare
Choose a tag to compare

In this release, we add support for installing with idleuserextend, fix spelling issues, add formatting with ruff.
Additionally, we update the message parser system to be up to date with the changes made in idlemypyextension, which is a fork of this project.

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

Version 0.0.1

12 Mar 06:26
Compare
Choose a tag to compare

Update project to use pyproject.toml instead of setup.py and move mypy flags into a property. Also add precommit and run black and isort on the project.

Full Changelog: v0.0.0...v0.0.1

v0.0.0 - Initial Public Release

03 Oct 02:54
Compare
Choose a tag to compare

Initial Public Release of idletypecheck. It shares a lot of it's code with my other IDLE extension, lintcheck.

Full Changelog: https://github.com/CoolCat467/idletypecheck/commits/v0.0.0