Releases: mrgrain/cdk-esbuild
Releases · mrgrain/cdk-esbuild
v5.0.1
v4.3.1
v5.0.0
5.0.0 (2023-09-09)
⚠ BREAKING CHANGES
- Interface
TsConfigOptions
renamed toTsconfigRaw
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
andEsbuildCode
have been removed. Please useTypeScriptAsset
andTypeScriptCode
respectively. - The required minimum version of
aws-cdk-lib
is now2.51.0
. If you need to use an older version ofaws-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
v5.0.0-rc.0
5.0.0-rc.0 (2023-09-09)
⚠ BREAKING CHANGES
TsConfigOptions
renamed toTsconfigRaw
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
andEsbuildCode
have been removed. Please useTypeScriptAsset
andTypeScriptCode
respectively. - The required minimum version of
aws-cdk-lib
is now2.51.0
. If you need to use an older version ofaws-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