Skip to content

v7.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 06 Jan 21:12
· 177 commits to master since this release

What’s changed in aragonCLI

Version 7 is mostly about refactoring and tidying up our code, so that we can introduce big changes in 2020. These changes are aimed to massively improve the developer experience of the entire aragonSDK.

The most significant refactor extracts business logic from Yargs commands into a new @aragon/toolkit package. This allows developers to use the aragonCLI programmatically. The @aragon/cli package is now merely a front end for the toolkit, and other front ends can be developed on top of the toolkit.

A big effort was also made to enforce TDD (test driven development), significantly increasing test coverage, and paving the way for the big changes in our road map.

Please read more about this release in our official aragonCLI v7 Release blog post.

💥 Breaking changes

  • Add @aragon/toolkit package

🐛 Bug fixes

  • Fix acl commands used with a dao id (#1076) @macor161
  • Fix envrionments adding configure apm function (#1100) @0xGabi
  • Fixes a bug where start command wouldnt open in browser (#1089) @ajsantander
  • Patch to prevent long running commands to call onFinishCommand hook (#1032) @dapplion
  • Fix getBinary (#1042) @0x6431346e