Skip to content

v0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 17:17
· 1355 commits to refs/heads/main since this release
955e0c8

0.29.0 (2021-11-01)

⚠ BREAKING CHANGES

  • awscdk: CdkApprovalLevel is now awscdk.ApprovalLevel.
  • awscdk: cdkTypeScriptApp.cdkConfig now refers to a awscdk.CdkConfig object. To add custom fields to cdk.json use cdkTypeScriptApp.cdkConfig.json.
  • typescript: nodeProject.testCompileTask has been removed.
  • typescript: tsconfig.jest.json and tsconfig.eslint.json are now combined into a single tsconfig.dev.json. You can interact with this file it via the typescriptProject.tsconfigDev property.
  • jest: The method generateTypescriptConfig() has been replaced with addTypeScriptSupport().
  • project.github.workflows has been renamed project.github.workflowsEnabled - project.github.workflows now returns an array of all GithubWorkflow instances in the project.

Features

Bug Fixes