Releases: bwhmather/ssort
Release 0.6.1
Fix nondeterminism in order of resolution failure warning
Release 0.6.0
Change logging to print out a warning for all unresolved requirements, not just the first.
Add support for list arguments to del
statement.
Recognize class scoped builtins (__module__
and qualname`).
Release 0.5.0
Greatly improves logging in both mutate and check modes.
Adds raw_input
to the list of builtins.
Release 0.4.0
Fixes black compatibility by no longer adding newlines to empty files.
Release 0.3.1
Fixes homepage URL. Previously pointed to gitlab. Should point to github.
Release 0.3.0
Adds support for sorting class bodies. Lots of cleanups.
Release 0.2.0
First usable release. Still no stability guarantee.
Supports basic topological sorting of top level statements. Supports --check
and --diff
modes, and finding python files recursively in directories.
Release 0.1.0
Initial release, mostly to check pypi integration.