Releases: Consensys/solc-typed-ast
Releases · Consensys/solc-typed-ast
v6.1.0
Features
- Allow
documentation
for Statement
nodes to accept StructuredDocumentation
(#59)
v6.0.0
Features
- Support for Solidity 0.8.7 (#57)
Maintenance
- Priority-based AST postprocessing (#56)
v5.0.5
Maintenance
- Fixed recursion in
canonicalSignatureType()
(#54)
v5.0.4
Maintenance
- Development dependency updates (#53)
- Fix
interfaceId
computation (#50)
- Fix canonical signature hashes (
selector
s) computation (#51)
v5.0.3
Features
- Support for Solidity 0.8.5 and 0.8.6 (#45, #46)
Maintenance
- Dependency updates (#41, #46).
- TypeString parser improvements (#42, #44).
v5.0.2
Features
- Improvements for
ErrorDefinition
and FunctionCall
(#39).
Maintenance
- Bumped dependencies and
devDependencies
to current latest (#39).
v5.0.1
Maintenance
- Export type AST from root (#37)
- Entry point to parse type strings with explicit context (#37)
v5.0.0
Features
- Migrate some features from Scribble (#29)
- A comprehensive list of known AST node types (#30)
- Support for Solidity 0.8.4 (#33)
- Parser and AST for arbitrary expression types (#34)
Maintenance
- Bumped dependency
web3-eth-abi
to 1.3.5
.
- Bumped dependencies and
devDependencies
to current latest (#33).
v4.0.0
Features
- Add support for Solidity 0.8.1, 0.8.2 and 0.8.3 release (#25)
v3.2.2
Maintenance
- Support field names specification when writing source for the
FunctionCall
nodes (#23)
- Introduce
insertAtBeginning()
for ASTNodeWithChildren
(#24)