0.1.0-alpha.4
What's Changed
Features
- feat: support the EVM-style deploy-time linking
- feat: implement placeholders in bytecode hex representation
- feat: strict selection of standard JSON output data (#65)
- feat: add remaining output data CLI parameters (#69)
- feat: remove unnecessary re-serialization of EVM assembly (#72)
- feat: add e2e/CLI tests for stdin input (#73)
- feat: do not copy Yul into the lexer (#74)
Fixes
- fix: Yul object naming assumptions and keywords (#64)
- fix: stdin input support for all languages (#63)
- fix: object ordering in deploy time linking (#68)
- fix: turn off size optimization fallback by default (#70)
Other
- chore: fix changelog for releases (#53)
- chore: use default gh changelog for releases (#54)
- docs: add the solc building step (#62)
- ci: update linux amd64 gnu runners (#66)
- ci: run forge tests with solx (#36)
- ci: mark only official tag releases as latest (#75)
Full Changelog: 0.1.0-alpha.3...0.1.0-alpha.4