Skip to content

Releases: medikoo/npm-cross-link

3.1.4 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes


Comparison since last release

3.1.3 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

3.1.2 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

3.1.1 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes

  • ensure to report installed package in ongoing (2e6c9f5)
  • install of not maintained package (9c87e88)
  • windows support (35d0f5e)

Comparison since last release

3.1.0 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes

Features

  • improve installation jobs reporting (618b22f)
  • improve npm link step (bb6a5ef)

Comparison since last release

3.0.3 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes

  • ensure to link before dependencies install (c651bb7)

Comparison since last release

3.0.2 (2018-11-15)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes

  • fix NpmCrossLinkError constructor name (bd57352)
  • fix progressData event so it reflects packageContext (29c1bf7)

Comparison since last release

3.0.1 (2018-11-14)

18 Jun 12:02
Compare
Choose a tag to compare

3.0.0 (2018-11-14)

18 Jun 12:02
Compare
Choose a tag to compare

Bug Fixes

  • confirm on satisfiable version range in any case (886bf3b)
  • do not apply hooks to not maintaned packages (aad10e7)

Features

  • do not expose pending jobs on pacakgeContext (18648cb)
  • expose list of installation jobs per package (f2663c4)
  • expose progressData on result instead of just events (ebcc284)
  • Improve install in context of maintained (a2ea872)
  • minimize after hooks registration (9095239)
  • pass progressData with event, expose type on it (3c2f8c3)
  • reconfigure into two binaries (3abed15)
  • reconfigure pendingJobs as after hooks (cdd1a01)
  • rename hooks into installationHooks (66a8f14)
  • rename progressData.externalsMap to progressData.externals (45db94a)
  • rename progressData.ongoingMap into progressData.ongoing (a795dfd)
  • rename type into installationType (3e8ea0d)
  • report eventual "update" as "processing" (5b491eb)
  • reuse packageContext as packageProgressData (49a1839)
  • send report from setupRepository (7a3fde4)
  • turn progressData.done to map (9dc1847)

BREAKING CHANGES

  • $ npm-cross-link install now is represented by $ npm-cross-link
    $ npm-cross-link update-all now is represented by
    $ npm-cross-link-update-all
  • Events are no longer exposed on result promise(instead they're accessible on promise.progressData)
  • progressDataEvent.type was moved to progressDataEvent.progressData.type
  • progressData.done is now a map not a set
  • Pending jobs are now exposed on hooks.after result of ongoing item
  • pacakgeContext.pendingJobs was removed
  • progressData.externalsMap was renamed to progressData.externals
  • progressData.ongoingMap was renamed to progressData.ongoing
  • setupRepository instead of boolean now returns set
    that states which operations were pursued

Comparison since last release

2.0.0 (2018-11-12)

18 Jun 12:02
Compare
Choose a tag to compare

Features

  • optionally pull changes from remote (d7a297b)

BREAKING CHANGES

  • Changes from remote are now pulled optionally

Comparison since last release