Skip to content

Latest commit

 

History

History
86 lines (40 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

86 lines (40 loc) · 3.9 KB

2.2.1 (2021-08-30)

2.2.0 (2021-06-04)

Features

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

2.1.0 (2021-06-01)

Features

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

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)

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)

1.3.2 (2020-12-14)

Bug Fixes

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

1.3.1 (2020-12-09)

Bug Fixes

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

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)

1.2.0 (2020-12-09)

Features

  • ✨ added support for source maps (3435f7e)

1.1.1 (2020-12-07)

Bug Fixes

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

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)