v0.76.0
- [Breaking]: Increase minimum Node version from 14 to 16. (e5950ae by @huntie)
- [Breaking]: Remove
isAssetFilefrom custom resolver context, addassetExts. (c6548f7 by @huntie) - [Feature]: Support
require.resolveWeak(). (354d6e4 by @motiz88) - [Fix]: Don't over-invalidate on symlink changes if resolution through symlinks is not enabled. (2303c10 by @robhogan)
- [Fix]: Returning
falsefromcontext.redirectModulePathwill resolve to empty module in all cases. (0f1846a by @huntie) - [Fix]: Respect extensionless entries in
browser,react-nativeetc when resolving subpath package specifiers. (7e92227 by @huntie) - [Fix]: Remove undocumented Meta-only
__jsResourceand__conditionallySplitJsResourcefunctions from module API. (f1d905b and 69c8fc7 by @motiz88)
NOTE: Experimental features are not covered by semver and can change at any time.