Skip to content

Releases: egoist/tsup

v5.12.4

03 Apr 17:26
Compare
Choose a tag to compare

5.12.4 (2022-04-03)

Bug Fixes

  • make sure sources are relative path in sourcemap, closes #603 (637ec28)
  • reject promise with an error (401e204)

v5.12.3

02 Apr 14:25
Compare
Choose a tag to compare

5.12.3 (2022-04-02)

Bug Fixes

  • don't treat .node.js as native node module, closes #589 (e5fe1c1)

v5.12.2

01 Apr 07:15
d30f813
Compare
Choose a tag to compare

5.12.2 (2022-04-01)

Bug Fixes

  • build promise resolves before types are emitted (#597) (d30f813)

v5.12.1

11 Mar 04:06
Compare
Choose a tag to compare

5.12.1 (2022-03-11)

Bug Fixes

  • regression: entry gets ignored if it is an object, closes #583 (b480486)

v5.12.0

07 Mar 11:59
Compare
Choose a tag to compare

5.12.0 (2022-03-07)

Bug Fixes

  • exclude banner and footer in the options for rollup (4cc7ea7)
  • unlink the outDir twice will report an error (#569) (5bd6819)

Features

  • allow banner and footer to a function (2521e9f)

v5.11.13

30 Jan 09:29
Compare
Choose a tag to compare

5.11.13 (2022-01-30)

Bug Fixes

  • ignore non js/ts files in --dts build, closes #554 (20fb72b)

v5.11.12

29 Jan 10:17
Compare
Choose a tag to compare

5.11.12 (2022-01-29)

Bug Fixes

  • node 12.20.0 compatibility (b8c51f4)

v5.11.11

07 Jan 13:06
Compare
Choose a tag to compare

5.11.11 (2022-01-07)

Bug Fixes

  • plugins can't be pased to the worker (b26ea64)

v5.11.10

31 Dec 12:42
2a42a02
Compare
Choose a tag to compare

5.11.10 (2021-12-31)

Bug Fixes

  • remove --inlineDynamicImports (it's never used) (ce15069)
  • support multiple targets (#525) (2a42a02)

v5.11.9

25 Dec 04:29
40951ec
Compare
Choose a tag to compare

5.11.9 (2021-12-25)

Bug Fixes

  • watch mode: buildDependencies lost after build failure (#504) (40951ec)
  • dts: apply required defaults to rollup-plugin-dts, closes #509 (6c44f3d)