npm tsdown 0.16.0
v0.16.0

latest releases: 0.21.9, 0.21.8, 0.21.7...
5 months ago

   🚨 Breaking Changes

  • Rename config exports  -  by @sxzz in #519 (7de20)
    • Split Options interface into UserConfig and InlineConfig. The original one now is InlineConfig.
    • Rename NormalizedUserConfig to UserConfig
    • Rename ResolvedOptions to ResolvedConfig
  • Defaults fixedExtension to true when platform is node  -  by @sxzz in #517 (e1168)
    • This change may update the .js file extension to .mjs or .cjs. When the platform is set to node (the default behavior), the default file extension will no longer be determined by the type field in package.json, but will instead be fixed as either .cjs or .mjs.
    • This modification may affect the main, module, types, exports, and bin fields in package.json.
  • Rename --debug CLI flag to --debug-logs  -  by @sxzz in #576 (e4ef6)

   🚀 Features

    View changes on GitHub

Don't miss a new tsdown release

NewReleases is sending notifications on new releases.