Releases: egoist/rollup-plugin-esbuild
Releases · egoist/rollup-plugin-esbuild
v6.1.1
6.1.1 (2024-01-23)
Bug Fixes
v6.1.0
6.1.0 (2023-10-08)
Features
v6.0.2
6.0.2 (2023-09-28)
Bug Fixes
v6.0.1
6.0.1 (2023-09-21)
Bug Fixes
v6.0.0
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
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
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.1
4.10.1 (2022-08-26)
Bug Fixes
jsxDev
compatibility with older esbuild versions, closes #351 (2df49f4)
v4.10.0
4.10.0 (2022-08-26)
Bug Fixes
Features
- Support reading jsx option from tsconfig (#348) (ecbf5a7)