Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
v11.10.0
17 Oct 04:45
Compare
Sorry, something went wrong.
No results found
🚀 Features
add ESM file:// protocol support with comprehensive tests (#746 ) (by @Boshen ) - #746
🚜 Refactor
remove normalize-path dependency, use internal PathUtil (#742 ) (by @Boshen ) - #742
⚡ Performance
use simd-json for package.json parsing (#761 ) (by @Boshen ) - #761
make url crate optional for wasm32 targets (by @Boshen )
Contributors
v11.9.0
02 Oct 10:40
Compare
Sorry, something went wrong.
No results found
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
28 Sep 08:35
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
ensure canonicalized paths remain accessible via strong references (#733 ) (by @Boshen ) - #733
⚡ Performance
mark error path functions as #[cold] for better optimization (#729 ) (by @Boshen ) - #729
Contributors
v11.8.3
23 Sep 12:32
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
use Weak
references for CachedPath
to enable proper drop (#727 ) (by @Boshen ) - #727
🚜 Refactor
🧪 Testing
Contributors
v11.8.2
18 Sep 11:54
Compare
Sorry, something went wrong.
No results found
⚡ Performance
🧪 Testing
Contributors
v11.8.1
16 Sep 02:55
Compare
Sorry, something went wrong.
No results found
💼 Other
Revert "perf: use memmap
to speed up file reading" (#701 ) (by @Boshen ) - #701
Contributors
v11.8.0
15 Sep 11:21
Compare
Sorry, something went wrong.
No results found
🚀 Features
⚡ Performance
Contributors
v11.7.2
12 Sep 11:02
Compare
Sorry, something went wrong.
No results found
⚡ Performance
Contributors
v11.7.1
25 Aug 14:43
Compare
Sorry, something went wrong.
No results found
🚀 Features
(tsconfig) support files
/ include
/ exclude
(#659 ) (by @shulaoda )
feat(tsconfig) support allowJs
in compilerOptions
(#658 ) (by @shulaoda ) - #658
(tsconfig) complete inheritance of compilerOptions
fields (#657 ) (by @shulaoda )
🐛 Bug Fixes
(tsconfig) respect Yarn PnP when resolving extends
paths (#656 ) (by @shulaoda )
🧪 Testing
💼 Other
Add comprehensive tests for tsconfig extends functionality (#660 ) (by @Copilot) - #660
Contributors
v11.7.0
25 Aug 03:09
Compare
Sorry, something went wrong.
No results found
🚀 Features
(tsconfig) support files
/ include
/ exclude
(#659 ) (by @shulaoda )
feat(tsconfig) support allowJs
in compilerOptions
(#658 ) (by @shulaoda ) - #658
(tsconfig) complete inheritance of compilerOptions
fields (#657 ) (by @shulaoda )
🐛 Bug Fixes
(tsconfig) respect Yarn PnP when resolving extends
paths (#656 ) (by @shulaoda )
🧪 Testing
💼 Other
Add comprehensive tests for tsconfig extends functionality (#660 ) (by @Copilot) - #660
Contributors