Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 19:06
· 349 commits to refs/heads/v5 since this release
8cc74ad

5.0.0 (2023-09-09)

⚠ BREAKING CHANGES

  • Interface 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 use @mrgrain/cdk-esbuild@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