Skip to content

Releases: egoist/tsup

v5.10.0

25 Nov 14:38
Compare
Choose a tag to compare

5.10.0 (2021-11-25)

Features

  • add dts.banner and dts.footer options (557fcae)
  • add noExternal option (f7ed948)
  • load tsup config in parent directory until it reaches root, closes #378 (325b254)
  • support native .node files, closes #303 (8cadbb1)
  • use swc to support decorator metadata (531a05e)

v5.9.2

25 Nov 08:29
Compare
Choose a tag to compare

5.9.2 (2021-11-25)

Bug Fixes

  • tsup-node: don't mark compilerOptions.paths as external, closes #409 (8eac146)

v5.9.1

24 Nov 10:16
9d4d3d7
Compare
Choose a tag to compare

5.9.1 (2021-11-24)

Bug Fixes

  • use bundle-require to bundle tsup.config.ts (3aba009)
  • windows: normalize path in watcher (#466) (9d4d3d7)

v5.9.0

23 Nov 15:07
Compare
Choose a tag to compare

5.9.0 (2021-11-23)

Features

  • add --dts-only flag to emit declarations only (2d4f6b0)
  • watch: only trigger rebuild when the changed file is actually imported (88875e6)

v5.8.1

23 Nov 04:59
3fb9b8e
Compare
Choose a tag to compare

5.8.1 (2021-11-23)

Bug Fixes

v5.8.0

22 Nov 09:15
Compare
Choose a tag to compare

5.8.0 (2021-11-22)

Features

  • custom tsconfig and allow multpile tsup config (555c535)

v5.7.4

20 Nov 11:46
Compare
Choose a tag to compare

5.7.4 (2021-11-20)

Bug Fixes

v5.7.3

20 Nov 08:07
c78ea9c
Compare
Choose a tag to compare

5.7.3 (2021-11-20)

Features

  • minor: support node: import in older node versions (#460) (c78ea9c)

v5.7.2

18 Nov 03:36
Compare
Choose a tag to compare

5.7.2 (2021-11-18)

Bug Fixes

  • resolve module field before main field (7bc02d7)

v5.7.1

17 Nov 05:53
Compare
Choose a tag to compare

5.7.1 (2021-11-17)

Bug Fixes