Releases: netlify/edge-bundler
Releases · netlify/edge-bundler
v7.0.1
7.0.1 (2022-12-19)
Bug Fixes
- read other import map paths when one doesn't exist (#268) (8410c1c)
v7.0.0
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
6.1.0 (2022-12-14)
Features
- add system logging for Deno config file (#259) (27a628c)
v6.0.0
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
5.5.0 (2022-12-12)
Features
Bug Fixes
- do not transform paths when writing import map to disk (#253) (277dc30)
v5.4.0
5.4.0 (2022-12-09)
Features
v5.3.3
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
5.3.2 (2022-12-06)
Bug Fixes
- correct import_map attribute name in validation (#241) (dfcd90f)
v5.3.1
5.3.1 (2022-12-06)
Bug Fixes
- add
importMapURL
to manifest validation (#239) (2ba1878)
v5.3.0
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)