Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
oxc_resolver-v4.0.1
chore: Release package oxc_resolver version 4.0.1
oxc_resolver-v4.0.0
oxc_resolver-v3.0.3
Bug Fixes
- try browsers field and alias before resolving directory in node_modules (#349)
oxc_resolver-v3.0.2
oxc_resolver-v3.0.1
Performance
- try directory first in
node_modules
(#340)
oxc_resolver-v3.0.0
oxc_resolver-v2.1.1
Performance
- reduce hash while resolving package.json (#319)
- reduce memory allocation while normalizing package path (#318)
- reduce memory allocation while resolving package.json (#317)
- use
path.as_os_str().hash()
instead ofpath.hash()
(#316) - reduce memory allocation by using a thread_local path for path methods (#315)
Other
- remove the deprecated simdutf8 aarch64_neon feature
- mention extension must start with a
.
inwith_extension
(#313)
oxc_resolver-v2.1.0
oxc_resolver-v2.0.1
Other
cargo upgrade
&&pnpm upgrade
- bring back the symlink optimization (#298)
- (deps) update rust crate criterion2 to v2