Skip to content

Releases: netlify/edge-bundler

v7.0.1

19 Dec 17:30
5b2b430
Compare
Choose a tag to compare

7.0.1 (2022-12-19)

Bug Fixes

  • read other import map paths when one doesn't exist (#268) (8410c1c)

v7.0.0

19 Dec 14:59
e32d186
Compare
Choose a tag to compare

7.0.0 (2022-12-19)

⚠ BREAKING CHANGES

  • Both bundle and serve now expect an importMapPaths array containing a list of paths to any user-defined import map files

Features

  • add importMapPaths to bundle and serve (#265) (dcbd7f7)
  • log failures when loading import map files (#267) (138690b)

v6.1.0

14 Dec 16:33
0e25e03
Compare
Choose a tag to compare

6.1.0 (2022-12-14)

Features

  • add system logging for Deno config file (#259) (27a628c)

v6.0.0

13 Dec 11:01
7a37649
Compare
Choose a tag to compare

6.0.0 (2022-12-13)

⚠ BREAKING CHANGES

  • The serve export now requires a basePath parameter

Features

  • add support for user-defined import maps (#256) (436e10e)
  • read Deno config behind feature flag (#258) (5dc562a)

v5.5.0

12 Dec 14:16
05c5d99
Compare
Choose a tag to compare

5.5.0 (2022-12-12)

Features

Bug Fixes

  • do not transform paths when writing import map to disk (#253) (277dc30)

v5.4.0

09 Dec 10:51
bd508d9
Compare
Choose a tag to compare

5.4.0 (2022-12-09)

Features

v5.3.3

07 Dec 16:31
e521d7e
Compare
Choose a tag to compare

5.3.3 (2022-12-07)

Bug Fixes

  • add guard for import map with extraneous dist directory (#243) (f0ac6d0)
  • generate valid file URL on Windows (#245) (6a8a00b)

v5.3.2

06 Dec 20:31
258fc9e
Compare
Choose a tag to compare

5.3.2 (2022-12-06)

Bug Fixes

  • correct import_map attribute name in validation (#241) (dfcd90f)

v5.3.1

06 Dec 15:37
eff7f27
Compare
Choose a tag to compare

5.3.1 (2022-12-06)

Bug Fixes

  • add importMapURL to manifest validation (#239) (2ba1878)

v5.3.0

06 Dec 14:02
97afb8c
Compare
Choose a tag to compare

5.3.0 (2022-12-06)

Features

  • save import map URL to manifest (#235) (94c6ec6)
  • support for multiple paths in in source configuration (#230) (d4ec906)