Skip to content

Releases: egoist/tsup

v5.12.7

05 May 14:01
Compare
Choose a tag to compare

5.12.7 (2022-05-05)

Bug Fixes

  • define a build-time constant called TSUP_FORMAT (f4a56ed)
  • resolve to package.json only if tsup key exists (#622) (67eea53)

v5.12.6

21 Apr 06:29
Compare
Choose a tag to compare

5.12.6 (2022-04-21)

Bug Fixes

  • dts: use relative baseUrl in tsconfig, closes #611 (df40e12)

v5.12.5

12 Apr 12:49
Compare
Choose a tag to compare

5.12.5 (2022-04-12)

Bug Fixes

  • Exit Code returns 0 for failed builds, closes #606 (b3ad95f)

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)