Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
oxc_resolver-v11.1.0
01 Jun 04:07
Compare
Sorry, something went wrong.
No results found
Features
support module type for TS files (#538 )
oxc_resolver-v11.0.0
28 May 08:32
Compare
Sorry, something went wrong.
No results found
Features
implement module type resolution algorithm ESM_FILE_FORMAT
from the spec (#535 )
Documentation
(README) clarify algorithm specification
Chore
(deps) lock file maintenance rust crates (#530 )
oxc_resolver-v10.0.0
20 May 03:52
Compare
Sorry, something went wrong.
No results found
Features
(napi) upgrade NAPI-RS to 3.0.0-beta.1 (#525 )
Refactor
[breaking ] set clippy avoid-breaking-exported-api = false
(#519 )
Chore
(deps) lock file maintenance (#523 )
(deps) update dependency rust to v1.87.0 (#520 )
sync napi cfg on global_allocator
(napi) adjust mimalloc features (#515 )
oxc_resolver-v9.0.2
11 May 06:32
Compare
Sorry, something went wrong.
No results found
Bug Fixes
oxc_resolver_napi dependency version
oxc_resolver-v9.0.1
10 May 02:30
Compare
Sorry, something went wrong.
No results found
Bug Fixes
oxc_resolver_napi dependency version
oxc_resolver-v9.0.0
09 May 08:23
Compare
Sorry, something went wrong.
No results found
Bug Fixes
hash import does not need to load from node_modules (#501 )
Chore
add --tsconfig
to example (#505 )
publish oxc_napi_resolver
(#496 )
oxc_resolver-v8.0.0
01 May 03:53
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix incorrect return of package.json when a workspace module has node_modules
(#482 )
Performance
cache whether a path is node_modules
or inside node_modules
(#490 )
remove a useless load_as_directory
call (#487 )
Refactor
[breaking ] remove description_files
option (#488 )
[breaking ] remove modules
options (#484 )
oxc_resolver-v7.0.1
29 Apr 13:57
Compare
Sorry, something went wrong.
No results found
Bug Fixes
return the enclosing package.json
if it is inside node_modules
(#476 )
Refactor
add Debug
to FsCachedPath
(#478 )
oxc_resolver-v7.0.0
29 Apr 03:55
Compare
Sorry, something went wrong.
No results found
Bug Fixes
return the enclosing package.json
if it is inside node_modules
(#476 )
Refactor
add Debug
to FsCachedPath
(#478 )
oxc_resolver-v6.0.2
25 Apr 09:11
Compare
Sorry, something went wrong.
No results found
Bug Fixes
handle package.json and tsconfig.json with BOM (#463 )
Performance
avoid double call to parse_package_specifier
(#465 )