Skip to content

v5.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 16:13
· 346 commits to refs/heads/v5 since this release

5.0.0-rc.0 (2023-09-09)

⚠ BREAKING CHANGES

  • TsConfigOptions renamed to TsconfigRaw which is the name esbuild uses.
  • The JavaScript versions of all classes have been removed. They have been functionally identical to the TypeScript versions since the beginning. Please use the TypeScript versions of the classes going forward.
  • Low-level experimental classes EsbuildAsset and EsbuildCode have been removed. Please use TypeScriptAsset and TypeScriptCode respectively.
  • The required minimum version of aws-cdk-lib is now 2.51.0. If you need to use an older version of aws-cdk-lib, please stay on v4.
  • Support for node14 and node16 has been dropped. If you need to use one of these versions, please use @mrgrain/cdk-esbuild@v4

Features