Version 0.15.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
The API for flow scripts execute
has changed.
Previous version (v0.14.0):
flow scripts execute script.cdc
New version (v0.15.0):
flow scripts execute --code=script.cdc
⭐ Features
- Add support for transaction and script arguments (#51) @MaxStalker
- Add
flow accounts remove-contract
command (#69, #90) @bjartek - Add support for environment variables in
flow.json
files (#91) @bjartek (Documentation) - Add support for composable
flow.json
files (#95, #101) @sideninja (Documentation) - Add support for loading accounts from separate JSON file (#95) @sideninja (Documentation)
- Add
flow events get
command (#19) @Kay-Zee - Update
flow accounts get
to include staking & delegating information (#21) @Kay-Zee
🛠 Improvements
- Update to Cadence v0.13.5-no-id-caching and Emulator v0.16.1 (#107) @turbolent
- Update Cadence Language Server to v0.13.1 (#89) @turbolent
- Update Cadence v0.13.0, Go SDK v0.15.0, and Emulator v0.15.0 (#85) @turbolent
- Update new account configuration format to be backwards compatible (#105) @sideninja
- Update max message size for results (#76) @Kay-Zee
- Fix
UFix64
formatting (#94) @janezpodhostnik
🐞 Bug Fixes
- Update to Cadence v0.13.5-no-id-caching and Emulator v0.16.1 (#107) @turbolent
- Fix flaky non-deterministic test case (
ConfigDeploymentsSimple
) (#108) @psiemens - Update Cadence Language Server to v0.13.1 (#89) @turbolent
- Remove unneeded
flow.json
(#74) @sideninja
📖 Documentation
- README fixes (#73) @sideninja