2.0.0-beta.1
Pre-release
Pre-release
What's Changed
⚠ BREAKING CHANGES
- core: renamed the flag
--force
to--no-confirm
in the sub-commands:accounts
:remove
contracts
:premium
andstore
Added
- contracts: flag to skip validation on contracts sub-commands (#233)
- config: new command to list available chains (#240)
- core: added usage example in several commands (#227)
Fixed
- contracts: running the
build
command without a contract name will now
build the entire workspace (#237) - contracts: building a contract with the
--json
flag will suppress all
output (#237) - core: renamed the flag
--force
to--no-confirm
in several commands (#226) - core: fixed processing order for stdin pipes (#227)
Full Changelog: 2.0.0-alpha.2...2.0.0-beta.1