Skip to content

v1.2.0

Compare
Choose a tag to compare
@Janther Janther released this 09 Nov 06:41
· 66 commits to main since this release
d5e92bf

A few improvements on this release:

  • Dropped support for node 14 (#887)
  • Migrated the whole codebase to ESM (#894)
    • The bundled version now has the .cjs extension
  • Improved the bundled file to better support projects targeting browsers (#943 thanks to @folego and electric_gary on Telegram)
    • Projects can easily import from prettier-plugin-solidity/standalone
  • Added support for negative e notation 1000e-2 (solidity-parser/parser#95)
  • Full support of file level event definitions, introduced with solidity 0.8.22 (solidity-parser/parser#97)

A few tweaks in the code and refactor for simplicity and efficiency.