Skip to content

Releases: webpack/enhanced-resolve

v5.0.0-beta.10

17 Jul 13:14

Choose a tag to compare

v5.0.0-beta.10 Pre-release
Pre-release

Bugfixes

  • fix for resolveToContext with fullySpecified

v4.3.0

15 Jul 09:32

Choose a tag to compare

Features

  • add roots options to allow resolve server-relative URLs

v5.0.0-beta.8

06 Jul 21:01

Choose a tag to compare

v5.0.0-beta.8 Pre-release
Pre-release

Features

  • add roots option

v5.0.0-beta.7

17 Jun 10:16

Choose a tag to compare

v5.0.0-beta.7 Pre-release
Pre-release

Features

  • add fragment support

Bugfixes

  • handle query and fragment correctly in exports field lookup

v4.2.0

15 Jun 22:20

Choose a tag to compare

Features

  • add restrictions option
    • allow to specify strings or regexps that must be matched for a valid result
    • when not matched, alternatives are tried (like alternative mainField, mainFile, parent node_modules, etc.)
    • when passing a string result must be equal or inside of this folder

v5.0.0-beta.6

03 Jun 08:35

Choose a tag to compare

v5.0.0-beta.6 Pre-release
Pre-release

Features

  • add restrictions option, which allows to restrict the allowed paths to resolve too

Bugfixes

  • add support for conditions in array for the exports field

v5.0.0-beta.5

22 May 20:09

Choose a tag to compare

v5.0.0-beta.5 Pre-release
Pre-release

Features

  • generate and publish type declaration file for typescript
  • exports field support
    • add exportsFields option
    • add conditionNames option
  • self reference resolving when exports field is present

Bugfixes

  • module/ now correctly resolves to directory and not to module.js as file
  • fix lisence field in package.json

Performance

  • deduplicate duplicate entries in aliasFields, descriptionFiles, extensions, modules, mainFields and mainFiles

Internals

  • Options are normalized separatly
  • improve handling of scoped packages @scope/name

Contributing

  • add a lot of type information
  • Linting type information
  • Linting formating

v5.0.0-beta.4

05 Nov 22:00

Choose a tag to compare

v5.0.0-beta.4 Pre-release
Pre-release

Bugfixes

  • fix purging of readdir

v4.1.1

08 Oct 12:35

Choose a tag to compare

Bugfixes

v5.0.0-beta.3

16 Aug 09:43

Choose a tag to compare

v5.0.0-beta.3 Pre-release
Pre-release

Bugfixes

  • PnP tracks dependency to the .pnp.js file