Skip to content

Releases: oxc-project/oxc-resolver

v11.6.0

18 Jul 08:46
ac632fb
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

💼 Other

Contributors

v11.5.2

09 Jul 10:46
1c76a2d
Compare
Choose a tag to compare

🚀 Features

  • return proper errors when failed to find or read yarn pnp manifest (#590) (by @Boshen) - #590
  • add yarn_pnp logic to FileSystem (#589) (by @Boshen) - #589
  • (resolver) rework yarn manifest file look up (#586) (by @Boshen)

🚜 Refactor

Contributors

v11.5.1

09 Jul 10:16
a7f0c53
Compare
Choose a tag to compare

🚀 Features

  • return proper errors when failed to find or read yarn pnp manifest (#590) (by @Boshen) - #590
  • add yarn_pnp logic to FileSystem (#589) (by @Boshen) - #589
  • (resolver) rework yarn manifest file look up (#586) (by @Boshen)

🚜 Refactor

Contributors

oxc_resolver-v11.5.0

06 Jul 07:41
33f97f5
Compare
Choose a tag to compare

🚀 Features

Yarn Plug'n'Play

  • For node.js, yarn pnp should work without any configuration, given the following conditions:

    • the program is called with the yarn command, where the value process.versions.pnp is set.
    • .pnp.cjs manifest file exists in the closest directory, searched from the current working directory,
    • no multi-project setup, per second bullet point in FIND_PNP_MANIFEST
  • return proper errors when failed to find or read yarn pnp manifest (#590) (by @Boshen) - #590

  • add yarn_pnp logic to FileSystem (#589) (by @Boshen) - #589

  • (resolver) rework yarn manifest file look up (#586) (by @Boshen)

🚜 Refactor

Contributors

oxc_resolver-v11.4.0

02 Jul 14:15
5271786
Compare
Choose a tag to compare

🚀 Features

Contributors

oxc_resolver-v11.3.0

26 Jun 08:34
78d8e12
Compare
Choose a tag to compare

🚀 Features

  • align yarn pnp implementation (#576) (by @Boshen) - #576
  • (resolver) allow exports field in require('../directory') (#572) (by @Boshen)
  • (napi) add ResolveResult::builtin information (#575) (by @Boshen)

📚 Documentation

  • document allowPackageExportsInDirectoryResolve (by @Boshen)

Contributors

oxc_resolver-v11.2.1

25 Jun 07:02
2d6973d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • avoid crash when encountering tsconfig circular extends (#570)
  • (napi) ensure pnp_manifest is included with yarn_pnp feature (#555)

💼 Other

  • (rust) debug = false in [profile.dev] and [profile.test] (#554)

📚 Documentation

  • add ts config
  • update alias and fallback options type and description (#557)

oxc_resolver-v11.2.0

05 Jun 03:23
49c3983
Compare
Choose a tag to compare

Features

  • (napi) add tracing-subscriber feature; turned on by default (#546)

oxc_resolver-v11.1.0

01 Jun 04:07
d6fd070
Compare
Choose a tag to compare

Features

  • support module type for TS files (#538)

oxc_resolver-v11.0.0

28 May 08:32
ecba88b
Compare
Choose a tag to compare

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)