Skip to content

Releases: vrslev/auto-typing-final

0.4.1

07 Jul 11:32
a18877b
Compare
Choose a tag to compare

What's Changed

LSP

  • Change diagnostic severity from error to warning by @vrslev in #23
  • Fix duplicated import in Fix All by @vrslev in #25
  • Refactor lsp.py by @vrslev in #26

VS Code extension (0.2.0)


Full Changelog: 0.4.0...0.4.1

0.4.0

04 Jul 14:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

28 Jun 12:51
527a956
Compare
Choose a tag to compare

What's Changed

  • Write to file only if necessary by @vrslev in #17

Full Changelog: 0.3.0...0.3.1

0.3.0

28 Jun 12:10
3134297
Compare
Choose a tag to compare

What's Changed

  • Unpin uv by @vrslev in #3
  • Improve tests by @vrslev in #4
  • Detect definitions in list and tuple pattern of match statement by @vrslev in #5
  • Remove (not ignore) typing.Final inside loops by @vrslev in #6
  • Handle nonlocal and global by @vrslev in #7
  • Allow typing.Final for assignment to name with the same name as funciton by @vrslev in #8
  • Refactor a bit by @vrslev in #9
  • Handle import ... statement by @vrslev in #10
  • Import typing if annotation has been added and it is not imported yet & add --check to CLI & return 1 if changes have been made by @vrslev in #11
  • Add tests that ensure attribute assignments are ignored by @vrslev in #12
  • Improve path handling in CLI & fix applying changes when import is added by @vrslev in #13
  • Ignore global variables to avoid confusion with the type aliases by @vrslev in #14
  • Apply changes only if text actually changed by @vrslev in #15
  • Print prettier diffs by @vrslev in #16

Full Changelog: 0.2.0...0.3.0

The one where everything starts working

25 Jun 19:09
Compare
Choose a tag to compare

What's Changed

  • Make it work on real code :) by @vrslev in #1
  • Rename from add-typing-final to auto-typing-final by @vrslev in #2

New Contributors

  • @vrslev made their first contribution in #1

Full Changelog: 0.1.0...0.2.0

Initial release!

25 Jun 07:42
Compare
Choose a tag to compare

The first release.