Skip to content

Releases: provinzkraut/unasyncd

v0.6.0

Choose a tag to compare

@provinzkraut provinzkraut released this 15 Jul 09:18
53cf285

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@provinzkraut provinzkraut released this 12 Jul 13:56
3cb6811

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@provinzkraut provinzkraut released this 17 Jun 13:01
c073a3a

What's Changed

  • Support for asynchronous comprehensions by @provinzkraut in #8
  • Fix replacing names from relative imports with other relative names by @provinzkraut in #9

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@provinzkraut provinzkraut released this 17 Jun 09:22
13af870

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@provinzkraut provinzkraut released this 10 Jun 12:19
7457768

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@provinzkraut provinzkraut released this 10 Jun 09:20
c20bce7

What's Changed

  • Add support for if TYPE_CHECKING imports; Replaced import names now get correctly written back into a if TYPE_CHECKING block if the replaced name was originally imported there
  • Add feature flag infer_type_checking_imports to control the newly added behaviour
  • Add CLI flag --infer-type-checking-imports / --no-infer-type-checking-imports corresponding to the feature flag
  • Remove feature to remove unused imports. This was largely a leftover feature from the tool unasyncd was extracted from and since it was making the new TYPE_CHECKING feature much more costly and its usage has been generally discouraged it seemed like the best option to remove it outright
  • Add missing CLI feature flags
  • Add rich-click for a nicer CLI

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@provinzkraut provinzkraut released this 08 Jun 17:56
518c084

What's changed

  • Remove a superfluous AST equivalency check of target files that could lead to update cascades

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@provinzkraut provinzkraut released this 08 Jun 12:11
0830919