Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
v11.9.0
What's Changed
- chore(deps): update taiki-e/install-action action to v2.62.11 by @renovate[bot] in #734
- chore(deps): lock file maintenance npm packages by @renovate[bot] in #735
- chore(deps): update crate-ci/typos action to v1.37.0 by @renovate[bot] in #736
- feat: only resolve file:// protocol on windows by @Boshen in #737
- test: improve coverage for check_restrictions by @Boshen in #739
- test: improve test coverage for edge cases by @Boshen in #740
- chore(deps): update crate-ci/typos action to v1.37.1 by @renovate[bot] in #741
- chore: release v11.9.0 by @Boshen in #738
Full Changelog: v11.8.4...v11.9.0
v11.8.4
v11.8.3
v11.8.2
v11.8.1
v11.8.0
v11.7.2
⚡ Performance
- use
GetFileAttributesExW
for symlink metadata lookup on Windows (#691) (by @sapphi-red) - #691
Contributors
- @sapphi-red
- @renovate[bot]
v11.7.1
v11.7.0
v11.6.2
🐛 Bug Fixes
- allow resolving
package?query#fragment
for packages with exports field (#655) (by @sapphi-red) - #655
⚡ Performance
- improve
pattern_key_compare
(#639) (by @Boshen) - #639 - most specifiers don't have escaped characters (#636) (by @Boshen) - #636
🧪 Testing
- make tests pass on Windows (#654) (by @sapphi-red) - #654
Contributors
- @sapphi-red
- @renovate[bot]
- @Boshen