Skip to content

Releases: oxc-project/oxc-resolver

oxc_resolver-v5.3.0

19 Apr 04:12
1d9ed83
Compare
Choose a tag to compare

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

oxc_resolver-v5.2.0

08 Apr 14:51
a214a80
Compare
Choose a tag to compare

Bug Fixes

  • resolve ${configDir} in tsconfig compilerOptions.baseUrl (#450)

oxc_resolver-v5.1.1

04 Apr 12:40
b027a03
Compare
Choose a tag to compare

Bug Fixes

  • handle query and fragment in pacakge.json exports and imports field (#443)

oxc_resolver-v5.1.0

02 Apr 07:06
bbed30e
Compare
Choose a tag to compare

Features

  • resolve emitDecoratorMetadata in tsconfig (#439)

Documentation

  • fix an incorrect comment on Context::missing_dependencies

oxc_resolver-v5.0.1

18 Mar 11:20
386fdf9
Compare
Choose a tag to compare

Features

  • [breaking] Rust Edition 2024 (#402)
  • deserialize verbatim_module_syntax from compilerOptions (#411)

Refactor

  • remove papaya .collector(seize::Collector::new()) call (#393)

oxc_resolver-v5.0.0

07 Mar 15:30
8422ff6
Compare
Choose a tag to compare

Features

  • [breaking] Rust Edition 2024 (#402)
  • deserialize verbatim_module_syntax from compilerOptions (#411)

Refactor

  • remove papaya .collector(seize::Collector::new()) call (#393)

oxc_resolver-v4.2.0

19 Feb 05:29
4ff74cc
Compare
Choose a tag to compare

Features

  • support wildcard * in alias plugin (#388)

oxc_resolver-v4.1.0

14 Feb 14:13
1b0b122
Compare
Choose a tag to compare

Features

  • merge options from extends tsconfig.json (#375)
  • add more fields in tsconfig#CompilerOptionsSerde (#374)
  • feat: expose package_json_path (#376)

oxc_resolver-v4.0.1

10 Feb 07:06
f7a3773
Compare
Choose a tag to compare
chore: Release package oxc_resolver version 4.0.1

oxc_resolver-v4.0.0

20 Jan 17:22
1642bb9
Compare
Choose a tag to compare

Features

  • [breaking] generic fs cache type Resolver = ResolverGeneric<FsCache<FileSystemOs>> (#358)
  • [breaking] PackageJson and TsConfig traits (#360)

Performance

  • use papaya instead of dashmap (#356)