Skip to content

Releases: egoist/rollup-plugin-esbuild

v6.1.1

23 Jan 18:15
bb2055f
Compare
Choose a tag to compare

6.1.1 (2024-01-23)

Bug Fixes

v6.1.0

08 Oct 08:05
3822de9
Compare
Choose a tag to compare

6.1.0 (2023-10-08)

Features

v6.0.2

28 Sep 03:09
3205edd
Compare
Choose a tag to compare

6.0.2 (2023-09-28)

Bug Fixes

v6.0.1

21 Sep 10:10
175ea9d
Compare
Choose a tag to compare

6.0.1 (2023-09-21)

Bug Fixes

v6.0.0

20 Sep 15:36
e82493b
Compare
Choose a tag to compare

6.0.0 (2023-09-20)

Bug Fixes

BREAKING CHANGES

  • target now defaults to es2020
  • Required esbuild version should be 0.18 and above
  • For tsconfig, switch to use the built-in strategy of esbuild. (For example, esbuild v0.18 and later will no longer follow target in tsconfig.json). Read more in esbuild changelog

v5.0.0

08 Nov 19:34
Compare
Choose a tag to compare

5.0.0 (2022-11-08)

Bug Fixes

  • republish 4.10.2 as 5.0.0 (rollup v3 and node 14) (c806163)

BREAKING CHANGES

  • require node.js 14 or above

v4.10.3

08 Nov 19:26
Compare
Choose a tag to compare

Revert previous release #358 which contains a breaking change, it will be re-published as v5.0.0

Full Changelog: v4.10.2...v4.10.3

v4.10.2

07 Nov 06:52
0e39583
Compare
Choose a tag to compare

4.10.2 (2022-11-07)

Bug Fixes

v4.10.1

26 Aug 07:13
Compare
Choose a tag to compare

4.10.1 (2022-08-26)

Bug Fixes

  • jsxDev compatibility with older esbuild versions, closes #351 (2df49f4)

v4.10.0

26 Aug 05:38
61df802
Compare
Choose a tag to compare

4.10.0 (2022-08-26)

Bug Fixes

Features

  • Support reading jsx option from tsconfig (#348) (ecbf5a7)