Skip to content

Releases: netlify/edge-bundler

v10.1.0

08 Nov 14:27
ae5ccaf
Compare
Choose a tag to compare

10.1.0 (2023-11-08)

Features

v10.0.0

06 Nov 12:07
d53f0b5
Compare
Choose a tag to compare

10.0.0 (2023-11-06)

⚠ BREAKING CHANGES

  • generateManifest exported method now returns an object with a manifest property

Features

  • add rootPath for monorepo setups (#521) (aeb76d3)
  • return declarations without function and unrouted functions (#523) (45f04a7)

Bug Fixes

  • deps: update dependency esbuild to v0.19.5 (#525) (5c777cf)

v9.5.0

30 Oct 14:12
708a901
Compare
Choose a tag to compare

9.5.0 (2023-10-30)

Features

Bug Fixes

  • don't delete dist directory in between builds on local dev (#512) (aa416ae)
  • prefer ESM if available (#517) (906ff87)
  • remove npm_modules and fail_unsupported_regex flags (#514) (be1d7cc)

v9.4.1

24 Oct 12:30
28383b0
Compare
Choose a tag to compare

9.4.1 (2023-10-24)

Bug Fixes

  • relative path needs to be from directory, not from file (#510) (e8304db)

v9.4.0

23 Oct 14:32
f98a211
Compare
Choose a tag to compare

9.4.0 (2023-10-23)

Features

  • detect Typescript typings for NPM modules and reference them from barrel files (#505) (32f9e9e)

Bug Fixes

v9.3.0

16 Oct 14:19
aa79a7b
Compare
Choose a tag to compare

9.3.0 (2023-10-16)

Features

Bug Fixes

  • respect import map files containing only scopes (#495) (6812209)

v9.2.1

11 Oct 07:55
00b62dd
Compare
Choose a tag to compare

9.2.1 (2023-10-11)

Bug Fixes

  • mute esbuild while parsing for NPM modules (#497) (6a3685e)
  • NPM parsing shouldn't try loading Deno URL imports (#496) (8278713)

v9.2.0

09 Oct 13:51
36b6a26
Compare
Choose a tag to compare

9.2.0 (2023-10-09)

Features

Bug Fixes

v9.1.0

26 Sep 11:43
d5d427a
Compare
Choose a tag to compare

9.1.0 (2023-09-26)

Features

v9.0.0

21 Sep 08:49
739a2fb
Compare
Choose a tag to compare

9.0.0 (2023-09-20)

⚠ BREAKING CHANGES

  • support npm modules when serving (#475)

Features