Skip to content

Releases: trygve-lie/esbuild-plugin-import-map

v3.0.0-next.2

15 Jun 11:57
Compare
Choose a tag to compare
v3.0.0-next.2 Pre-release
Pre-release

3.0.0-next.2 (2022-06-15)

Features

  • Make first argument to .load() the base URL (789ead3)

BREAKING CHANGES

  • The first argument to the .load() method now takes a base URL which the import map parser will use when parsing.

v3.0.0-next.1

13 Jun 07:43
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2022-06-13)

Bug Fixes

Features

  • Support full import map mapping (50c021d)

BREAKING CHANGES

  • Module should now be spec compliant and this might break builds where parts of an import map might have been ignored. The load() do now also take a second argument for setting a base URL to be applied to relative import references.

v2.1.0

16 Dec 22:40
a2318dc
Compare
Choose a tag to compare

2.1.0 (2020-12-16)

Features

  • Support reading import maps from fs (ec65148)

v2.0.0

27 Nov 16:16
4e2735f
Compare
Choose a tag to compare

2.0.0 (2020-11-27)

Features

BREAKING CHANGES

  • "Initial release"