Releases: iamdefinitelyahuman/py-solc-ast
Releases · iamdefinitelyahuman/py-solc-ast
py-solc-ast 1.2.0
Merge pull request #6 from iamdefinitelyahuman/v1.2.0 V1.2.0
py-solc-ast 1.1.0
- Ensure no mutation of original AST when generating node objects
- Add
from_ast
method to generate a singleSourceUnit
py-solc-ast 1.0.2
- Bugfix: unlinked libraries not properly mapping as dependencies
py-solc-ast 1.0.1
- Do not reduce
ExpressionStatement
toExpression
py-solc-ast 1.0.0
- Streamlined code using metaclasses
- Attributes more consistent with original AST
- Require Python 3.6 or greater
py-solc-ast 0.1.4
- Bugfix: properly handle
NoneType
when expecting node
py-solc-ast 0.1.3
- Bugfix:
typeName
for array types
py-solc-ast 0.1.1
- Bugfix: allow empty statement blocks
py-solc-ast 0.1.0
Initial release