Skip to content

Releases: rolldown/tsdown

v0.18.3

24 Dec 16:05
v0.18.3
80dd932

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.18.2

21 Dec 11:55
v0.18.2
eddac4e

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.18.1

17 Dec 18:47
v0.18.1
fd141bc

Choose a tag to compare

   🚀 Features

  • Support glob patterns in object entry  -  by @sxzz (bcb7a)
export default defineConfig({
  entry: {
    '*': './src/*.ts',
    'data-loaders': './src/data-loaders/entries/index.ts',
    'data-loaders/*': './src/data-loaders/entries/!(index).ts',
    'volar/*': './src/volar/entries/*.ts',
  },
}
  • Upgrade rolldown to 1.0.0-beta.55  -  by @sxzz (5be3e)
  • Mark exports option as a stable feature  -  by @sxzz (ce9e0)

   🐞 Bug Fixes

    View changes on GitHub

v0.18.0

15 Dec 11:54
v0.18.0
12afde0

Choose a tag to compare

   🚨 Breaking Changes

v0.17.4

14 Dec 03:57
v0.17.4
20e54d4

Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.17.3

12 Dec 00:58
v0.17.3
039fb82

Choose a tag to compare

   🚀 Features

  • copy: Support glob in copy  -  by @kricsleo and @sxzz in #637 (c1fd4)
    • This may be a breaking change, as the behavior has changed again in v0.17.4. Please upgrade to v0.17.4 and verify the issue.

   🐞 Bug Fixes

    View changes on GitHub

v0.17.2

08 Dec 18:04
v0.17.2
47515d7

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.17.1

08 Dec 02:18
v0.17.1
05714c0

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.17.0

04 Dec 15:54
v0.17.0
8f997ee

Choose a tag to compare

   🚨 Breaking Changes

Notable features: https://bsky.app/profile/sxzz.dev/post/3m6xi7e7d5k2b

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.17.0-beta.6

03 Dec 11:32
v0.17.0-beta.6
786946e

Choose a tag to compare

v0.17.0-beta.6 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub