Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: esbuild-kit/core-utils

v3.3.2

17 Sep 06:33
Compare
Choose a tag to compare

3.3.2 (2023-09-17)

Bug Fixes

v3.3.1

14 Sep 00:58
Compare
Choose a tag to compare

3.3.1 (2023-09-14)

Bug Fixes

  • dynamic import: enforce default export is not falsy (e013ed6)

v3.3.0

11 Sep 13:31
Compare
Choose a tag to compare

3.3.0 (2023-09-11)

Features

  • support Node.js v20 globalPreload (#49) (fcce041)

v3.2.3

11 Sep 03:16
5d1b98a
Compare
Choose a tag to compare

3.2.3 (2023-09-11)

Bug Fixes

  • dynamic import misinjecting interop (#48) (5d1b98a)

v3.2.2

28 Aug 11:18
Compare
Choose a tag to compare

3.2.2 (2023-08-28)

Bug Fixes

v3.2.1

28 Aug 08:48
9c26a6b
Compare
Choose a tag to compare

3.2.1 (2023-08-28)

Bug Fixes

v3.2.0

28 Aug 06:46
Compare
Choose a tag to compare

3.2.0 (2023-08-28)

Features

v3.1.0

09 Feb 00:08
Compare
Choose a tag to compare

3.1.0 (2023-02-09)

Bug Fixes

  • source-map version/type mismatch (e9d8f2e)

Features

v3.0.0

07 Oct 05:48
Compare
Choose a tag to compare

3.0.0 (2022-10-07)

Bug Fixes

  • allow CJS globals in ESM -> CJS (#30) (bccdfed)
  • emit transpilation warnings after cache-hit (68d4720)
  • optional transformation warning type (94595f1)
  • provide file path to dynamic import transform (#33) (6d1fecf)
  • swap back windows path in sourcemap (a756b7b)

Code Refactoring

  • return applySourceMap from installSourceMapSupport (#34) (3211965)

Performance Improvements

BREAKING CHANGES

  • applyTransformers returns source map as object
  • applySourceMap no longer exported
  • transformDynamicImport now requires file path

Co-authored-by: Hiroki Osame [email protected]

v2.3.2

21 Sep 13:29
98221a8
Compare
Choose a tag to compare

2.3.2 (2022-09-21)

Bug Fixes