Skip to content

Releases: egoist/tsup

v6.6.1

12 Feb 13:10
Compare
Choose a tag to compare

6.6.1 (2023-02-12)

Bug Fixes

  • types: make sure enum starts with declare keyword (a85439d), closes #834

v6.6.0

07 Feb 14:29
Compare
Choose a tag to compare

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

14 Nov 16:28
a2803dd
Compare
Choose a tag to compare

6.5.0 (2022-11-14)

Bug Fixes

Features

  • add --publicDir [dir] flag (3da1c00)

v6.4.0

03 Nov 15:15
d4b317b
Compare
Choose a tag to compare

6.4.0 (2022-11-03)

Bug Fixes

Features

  • rebuild when package.json dependencies changed (#759) (d4b317b)
  • respect target config in tsconfig.json (#757) (906f124)

v6.3.0

17 Oct 12:38
48b3381
Compare
Choose a tag to compare

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)

Features

  • allow to exclude dependencies from specific package.json (#717) (8d7ce9e)

v6.2.3

26 Aug 08:32
Compare
Choose a tag to compare

6.2.3 (2022-08-26)

Bug Fixes

  • deps: update bundle-require, fix #695 (d074dd9)
  • pass globalName to rollup for tree-shaking iife build (#692) (900a260)
  • respect exit code from onSuccess process, closes #697 (dd9ef53)

v6.2.2

12 Aug 06:15
Compare
Choose a tag to compare

6.2.2 (2022-08-12)

Bug Fixes

  • deps: upgrade esbuild to 0.15, resolves #690 (c3dc8d8)
  • don't transform to cjs twice, resolves #675 (7000c8b)
  • make --treeshake work with hashbang (c06b5e1)

v6.2.1

30 Jul 05:44
Compare
Choose a tag to compare

6.2.1 (2022-07-30)

Bug Fixes

  • properly log rollup errors (#682) (b595f72)
  • return a function in onSuccess to do cleanup (64deb61)

v6.2.0

25 Jul 15:07
34df1da
Compare
Choose a tag to compare

6.2.0 (2022-07-25)

Bug Fixes

  • actually trigger rebuild when watched files change (135ff39)

Features

  • allow onSuccess callback in tsup config file (#657) (2087907)
  • improve minification for --target es5 (#664) (34df1da)
  • optimize tsconfig.json loading (#660) (407cec6)

v6.1.3

02 Jul 06:24
5040317
Compare
Choose a tag to compare

6.1.3 (2022-07-02)

Bug Fixes