Skip to content

Releases: wooorm/load-plugin

6.0.3

16 Apr 14:17
4a1b723

Choose a tag to compare

Full Changelog: 6.0.2...6.0.3

6.0.2

21 Jan 11:48
916a275

Choose a tag to compare

Full Changelog: 6.0.1...6.0.2

6.0.1

02 Nov 15:48
946dace

Choose a tag to compare

  • 7797134 Update import-meta-resolve

Full Changelog: 6.0.0...6.0.1

6.0.0

02 Nov 11:48
b2516cf

Choose a tag to compare

  • 8e7f3a4 Change to use file URLs, replace cwd with from
    migrate: expect file URIs as output from resolvePlugin;
    also pass file URLs (file://…) in as from, such as with import.meta.url, instead of file paths in cwd
  • 9cea089 Change to require Node.js 16
    migrate: update too
  • 18e5128 Change to use exports
    migrate: don’t use private APIs

Full Changelog: 5.1.0...6.0.0

5.1.0

20 Nov 16:44
28ff874

Choose a tag to compare

Full Changelog: 5.0.0...5.1.0

5.0.0

24 May 09:06
7a23482

Choose a tag to compare

  • 652355c small chance of breaking update import-meta-resolve
  • f70268a small chance of breaking replace libnpmconfig w/ @npmcli/config
  • 9e82e1d Add strict types
  • 56a44f4 Add improved docs

Full Changelog: 4.0.1...5.0.0

4.0.1

02 Jul 09:07
1dfd259

Choose a tag to compare

  • 44aa3b5 Remove calls to console.log

4.0.0

14 May 11:36
c7c5988

Choose a tag to compare

  • cb5a16c Add support for importing ESM
    (this switches the resolution algorithm to that found in Node ESM modules instead of CJS)
  • bbe5a08 Change to be async
    (promises are now returned instead)
  • ac31f9a Use ESM
  • e41226e Add JSDoc based types
  • 25716e6 Remove browser fallback

3.0.0

13 Jan 10:49
1f4850c

Choose a tag to compare

  • 7285dbe Add libnpmconfig
    (probably breaking if you use the global feature: this improves Windows support, but as globals are fragile, it may break. Please let us know if your setup breaks!)

2.3.1

15 May 07:57
361018e

Choose a tag to compare