Skip to content

Releases: webpack/enhanced-resolve

v5.5.0

11 Jan 13:38
Compare
Choose a tag to compare

Features

  • add preferAbsolute option to prefer absolute paths over roots

v4.5.0

11 Jan 13:12
Compare
Choose a tag to compare

Features

  • add preferAbsolute option

v4.4.0

11 Jan 11:48
Compare
Choose a tag to compare

Features

  • add ignoreRootsErrors option to allow the roots option to ignore fatal errors
    • this allows to enable roots without it being a breaking change

v5.4.1

21 Dec 14:01
Compare
Choose a tag to compare

Bugfixes

  • add browser fallbacks when using this library in browsers
  • even when using Yarn Pnp, handle the exports field in packages
  • fix typings

Contribution

  • Replace Travis CI with Github Actions

v5.4.0

02 Dec 22:20
Compare
Choose a tag to compare

Features

  • use graceful-fs in node.js api

Bugfixes

  • handle PnP requests with fullySpecified correctly

v5.3.2

20 Nov 16:13
Compare
Choose a tag to compare

Bugfix

  • fix problem where callback is called twice, resulting in crashes elsewhere

v5.3.1

23 Oct 12:47
Compare
Choose a tag to compare

Bugfixes

  • validate arguments to resolve and use callback for errors

v5.3.0

20 Oct 11:52
Compare
Choose a tag to compare

Bugfixes

  • exports and imports field continue resolving extensions, directories and aliases if fullySpecified is not specified
  • load description file after resolving with exports or imports field

v5.2.0

30 Sep 07:42
Compare
Choose a tag to compare

Features

  • add optional lstat to filesystem interface and CachedFileSystem
  • support passing escaped # in requests
  • try to resolve without fragment support to be able to handle # in paths
  • # will be escaped in the resulting path

Bugfixes

  • fix handling of options argument in filesystem methods when using the SyncAsyncFileSystem decorator

v5.1.0

28 Sep 18:21
Compare
Choose a tag to compare

Features

  • add preferRelative option

Bugfixes

  • fix stack overflow crash in cached filesystem