Releases: mutpy/astmonkey
Releases · mutpy/astmonkey
v0.3.7
Add support for Python 3.8
v0.3.6
Fix issue in FixLinenoNodeVisitor in which line numbers may become to high.
v0.3.5
Fix removal of parentheses around single "True" or "False" constants in source generator for Python > v3.3.
v0.3.4
- Remove parentheses around single "True" or "False" constants in source generator.
- Convert AST nodes with "if... elif..." with a blank line in the if body correctly to source in source generator.
v0.3.3
Fix line numbers of AST nodes before generating sources in SourceGeneratorNodeVisitor.
v0.3.2
Hotfix for a potential bug that might crash astmonkey upon determining the line number of certain nodes.
v0.3.1
Hotfix for crashing MutPy when used with the -m parameter.
v0.3.0
Fixed a lot of AST to source conversion issues. Thanks to @pkubiak.
v0.2.3
- SourceGeneratorNodeVisitor: Binary operations are now fully parenthesised