v1.2.0
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
- The bundled version now has the
- 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
- Projects can easily import from
- 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.