Skip to content

Releases: egoist/tsup

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)

v2.0.2

10 Jul 15:43
5efa1b4
Compare
Choose a tag to compare

2.0.2 (2020-07-10)

Bug Fixes

  • don't generate declaration unless --dts specified (5efa1b4)

v2.0.1

10 Jul 14:52
Compare
Choose a tag to compare

2.0.1 (2020-07-10)

Bug Fixes

  • namedExports option is no longer needed in commonjs plugin (b51c285)

v2.0.0

10 Jul 14:45
Compare
Choose a tag to compare

2.0.0 (2020-07-10)

Features

  • use rollup-plugin-typescript2, closes #59

BREAKING CHANGES

  • removed flags --minify, --target because we replaced rollup-plugin-esbuild with rollup-plugin-typescript2

v1.5.1

29 Jun 13:18
Compare
Choose a tag to compare

1.5.1 (2020-06-29)

Features

  • cli: better error handling (52ab32b)

v1.5.0

29 Jun 12:47
Compare
Choose a tag to compare

1.5.0 (2020-06-29)

Features

  • deps: update rollup-plugin-esbuild (ec469d7)