Skip to content

Releases: favware/esbuild-plugin-file-path-extensions

v2.1.3

19 Sep 10:37
Compare
Choose a tag to compare

2.1.3 - (2024-09-19)

🐛 Bug Fixes

  • Do not append extensions to non-js asset imports (2cb2cb2) (#134)

v2.1.2

09 Jun 21:21
Compare
Choose a tag to compare

2.1.2 - (2024-06-09)

🐛 Bug Fixes

  • Check path starts with deps instead of equality for subpath import support (c4961f3) (#112)

v2.1.1

09 Jun 21:22
0b2549a
Compare
Choose a tag to compare

2.1.1 - (2024-05-21)

🐛 Bug Fixes

  • Explicitly set to CJS mode when tsup sets the format to CJS (950d459)
  • Scan dependencies and do not append extensions for those (d6bcf76)

v2.1.0

12 May 14:13
30da5cf
Compare
Choose a tag to compare

2.1.0 - (2024-05-12)

🚀 Features

  • Handle Directory Imports, Node Builtins (#104) (103d1b6)

v2.0.0

03 Dec 09:43
e46f27a
Compare
Choose a tag to compare

2.0.0 - (2023-12-03)

🏠 Refactor

  • Make package itself a module and correct paths (a146182)

🐛 Bug Fixes

  • Filter on whether esbuild is processing import-statement kinds (f2fe6d1)
  • Add jsx,cjsx,mjsx,tsx,ctsx,mtsx to known extensions that should not be replaced (d2dc93f)
  • Set correct export mapping in package.json (6195a4c)
  • Properly default cjs to .cjs as extension (1aa389a)
    • 💥 BREAKING CHANGE: Though previously already intended for cjs to get .cjs
      as file extension, that was never actually properly applied. Because the
      CommonJS extension will from this version forward actually properly be
      .cjs I am releasing this a breaking change in case anyone
      expected it to be .js. If you want to upgrade and retain .js pass
      { cjsExtension: 'js' } as options to this plugin.

🧪 Testing

v1.0.0

03 Dec 09:41
Compare
Choose a tag to compare

1.0.0 - (2022-10-16)

📝 Documentation

🚀 Features

🧪 Testing