Skip to content

Releases: Consensys/solc-typed-ast

v3.2.0

04 Feb 05:51
7f419da
Compare
Choose a tag to compare

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

11 Jan 15:21
8ba5cb0
Compare
Choose a tag to compare

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

10 Dec 05:55
5eddd96
Compare
Choose a tag to compare

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

02 Dec 14:54
e6c6ecf
Compare
Choose a tag to compare

Maintenance

  • Mention project documentation in README (#2)
  • Fixes for ASTNodeFactory and TupleExpression (#4)

v3.0.3

01 Dec 10:57
Compare
Choose a tag to compare

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