Releases: egoist/tsup
Releases · egoist/tsup
v7.0.0
7.0.0 (2023-06-16)
Bug Fixes
- external: match root paths on unix-like and windows (#891) (cfa6bba)
- prefix terser log with name (#899) (2f41663)
- preserve top-level when running terser for IIFE (#900) (2c0435a)
- Remove SWC and Terser minification clash (#881) (23e25cd)
- Update docs domain in schema.json (#901) (a036242)
Features
- require nodejs 16 or above (45832d9)
- support svelte-preprocess (#906) (3606e45)
- Update esbuild version to latest for keeping unknown directives during bundle (#925) (e2e70e8)
BREAKING CHANGES
- require nodejs 16 or above
- update esbuild to 0.18
v6.7.0
v6.6.3
v6.6.2
v6.6.1
v6.6.0
6.6.0 (2023-02-07)
Bug Fixes
- add home page to package.json (#817) (2e73ca9)
- clean d.ts files if "dts" option is false (#747) (b107de0)
- default exports not working on CJS + treeshake: true (#815) (14ad4bd)
- search postcss config from current work dir (#773) (78432e2)
- use postMessage instead of console in worker thread (#779) (4cb1bc2)
Features
- Bump esbuild 0.15 -> 0.16 (#805) (904e07a)
- Minify with terser (#789) (fdd4dfa), closes #742
- Provide JSON Schema (#763) (31b2e72)
- types: allow autocomplete for target (#809) (398ae15)
- update rollup-plugin-dts to support custom tsconfig and preserve export {} for file that have no exports (#807) (4154e05)
- upgrade esbuild 0.16 -> 0.17 (30ff79d)
v6.5.0
v6.4.0
v6.3.0
6.3.0 (2022-10-17)
Bug Fixes
- Configure Rollup's external to support subpaths too (#722) (2f9d370)
- ignore rollup warning if silent is true (#707) (fb248e4)
- respect noExternal option with Tsup node (#720) (bb2309a)
- types: Add typing for platform: 'neutral' (#713) (9488ac0)
- use loader from config for postcss (#744) (48b3381)