Skip to content

Releases: bwhmather/ssort

Release 0.6.1

20 May 22:59
Compare
Choose a tag to compare

Fix nondeterminism in order of resolution failure warning

Release 0.6.0

20 May 22:43
Compare
Choose a tag to compare

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

29 Apr 22:28
Compare
Choose a tag to compare

Greatly improves logging in both mutate and check modes.

Adds raw_input to the list of builtins.

Release 0.4.0

27 Apr 08:38
Compare
Choose a tag to compare

Fixes black compatibility by no longer adding newlines to empty files.

Release 0.3.1

25 Apr 10:11
Compare
Choose a tag to compare

Fixes homepage URL. Previously pointed to gitlab. Should point to github.

Release 0.3.0

25 Apr 08:32
Compare
Choose a tag to compare

Adds support for sorting class bodies. Lots of cleanups.

Release 0.2.0

19 Apr 19:15
Compare
Choose a tag to compare

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

28 Mar 08:18
Compare
Choose a tag to compare

Initial release, mostly to check pypi integration.