Skip to content

Releases: oxc-project/oxc-resolver

v1.6.4

29 Mar 14:22
Compare
Choose a tag to compare

Docs

  • improve terminology and clarify contexts

v1.6.1

13 Mar 04:23
Compare
Choose a tag to compare

What's Changed

  • refactor: deserialize less values in tsconfig by @Boshen in #109

Full Changelog: https://github.com/oxc-project/oxc-resolver/compare/1.6.0...

v1.6.0

07 Mar 10:22
Compare
Choose a tag to compare

What's Changed

  • feat: support tsconfig#extends array by @Boshen in #102
  • feat: add feature package_json_raw_json_api for returning package's raw json by @Boshen in #104

New Contributors

Full Changelog: 1.5.4...1.6.0

v1.5.4

28 Feb 08:46
4208af8
Compare
Choose a tag to compare

What's Changed

  • chore: add precautionary measures to top level require methods by @Boshen in #94

Full Changelog: 1.5.3...1.5.4

v1.5.3

20 Feb 12:18
Compare
Choose a tag to compare

What's Changed

  • fix: windows path with C:// like prefixes by @Boshen in #92

Full Changelog: 1.5.2...1.5.3

v1.5.2

19 Feb 11:14
Compare
Choose a tag to compare

What's Changed

  • chore: update documentation for enforce_extension by @Boshen in #85
  • feat: more builder pattern options by @ematipico in #84
  • chore(deps): update rust crates by @renovate in #86
  • chore(deps): update npm packages by @renovate in #88
  • chore(deps): update rust crate vfs to 0.11.0 by @renovate in #89
  • chore(deps): update dorny/paths-filter action to v3 by @renovate in #90
  • fix: extending tsconfig paths with baseUrl in original tsconfig file by @Boshen in #91

Full Changelog: 1.5.1...1.5.2

v1.5.1

19 Feb 08:31
Compare
Choose a tag to compare

What's Changed

  • feat: functions to add more options using builder pattern by @ematipico in #81

Full Changelog: 1.5.0...1.5.1

v1.5.0

08 Feb 11:54
Compare
Choose a tag to compare

What's Changed

  • fix: specifier with multiple ? by @Boshen in #83

Full Changelog: 1.4.0...1.5.0

v1.4.0

06 Feb 07:47
Compare
Choose a tag to compare

What's Changed

  • fix: normalize aliased path by @Boshen in #78
  • fix: tsconfig#extends must be a string by @Boshen in #80
  • chore(deps): update rust crate json-strip-comments to 1.0.2 by @renovate in #74
  • chore(deps): update npm packages by @renovate in #75
  • chore(deps): update codecov/codecov-action action to v4 by @renovate in #76
  • chore(deps): update dependency emnapi to v1 by @renovate in #77

Full Changelog: 1.3.0...1.4.0

v1.3.0

02 Feb 07:51
Compare
Choose a tag to compare

What's Changed

  • feat: add file_dependencies and missing_dependencies API by @Boshen in #50
  • fix: panic when ? is passed in by @Boshen in #70

  • chore(deps): update rust crate serde_json to 1.0.111 by @renovate in #47
  • chore(deps): update rust crate serde to 1.0.195 by @renovate in #46
  • chore(deps): update pnpm to v8.14.1 by @renovate in #52
  • chore(deps): update rust crate rayon to 1.8.1 by @renovate in #55
  • fix: returning broken missing dependencies when alias and extensions are provided by @Boshen in #54
  • chore: use json-strip-comments crate by @Boshen in #56
  • feat(napi): support wasi target by @Brooooooklyn in #31
  • fix: resolve "browser" field when "exports" is present by @Boshen in #59
  • chore(deps): update pnpm to v8.14.3 by @renovate in #61
  • chore(deps): update crates by @renovate in #62
  • chore(deps): update npm by @renovate in #63
  • refactor: improve code code coverage by @Boshen in #67
  • chore(deps): update rust crates by @renovate in #64
  • add fuzzer by @Boshen in #71

New Contributors

Full Changelog: 1.1.0...1.3.0