Skip to content

Releases: mutpy/astmonkey

v0.3.7

Choose a tag to compare

@phihos phihos released this 29 Oct 20:29
16b1817

Add support for Python 3.8

v0.3.6

Choose a tag to compare

@phihos phihos released this 23 Nov 14:04

Fix issue in FixLinenoNodeVisitor in which line numbers may become to high.

v0.3.5

Choose a tag to compare

@phihos phihos released this 18 Nov 19:30

Fix removal of parentheses around single "True" or "False" constants in source generator for Python > v3.3.

v0.3.4

Choose a tag to compare

@phihos phihos released this 10 Nov 20:48
  • 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

Choose a tag to compare

@phihos phihos released this 09 Nov 02:05

Fix line numbers of AST nodes before generating sources in SourceGeneratorNodeVisitor.

v0.3.2

Choose a tag to compare

@phihos phihos released this 08 Nov 20:47

Hotfix for a potential bug that might crash astmonkey upon determining the line number of certain nodes.

v0.3.1

Choose a tag to compare

@phihos phihos released this 08 Nov 19:49

Hotfix for crashing MutPy when used with the -m parameter.

v0.3.0

Choose a tag to compare

@phihos phihos released this 24 Oct 16:39
4905414

Fixed a lot of AST to source conversion issues. Thanks to @pkubiak.

v0.2.3

Choose a tag to compare

@phihos phihos released this 26 Sep 11:16
6b852f5
  • SourceGeneratorNodeVisitor: Binary operations are now fully parenthesised

v0.2.2

Choose a tag to compare

@phihos phihos released this 22 Aug 22:33
Bump version