Skip to content

Releases: mrgrain/cdk-esbuild

v4.3.3

15 Nov 05:03
Compare
Choose a tag to compare

4.3.3 (2023-11-15)

v3.14.15

15 Nov 05:08
Compare
Choose a tag to compare

3.14.15 (2023-11-15)

v5.0.4

01 Nov 05:06
Compare
Choose a tag to compare

5.0.4 (2023-11-01)

v3.14.14

19 Oct 08:42
Compare
Choose a tag to compare

3.14.14 (2023-10-19)

v5.0.3

15 Oct 05:06
Compare
Choose a tag to compare

5.0.3 (2023-10-15)

v4.3.2

15 Oct 05:04
Compare
Choose a tag to compare

4.3.2 (2023-10-15)

v5.0.2

01 Oct 05:05
Compare
Choose a tag to compare

5.0.2 (2023-10-01)

v5.0.1

15 Sep 05:07
Compare
Choose a tag to compare

5.0.1 (2023-09-15)

v4.3.1

15 Sep 05:03
Compare
Choose a tag to compare

4.3.1 (2023-09-15)

v5.0.0

09 Sep 19:06
8cc74ad
Compare
Choose a tag to compare

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