Skip to content

Releases: oxc-project/oxc-resolver

oxc_resolver-v10.0.0

20 May 03:52
007e080
Compare
Choose a tag to compare

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
4f8e644
Compare
Choose a tag to compare

Bug Fixes

  • oxc_resolver_napi dependency version

oxc_resolver-v9.0.1

10 May 02:30
4d6928e
Compare
Choose a tag to compare

Bug Fixes

  • oxc_resolver_napi dependency version

oxc_resolver-v9.0.0

09 May 08:23
a5b322c
Compare
Choose a tag to compare

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
ef31a1f
Compare
Choose a tag to compare

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
c15d02f
Compare
Choose a tag to compare

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
549c4ea
Compare
Choose a tag to compare

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
3636638
Compare
Choose a tag to compare

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

25 Apr 05:08
e7309b4
Compare
Choose a tag to compare

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

22 Apr 06:51
5fc3395
Compare
Choose a tag to compare

Bug Fixes

  • properly handle DOS device paths in strip_windows_prefix (#455)