Breaking Changes
fix(cli): Better handle non-registry modules and improved naming #929
If you use Terraform Modules you will need to adust their names. We changed the naming to be more intuitive, e.g. TerraformAwsModulesVpcAws is now Vpc. To migrate please run cdktf get with this version and change your imports to match the new abbreviated form.
Fixed Bugs
- fix(cli): directly depend on cli-spinners v2.6.0 #1116
- fix(cli): create .cdktf folder if needed #1107
- fix(lib): check for null on removing metadata in testing framework #1075
- fix: ignore build output in prettier #1077
Chores
- chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 #863
- chore(docs): remove roadmap link from README #1067