v0.23.0-beta.2Pre-release
Added 2
- Support function form for `css.modules.localsConvention`
- Add `summary` option to skip per-file size logs
Changed 2
- Make `dts.generator` the only way to select generator
- Remove `asyncDispose` polyfill
Fixed 3
- Allow `unplugin-unused` v0.5+
- Watch files imported via `@import`
- Pin migrated projects to tsdown 0.22.14
Removed 1
- Drop `types` and `typesVersions` fields
🚨 Breaking Changes
- Drop
typesandtypesVersionsfields - by @sxzz (be3ea) - dts: Make
dts.generatorthe only way to select generator - by @sxzz (eb75f)
🚀 Features
- css: Support function form for
css.modules.localsConvention- by @sxzz and @lazerg (b566f) - report: Add
summaryoption to skip per-file size logs - by @lazerg in https://github.com/rolldown/tsdown/issues/1036 (020e9)
🐞 Bug Fixes
- Allow
unplugin-unusedv0.5+ - by @sxzz (53c78) - css: Watch files imported via
@import- by @lazerg in https://github.com/rolldown/tsdown/issues/1038 (ebee5) - migrate: Pin migrated projects to tsdown 0.22.14 - by @sxzz (113fb)
🏎 Performance
- Remove
asyncDisposepolyfill - by @sxzz (82675)