Skip to content

Releases: egoist/tsup

v3.4.1

25 Jul 17:40
4ab3f58
Compare
Choose a tag to compare

3.4.1 (2020-07-25)

Bug Fixes

v3.4.0

25 Jul 14:47
Compare
Choose a tag to compare

3.4.0 (2020-07-25)

Features

v3.3.0

25 Jul 07:16
Compare
Choose a tag to compare

3.3.0 (2020-07-25)

Features

  • add --legacy-output flag (799b491)

v3.2.0

25 Jul 06:56
Compare
Choose a tag to compare

3.2.0 (2020-07-25)

Bug Fixes

  • set exit code when error occurs in worker, closes #83 (287a675)

Features

  • use different extension for esm format, closes #68 (3ebef58)

v3.1.2

23 Jul 15:30
Compare
Choose a tag to compare

3.1.2 (2020-07-23)

Just some refactoring.

v3.1.1

21 Jul 12:20
Compare
Choose a tag to compare

3.1.1 (2020-07-21)

Bug Fixes

  • write files in watch mode (73ef30e)

v3.1.0

21 Jul 07:19
Compare
Choose a tag to compare

3.1.0 (2020-07-21)

Features

v3.0.0

20 Jul 08:46
a4714a7
Compare
Choose a tag to compare

3.0.0 (2020-07-20)

Features

BREAKING CHANGES

    • Removed run command
  • Using esbuild instead of rollup for bundling, dts file is still generated by rollup.

v2.1.0

18 Jul 16:19
Compare
Choose a tag to compare

2.1.0 (2020-07-18)

Features

v2.0.3

10 Jul 17:14
Compare
Choose a tag to compare

2.0.3 (2020-07-10)

Bug Fixes

  • disable tsc declaration when --dts is set (6bcdb5f)