Skip to content

Releases: oxc-project/oxc-resolver

v1.7.0

24 Apr 17:07
419ace9
Compare
Choose a tag to compare

Added

  • add imports_fields option (#138)
  • substitute path that starts with ${configDir}/ in tsconfig.compilerOptions.paths (#136)

Fixed

  • RootsPlugin debug_assert on windows (#145)
  • RootsPlugin should fall through if it fails to resolve the roots (#144)
  • lazily read package.json.exports for shared resolvers (#137)

Other

  • remove PartialEq and Eq from Specifier (#148)
  • add test case for tsconfig paths alias fall through (#147)
  • use cargo shear
  • fix test not failing the jobs property (#146)
  • lazily read package.json.browser_fields for shared resolvers (#142)
  • avoid an extra allocation in load_extensions
  • ignore code coverage for Display on ResolveOptions (#140)
  • remove the browser field lookup in resolve_esm_match (#141)
  • remove the extra condition_names from package_exports_resolve

v1.6.7

22 Apr 18:22
3fd20d8
Compare
Choose a tag to compare

What's Changed

  • fix: incorrect resolution when using shared resolvers with different main_fields by @Boshen in #134

Full Changelog: 1.6.6...v1.6.7

1.6.6

22 Apr 12:50
db051d5
Compare
Choose a tag to compare

What's Changes

  • chore: print resolve options while debug tracing by @Boshen in #133

Full Changelog: v1.6.5...1.6.6

v1.6.5

11 Apr 03:01
f12f4c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: oxc_resolver-v1.6.4...v1.6.5

v1.6.4

29 Mar 14:22
b670259
Compare
Choose a tag to compare

Docs

  • improve terminology and clarify contexts

v1.6.1

13 Mar 04:23
6af4d33
Compare
Choose a tag to compare

What's Changed

  • refactor: deserialize less values in tsconfig by @Boshen in #109

Full Changelog: https://github.com/oxc-project/oxc-resolver/compare/1.6.0...

v1.6.0

07 Mar 10:22
1ebda1f
Compare
Choose a tag to compare

What's Changed

  • feat: support tsconfig#extends array by @Boshen in #102
  • feat: add feature package_json_raw_json_api for returning package's raw json by @Boshen in #104

New Contributors

Full Changelog: 1.5.4...1.6.0

v1.5.4

28 Feb 08:46
4208af8
Compare
Choose a tag to compare

What's Changed

  • chore: add precautionary measures to top level require methods by @Boshen in #94

Full Changelog: 1.5.3...1.5.4

v1.5.3

20 Feb 12:18
9a80a07
Compare
Choose a tag to compare

What's Changed

  • fix: windows path with C:// like prefixes by @Boshen in #92

Full Changelog: 1.5.2...1.5.3

v1.5.2

19 Feb 11:14
566b7b0
Compare
Choose a tag to compare

What's Changed

  • chore: update documentation for enforce_extension by @Boshen in #85
  • feat: more builder pattern options by @ematipico in #84
  • chore(deps): update rust crates by @renovate in #86
  • chore(deps): update npm packages by @renovate in #88
  • chore(deps): update rust crate vfs to 0.11.0 by @renovate in #89
  • chore(deps): update dorny/paths-filter action to v3 by @renovate in #90
  • fix: extending tsconfig paths with baseUrl in original tsconfig file by @Boshen in #91

Full Changelog: 1.5.1...1.5.2