Skip to content

Releases: oxc-project/oxc-resolver

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

v11.8.0

15 Sep 11:21
ae725f4

Choose a tag to compare

🚀 Features

  • add benchmark for package.json deserialization (#698) (by @Boshen) - #698

⚡ Performance

Contributors

v11.7.2

12 Sep 11:02
42518d3

Choose a tag to compare

⚡ Performance

  • use GetFileAttributesExW for symlink metadata lookup on Windows (#691) (by @sapphi-red) - #691

Contributors

v11.7.1

25 Aug 14:43
247e06b

Choose a tag to compare

🚀 Features

  • (tsconfig) support files / include / exclude (#659) (by @shulaoda)
  • feat(tsconfig) support allowJs in compilerOptions (#658) (by @shulaoda) - #658
  • (tsconfig) complete inheritance of compilerOptions fields (#657) (by @shulaoda)

🐛 Bug Fixes

  • (tsconfig) respect Yarn PnP when resolving extends paths (#656) (by @shulaoda)

🧪 Testing

💼 Other

  • Add comprehensive tests for tsconfig extends functionality (#660) (by @Copilot) - #660

Contributors

v11.7.0

25 Aug 03:09
8f0784f

Choose a tag to compare

🚀 Features

  • (tsconfig) support files / include / exclude (#659) (by @shulaoda)
  • feat(tsconfig) support allowJs in compilerOptions (#658) (by @shulaoda) - #658
  • (tsconfig) complete inheritance of compilerOptions fields (#657) (by @shulaoda)

🐛 Bug Fixes

  • (tsconfig) respect Yarn PnP when resolving extends paths (#656) (by @shulaoda)

🧪 Testing

💼 Other

  • Add comprehensive tests for tsconfig extends functionality (#660) (by @Copilot) - #660

Contributors