Skip to content

Releases: mrgrain/cdk-esbuild

v1.101.0

01 May 16:27
v1.101.0
ddb15be
Compare
Choose a tag to compare
  • works with cdk-1.101.0

Features

  • pretty print esbuild build errors and warnings when using local bundler (7f15bed)
  • pretty print esbuild transform errors and warnings (1eeeb10)
  • set bundling priority explicitly on EsbuildBundling, deprecating localBundling in favour of priority (425665a)

v1.100.0

01 May 14:01
v1.100.0
c19f088
Compare
Choose a tag to compare
  • works with cdk-1.100.0
  • no changes, cdk version constraints are now less strict

v1.99.0

19 Apr 18:05
v1.99.0
96c9fec
Compare
Choose a tag to compare

v1.98.0

13 Apr 13:08
v1.98.0
567129f
Compare
Choose a tag to compare

v1.97.0

11 Apr 13:16
v1.97.0
ec4dc96
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES

Features

  • support object maps for entry points (62a4431)

v1.96.0

11 Apr 12:05
v1.96.0
5418be2
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • removed deprecated projectRoot prop, please use buildOptions.absWorkingPath instead (40e7ab0)

v1.95.0

28 Mar 14:15
v1.95.0
105ff25
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • exported TypeScriptAsset & JavaScriptAsset are now implementing s3.Asset and replace the previously deprecated aliases for code classes of the same name; replace any previous use with TypeScriptCode & JavaScriptCode for lambda functions (9b86eab)

Features

  • added various InlineCode constructs using the transform api (6ef1c97)
  • support added for outfile build option (90ef5ec)

v1.94.1

17 Mar 11:09
v1.94.1
ff8497b
Compare
Choose a tag to compare

Bug Fixes

  • changed CDK peer dependency version constraints to allow patches (fa0fa5f)

v1.94.0

17 Mar 10:50
v1.94.0
22dc02d
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • deprecated TypeScriptAsset & JavaScriptAsset in favour of TypeScriptCode & JavaScriptCode (f31074e)
  • deprecated projectRoot in favour of buildOptions.absWorkDir (ef7ae23)
    Now absWorkDir will take priority, then projectRoot. If neither are provided it falls back to the current working directory, which is esbuild's default behaviour.
    The automatic project root detection has been removed.
  • upgraded esbuild dependency requirement to ^0.9.0 which contains breaking changes (f27d987)

Features

  • set sensible defaults for website deployment (a7a925d)
  • new copyDir prop to copy additional files into the output (1dccb25)
  • support for multiple entryPoints (e41757b)
  • bundleOptions.outdir can now be provided as an additional path prefix for rendered files in the auto-generated cdk output directory (9be0f62)

v1.93.1

12 Mar 19:52
v1.93.1
038bf1c
Compare
Choose a tag to compare

No changes. Release was required to make version available on npm.