这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: egoist/tsup

v7.2.0

02 Aug 15:33
ec83015
Compare
Choose a tag to compare

7.2.0 (2023-08-02)

Bug Fixes

  • allow to kill onSuccess process using SIGKILL signal, closes #936 (612cabf)

Features

  • add option for interop default in cjs (#947) (d870f4e)

v7.1.0

25 Jun 09:51
Compare
Choose a tag to compare

7.1.0 (2023-06-25)

Features

  • Ensure matching declaration file exists for each output bundle format (#934) (fb4c2b6)

v7.0.0

16 Jun 09:58
3606e45
Compare
Choose a tag to compare

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

19 Mar 10:20
3e15867
Compare
Choose a tag to compare

6.7.0 (2023-03-19)

Features

v6.6.3

14 Feb 09:28
Compare
Choose a tag to compare

6.6.3 (2023-02-14)

Bug Fixes

  • raise node engine requirement to 14.18 (#832) (49cde79), closes #825
  • upgrade rollup-plugin-dts for better watch mode support (#836) (2ad00aa)

v6.6.2

12 Feb 13:34
Compare
Choose a tag to compare

6.6.2 (2023-02-12)

Bug Fixes

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)