Releases: egoist/tsup
Releases · egoist/tsup
v8.5.0
🚀 Features
- Use
fix-dts-default-cjs-exports
to transform CJS types - by @userquin in #1310 (c654e) - Allow passing custom swc configuration to swcPlugin - by @Romakita in #1313 (fdfd5)
🐞 Bug Fixes
- Make
removeNodeProtocol
work withshims
- by @aryaemami59 (769aa) - CopyPublicDir in watch mode - by @geeee in #1331 (7c1e1)
View changes on GitHub
v8.4.0
🚀 Features
🐞 Bug Fixes
- Upgrade esbuild to 0.25 - by @RobinTail in #1309 (89c47)
View changes on GitHub
v8.3.6
v8.3.5
v8.3.4
No significant changes
View changes on GitHub
v8.3.3
No significant changes
View changes on GitHub
v8.3.1
🚀 Features
🐞 Bug Fixes
- Support TS 5.6 for svelte - by @sxzz (28b9c)
- Add
neutral
value to platform options inschema.json
- by @venables in #982 (a03db) - Wider restriction for
target
option - by @odanado in #1118 (1979b) - Add
terser
value tominify
option inschema.json
- by @damienbutt in #991 (34951) - Change
newlineKind
tolf
forexperimentalDts
- by @aryaemami59 in #1234 (4584b) - Enable rollup
output.compact
when minify is enabled - by @hyrious in #1232 (9cc86) - Support
Node16
andNodeNext
module resolution inexperimentalDts
- by @aryaemami59 in #1225 (41c98)