Skip to content

Releases: dburles/modulepreload-link-relations

v3.1.0

28 Dec 02:26
2693439
Compare
Choose a tag to compare

Minor

  • Adds resolveSpecifier option to resolveLinkRelations.
  • The specified (root) module is now also resolved through the import map, rather than only its descendent imports.

Patch

  • Bug fix infinite loop on circular imports.
  • Prevent duplicate modules in results.

v3.0.0

31 Jul 05:44
Compare
Choose a tag to compare

Major

  • resolveLinkRelations replaced by factory function createResolveLinkRelations.

Minor

  • Import map support.
  • Supports providing a custom map-like cache. Can be async.

v2.0.0

18 Oct 04:34
Compare
Choose a tag to compare

Major

  • No longer resolves dynamic imports.

Patch

  • Added types.

v1.0.5

06 Oct 03:34
Compare
Choose a tag to compare

Patch

  • Fix path resolution

v1.0.4

06 Oct 02:26
Compare
Choose a tag to compare

Patch

  • Export package.json
  • Cleanup references to node fs imports

v1.0.3

06 Oct 00:10
Compare
Choose a tag to compare

Patch

  • Add references to middleware in readme
  • Add LICENSE

v1.0.2

05 Oct 10:00
Compare
Choose a tag to compare

Patch

  • Minor docs update

v1.0.1

05 Oct 09:59
Compare
Choose a tag to compare

Patch

  • Minor docs update

v1.0.0

05 Oct 09:52
Compare
Choose a tag to compare

Initial release