File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.7.0] ( https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.6.7...oxc_resolver-v1.7.0 ) - 2024-04-24
10+
11+ ### Added
12+ - add ` imports_fields ` option ([ #138 ] ( https://github.com/oxc-project/oxc_resolver/pull/138 ) )
13+ - substitute path that starts with ` ${configDir}/ ` in tsconfig.compilerOptions.paths ([ #136 ] ( https://github.com/oxc-project/oxc_resolver/pull/136 ) )
14+
15+ ### Fixed
16+ - RootsPlugin debug_assert on windows ([ #145 ] ( https://github.com/oxc-project/oxc_resolver/pull/145 ) )
17+ - RootsPlugin should fall through if it fails to resolve the roots ([ #144 ] ( https://github.com/oxc-project/oxc_resolver/pull/144 ) )
18+ - lazily read package.json.exports for shared resolvers ([ #137 ] ( https://github.com/oxc-project/oxc_resolver/pull/137 ) )
19+
20+ ### Other
21+ - remove ` PartialEq ` and ` Eq ` from ` Specifier ` ([ #148 ] ( https://github.com/oxc-project/oxc_resolver/pull/148 ) )
22+ - add test case for tsconfig paths alias fall through ([ #147 ] ( https://github.com/oxc-project/oxc_resolver/pull/147 ) )
23+ - use ` cargo shear `
24+ - fix test not failing the jobs property ([ #146 ] ( https://github.com/oxc-project/oxc_resolver/pull/146 ) )
25+ - lazily read package.json.browser_fields for shared resolvers ([ #142 ] ( https://github.com/oxc-project/oxc_resolver/pull/142 ) )
26+ - avoid an extra allocation in ` load_extensions `
27+ - ignore code coverage for ` Display ` on ` ResolveOptions ` ([ #140 ] ( https://github.com/oxc-project/oxc_resolver/pull/140 ) )
28+ - remove the browser field lookup in ` resolve_esm_match ` ([ #141 ] ( https://github.com/oxc-project/oxc_resolver/pull/141 ) )
29+ - remove the extra ` condition_names ` from ` package_exports_resolve `
30+
931## [ 1.6.7] ( https://github.com/oxc-project/oxc_resolver/compare/oxc_resolver-v1.6.6...oxc_resolver-v1.6.7 ) - 2024-04-22
1032
1133### Fixed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["napi"]
33resolver = " 2"
44
55[package ]
6- version = " 1.6.7 "
6+ version = " 1.7.0 "
77name = " oxc_resolver"
88authors = [
" Boshen <[email protected] >" ]
99categories = [" development-tools" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " oxc-resolver" ,
3- "version" : " 1.6.7 " ,
3+ "version" : " 1.7.0 " ,
44 "description" : " Oxc Resolver Node API" ,
55 "main" : " index.js" ,
66 "browser" : " browser.js" ,
You can’t perform that action at this time.
0 commit comments