Skip to content

v0.6.1

Compare
Choose a tag to compare
@gnidan gnidan released this 21 Jun 21:18
· 96 commits to develop since this release
edf88a3

abi-to-sol v0.6.1

This "new feature" release adds two CLI flags:

  • --no-source (or -S) omits the source ABI JSON listing at the end of output
  • --no-attribution (or -A) omits the "autogenerated by abi-to-sol" notice at the top of output

Thanks for the suggestion, @jorijnsmit!

In addition, this release marks the switch in Node.js's maintenance lifecycle: this package now supports Node.js >=14 <19. (Node.js v12 has been dropped, and Node.js v18 has been added.)

Release changes

New features

  • Add --no-attribution and --no-source flags (#69 by @gnidan)

Internal improvements

  • Update to Node.js LTS (#63 by @gnidan)

  • Update copyright notice (#64 by @gnidan)

  • Add version feature knowledge for user-defined value types (#65 by @gnidan)

Dependency updates