Skip to content

Releases: webpack/enhanced-resolve

v5.16.0

11 Mar 12:54
Compare
Choose a tag to compare

Features:

  • cache realpath and realpathSync methods

Bugfixes

  • types for cached input filesystem
  • support Buffer/URL/number paths in cached file system

v5.15.1

27 Feb 16:28
Compare
Choose a tag to compare

Bugfixes

  • find the pnpapi the issuer belongs to

v5.15.0

13 Jun 15:22
Compare
Choose a tag to compare

New Features

Dependencies & Maintenance

New Contributors

Full Changelog: v5.14.1...v5.15.0

v5.14.1

24 May 14:47
Compare
Choose a tag to compare

Bugfixes

Dependencies & Maintenance

Full Changelog: v5.14.0...v5.14.1

v5.14.0

09 May 16:15
Compare
Choose a tag to compare

Features

Bugfixes

  • Significantly improve type coverage & definitions for resolve by @43081j in #357
  • Fix bug where aliasFields was not being applied to package exports field by @alexander-akait in #380

Dependencies & Maintenance

  • Update checkout, setup-node, and codecov github actions by @snitin315 in #378

New Contributors

Full Changelog: v5.13.0...v5.14.0

v5.13.0

19 Apr 15:34
Compare
Choose a tag to compare

Features

  • Add withFileTypes options from FileSystem API by @fu1996 in #374

Bugfixes

  • Support wildcards pattern with common suffix in imports/exports field by @bvanjoi in #353

Dependencies

Developer Experience

New Contributors

Full Changelog: v5.12.0...v5.13.0

v5.12.0

23 Nov 18:23
Compare
Choose a tag to compare
  • reverts "utilize throwIfNoEntry in sync mode"

v5.11.0

22 Nov 15:04
Compare
Choose a tag to compare

Features

  • utilize throwIfNoEntry in sync mode

v5.10.0

28 Jun 10:26
Compare
Choose a tag to compare

Features

  • add extensionAlias option

Bugfixes

  • fix validation of imports field

v5.9.3

13 Apr 08:00
Compare
Choose a tag to compare

Bugfixes

  • fix alias when #
  • fix alias fields when using names that are equal to method on the object prototype