Releases: rolldown/tsdown
Releases · rolldown/tsdown
v0.21.0-beta.2
🚨 Breaking Changes
View changes on GitHub
v0.21.0-beta.1
🚀 Features
- Rename dependency options to
depsnamespace - by @sxzz (7f509) - exe: Add experimental Node.js SEA executable bundling - by @sxzz in #777 (418d5)
- exports: Support object option for
customExports- by @Joery-M and @sxzz in #769 (7fb72) - migrate: Migrate external/noExternal to deps namespace - by @sxzz (c59e7)
🐞 Bug Fixes
- Apply
failOnWarnto rolldown logs - by @sxzz (149dc) - Debounce
onSuccessin watch mode to prevent duplicate execution - by @sxzz (af748) - config: Handle known Node.js bug in nativeImport error handling - by @sxzz (e4230)
- copy: Don't warn if no files specified - by @adamlohner, @cursoragent and @sxzz in #780 (afaab)
- exe: Use runtime semver check for ESM SEA default format - by @sxzz (5321c)
- exports: Include non-entry chunks in exports when
allis true - by @sxzz (79492) - node-protocol: Respect alias and tsconfig paths when stripping node: prefix - by @lazuee in #773 (b1dd2)
View changes on GitHub
v0.20.3
v0.20.2
🚀 Features
- Upgrade rolldown to 1.0.0-rc.3 - by @sxzz (0beea)
- dep: Keep
inlineOnlyclean with hint message on unused - by @jycouet and @sxzz in #725 (13f1c) - pkg: Optimize attw and publint packing - by @sxzz in #736 (375cf)
🐞 Bug Fixes
- Throw error when skipNodeModulesBundle and noExternal are used together - by @sxzz in #746 (656d5)
- External type only packages
@types/*- by @kalvenschraut (0be7c) - exports: Move
importbeforerequire- by @sxzz (3027a)
View changes on GitHub
v0.20.1
v0.20.0
🚨 Breaking Changes
🚀 Features
- Add option to disable legacy CJS warning - by @sxzz (9fada)
- Apply
inlineOnlyoption for dts files - by @sxzz (7d89d) - Upgrade rolldown to 1.0.0-beta.60 - by @sxzz (bb3ee)
- Upgrade rolldown to rc 1 - by @sxzz (1959f)
- entry: Support mixed array and object entries - by @sxzz (a8083)
🐞 Bug Fixes
- Optional
parseEnv- by @sxzz (be1b6) - Reload config on restart - by @sxzz (1756b)
- Config extensions typo - by @aryaemami59 in #722 (d2bb7)
- windows: Normalize path separators in build output - by @ryuapp in #719 (c4525)
🏎 Performance
View changes on GitHub
v0.20.0-beta.4
No significant changes