Releases: webpack/enhanced-resolve
Releases · webpack/enhanced-resolve
v5.18.1
v5.18.0
Features
- Added wildcards support for aliases
v5.17.1
Fixes
- fix:
exports
andimports
array target resolving
Perf
- avoid creating a new array inside doResolve
v5.17.0
Features
- Allow
default
condition to be anywhere
v5.16.1
Bugfixes
- use cache for exports and imports plugins
v5.16.0
Features:
- cache realpath and realpathSync methods
Bugfixes
- types for cached input filesystem
- support Buffer/URL/number paths in cached file system
v5.15.1
Bugfixes
- find the
pnpapi
the issuer belongs to
v5.15.0
New Features
- Ignore
false
/null
/undefined
plugins by @alexander-akait in #389
Dependencies & Maintenance
- GitHub Workflows security hardening by @sashashura in #370
- Add cSpell commit hook by @nschonni in #327
New Contributors
- @sashashura made their first contribution in #370
Full Changelog: v5.14.1...v5.15.0
v5.14.1
Bugfixes
- TypeScript
strict
mode is now enabled forenhanced-resolve
by @alexander-akait in #381
Dependencies & Maintenance
- Migrate to Jest by @snitin315 in #379
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #383
- Add Badges in README by @snitin315 in #386
Full Changelog: v5.14.0...v5.14.1
v5.14.0
Features
- Replace deprecated String.prototype.substr() by @CommanderRoot in #336
Bugfixes
- Significantly improve type coverage & definitions for
resolve
by @43081j in #357 - Fix bug where
aliasFields
was not being applied to packageexports
field by @alexander-akait in #380
Dependencies & Maintenance
- Update
checkout
,setup-node
, andcodecov
github actions by @snitin315 in #378
New Contributors
- @CommanderRoot made their first contribution in #336
Full Changelog: v5.13.0...v5.14.0