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.cdcNew version (v0.15.0):
flow scripts execute --code=script.cdc⭐ Features
- Add support for transaction and script arguments (#51) @MaxStalker
- Add
flow accounts remove-contractcommand (#69, #90) @bjartek - Add support for environment variables in
flow.jsonfiles (#91) @bjartek (Documentation) - Add support for composable
flow.jsonfiles (#95, #101) @sideninja (Documentation) - Add support for loading accounts from separate JSON file (#95) @sideninja (Documentation)
- Add
flow events getcommand (#19) @Kay-Zee - Update
flow accounts getto 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
UFix64formatting (#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