Skip to content

Releases: folke/esbuild-runner

Release 2.2.0

04 Jun 05:53
1d38dd4
Compare
Choose a tag to compare

2.2.0 (2021-06-04)

Features

  • ✨ added support for custom loaders #24 (ad3268e)

Release 2.1.0

01 Jun 07:32
8c41d6e
Compare
Choose a tag to compare

2.1.0 (2021-06-01)

Features

  • ✨ allow overriding esbuild.external #23 (801eb20)

Release 2.0.0

29 May 08:47
5f005db
Compare
Choose a tag to compare

2.0.0 (2021-05-29)

⚠ BREAKING CHANGES

  • 💥 ♻️ renamed the config file from esbuild.config.js -> esbuild-runner.config.js

Code Refactoring

  • 💥 ♻️ renamed the config file from esbuild.config.js -> esbuild-runner.config.js (728518d)

Release 1.4.0

26 May 15:09
3cb62ff
Compare
Choose a tag to compare

1.4.0 (2021-05-26)

Features

  • ✨ added config for passing build / transform options to the api #14 (200447e)
  • ✨ esbuild.config.js #14 #19 (9dfb19f)

Bug Fixes

  • 🐛 added esbuild as a peer dependency. Fixes #16 (8656874)

Release 1.3.2

14 Dec 06:39
Compare
Choose a tag to compare

1.3.2 (2020-12-14)

Bug Fixes

  • 🐛 use rmdirSync instead of rmSync for compatibility with older nodejs versions (a57482a)

Release 1.3.1

09 Dec 22:13
Compare
Choose a tag to compare

1.3.1 (2020-12-09)

Bug Fixes

  • 🐛 show message and exit, after clearing cache (91aafc0)

Release 1.3.0

09 Dec 16:11
Compare
Choose a tag to compare

1.3.0 (2020-12-09)

Features

  • ✨ added esbuild transform --cache (4ca2415)
  • ✨ added option to use transform with caching instead of bundling to the API (9345b78)
  • ✨ enable support for nextjs by transpiling .js files (5bcc8be)

Release 1.2.0

09 Dec 14:27
Compare
Choose a tag to compare

1.2.0 (2020-12-09)

Features

  • ✨ added support for source maps (3435f7e)

Release 1.1.1

07 Dec 14:13
Compare
Choose a tag to compare

1.1.1 (2020-12-07)

Bug Fixes

  • 🐛 renamed esn.js to esr.js (4caeafd)

Release 1.1.0

07 Dec 14:08
Compare
Choose a tag to compare

1.1.0 (2020-12-07)

Features

  • ✨ added Jest transform module (6122523)
  • ✨ allow node -r es-node/register to automatically transpile source code (7a05c58)
  • ✨ initial version 🎉 (4669746)