Skip to content

Releases: medikoo/npm-cross-link

12.0.3 (2024-09-24)

24 Sep 18:10
059c133
Compare
Choose a tag to compare

Bug Fixes

  • Ensure to expose eventual stdin requests (f3a73fa)
  • Properly handle invalid cache folder (4460948)

Maintenance Improvements


Comparison since last release

12.0.2 (2024-09-08)

08 Sep 12:03
Compare
Choose a tag to compare

Maintenance Improvements

  • Ensure to pick fs2 bug fix (5a03df5)

Comparison since last release

12.0.1 (2024-09-08)

08 Sep 11:54
Compare
Choose a tag to compare

Bug Fixes

  • Do not print "not coherent" logs on first external linking (47c7871)
  • Ensure to link binaries on maintained install (93aed19)

Maintenance Improvements

  • Exclude mapBinaries (fd7cbfd)
  • Imporove require path (a14b83f)
  • Make binaryHandler accessible for maintained installation (e6abc3c)
  • Put is-coherent in context of binary handler (12de710)
  • Remove misleading comment (122c3b1)
  • Separate binaries and deps check (257127e)

Comparison since last release

12.0.0 (2024-09-08)

08 Sep 11:00
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node.js versions below v18 are no longer supported

Maintenance Improvements

  • Drop support for Node.js versions below v18 (1442e75)

Comparison since last release

11.0.3 (2024-07-19)

19 Jul 11:55
c7f15e9
Compare
Choose a tag to compare

Bug Fixes

  • Fix handling of not found package names (15e76df)

Maintenance Improvements

  • Improve clarity of warning log (78dc3c2)

Comparison since last release

11.0.2 (2024-07-19)

19 Jul 10:47
7c478d1
Compare
Choose a tag to compare

Bug Fixes

  • Properly fix symlink creation in case of destination directory doesn't exist (24244ce)

Comparison since last release

11.0.1 (2024-07-19)

19 Jul 10:43
1f9965e
Compare
Choose a tag to compare

Bug Fixes

  • Do not fail on symlink creation if node_modules doesn't exist (d90dadb)

Comparison since last release

11.0.0 (2024-05-30)

30 May 15:50
6b3e8e2
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Default branch name is main
  • npm-cross-link no longer interferes with npm global node_modules folder. For any reuse it relies on user local cache directory.
  • No longer npm link is used internally. Any links are configured directly via symlinking

Features

  • Improve program error reporting (dc2f43e)
  • Rely on local cache instead of npm global dependencies folder (d031c56)
  • Switch default branch name from master to main (0321878)
  • Ensure to not run prepare scripts on install preparation (7344bad)

Maintenance Improvements

  • Cache package logic is not dependency install specific (6d0d102)
  • Convert to conceptually private context (2c08940)
  • Exclude isSemVerRange utility (0e869a6)
  • Exclude package specs tokenization (c4704e8)
  • Generalize resolveLogLevel (071a8ae)
  • Local context resolution no longer dependency install specific (259386a)
  • Move lib/private/cli to lib/cli (4baa7a9)
  • Move resolvePackageBinariesDict to main context (ad66884)
  • Replace got with node-fetch (a395d0f)
  • Upgrade tar to v7 (6c4e04e)
  • Use regex named groups (c49f398)

Comparison since last release

10.0.2 (2020-09-17)

22 Sep 10:41
31384ca
Compare
Choose a tag to compare

Bug Fixes

  • Ensure support for older versions of git (1e15549)

Comparison since last release

10.0.1 (2020-09-15)

22 Sep 10:41
27169f5
Compare
Choose a tag to compare

Bug Fixes

  • Do not treat pre-releases as stable (64b8f92)
  • Fix resolution of stable versions (fe39ff7)

Comparison since last release