Releases: vrslev/auto-typing-final
Releases · vrslev/auto-typing-final
0.4.1
0.4.0
What's Changed
- Bump ast-grep-py from 0.24.0 to 0.24.1 by @dependabot in #18
- Add LSP server by @vrslev in #19
- Add VS Code extension by @vrslev in #20
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: 0.3.1...0.4.0
0.3.1
0.3.0
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
Initial release!
The first release.