Skip to content

Releases: oxc-project/oxc-resolver

v11.13.0

02 Nov 04:42
961929c

Choose a tag to compare

🚀 Features

  • improve error message for empty package.json files (#793) (by @Boshen) - #793

🐛 Bug Fixes

Contributors

v11.12.0

27 Oct 13:28
f413b96

Choose a tag to compare

🚀 Features

  • improve PackagePathNotExported error message with condition names (by @Boshen)

Contributors

v11.11.1

21 Oct 12:32
1a904ba

Choose a tag to compare

🐛 Bug Fixes

Contributors

v11.11.0

20 Oct 06:44
46c1804

Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • tsconfig paths should not be applied to paths inside node_modules (#760) (by @Boshen) - #760

🧪 Testing

Contributors

v11.10.0

17 Oct 04:45
dc46713

Choose a tag to compare

🚀 Features

  • add ESM file:// protocol support with comprehensive tests (#746) (by @Boshen) - #746

🚜 Refactor

  • remove normalize-path dependency, use internal PathUtil (#742) (by @Boshen) - #742

⚡ Performance

  • use simd-json for package.json parsing (#761) (by @Boshen) - #761
  • make url crate optional for wasm32 targets (by @Boshen)

Contributors

v11.9.0

02 Oct 10:40
e46d118

Choose a tag to compare

What's Changed

  • chore(deps): update taiki-e/install-action action to v2.62.11 by @renovate[bot] in #734
  • chore(deps): lock file maintenance npm packages by @renovate[bot] in #735
  • chore(deps): update crate-ci/typos action to v1.37.0 by @renovate[bot] in #736
  • feat: only resolve file:// protocol on windows by @Boshen in #737
  • test: improve coverage for check_restrictions by @Boshen in #739
  • test: improve test coverage for edge cases by @Boshen in #740
  • chore(deps): update crate-ci/typos action to v1.37.1 by @renovate[bot] in #741
  • chore: release v11.9.0 by @Boshen in #738

Full Changelog: v11.8.4...v11.9.0

v11.8.4

28 Sep 08:35
318a498

Choose a tag to compare

🐛 Bug Fixes

  • ensure canonicalized paths remain accessible via strong references (#733) (by @Boshen) - #733

⚡ Performance

  • mark error path functions as #[cold] for better optimization (#729) (by @Boshen) - #729

Contributors

v11.8.3

23 Sep 12:32
e2e2d65

Choose a tag to compare

🐛 Bug Fixes

  • use Weak references for CachedPath to enable proper drop (#727) (by @Boshen) - #727

🚜 Refactor

🧪 Testing

Contributors

v11.8.2

18 Sep 11:54
8c74aef

Choose a tag to compare

⚡ Performance

🧪 Testing

Contributors

v11.8.1

16 Sep 02:55
5d6e59d

Choose a tag to compare

💼 Other

  • Revert "perf: use memmap to speed up file reading" (#701) (by @Boshen) - #701

Contributors