Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
oxc_resolver-v10.0.0
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
Bug Fixes
- oxc_resolver_napi dependency version
oxc_resolver-v9.0.1
Bug Fixes
- oxc_resolver_napi dependency version
oxc_resolver-v9.0.0
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
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
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
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
Bug Fixes
- handle package.json and tsconfig.json with BOM (#463)
Performance
- avoid double call to
parse_package_specifier
(#465)
oxc_resolver-v6.0.1
Bug Fixes
- handle package.json and tsconfig.json with BOM (#463)
Performance
- avoid double call to
parse_package_specifier
(#465)
oxc_resolver-v6.0.0
Bug Fixes
- properly handle DOS device paths in strip_windows_prefix (#455)