Releases: Consensys/solc-typed-ast
Releases · Consensys/solc-typed-ast
v3.2.0
Features
- Sanitize referenced declarations for builtin references (#15)
- Provide source maps for written (sourced) ASTNodes (#16)
Maintenance
- Bumped dependency
fs-extra
to 9.1.0
.
- Bumped dependency
web3-eth-abi
to 1.3.4
.
- Bumped dependencies and
devDependencies
to current latest (#18).
v3.1.0
Features
- Add support for Solidity 0.7.6 release (#12)
- Add support for Solidity 0.8.0 release (#13)
Maintenance
- Bumped dependencies and devDependencies to current latest (#14).
- Bumped TypeDoc to
0.20.3
(#14).
v3.0.5
Features
- Introduce CLI option to include source code to compiler artifact (#9)
Maintenance
- Fix missing
anonymous
keyword when writing event definitions (#10)
v3.0.4
Maintenance
- Mention project documentation in README (#2)
- Fixes for ASTNodeFactory and TupleExpression (#4)
v3.0.3
With this release of solc-typed-ast, we've reached a big milestone. We've now open-sourced this library! 🎉
solc-typed-ast is a metaprogramming library that provides handy typescript bindings to work with a solidity AST. With solc-typed-ast, it's much easier to interact with the solidity AST and write robust code.
Release Notes:
- Open Source Release
- Refactoring for code readability
- Improvements to README
- Added support for Solidity 0.7.5