Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Releases: npm/npm

v1.4.22

13 Aug 21:46
v1.4.22
Compare
Choose a tag to compare
  • d9a9e84 read-package-json@1.2.4 (isaacs)
  • 86f0340 github-url-from-git@1.2.0 (isaacs)
  • a94136a fstream@0.1.29 (isaacs)
  • bb82d18 glob@4.0.5 (isaacs)
  • 5b6bcf4 cmd-shim@1.1.2 (isaacs)
  • c2aa8b3 license: Cleaned up legalese with actual lawyer (isaacs)
  • 63fe0ee init-package-json@1.0.0 (isaacs)

v2.0.0-alpha-5: script arguments!

23 Jul 01:57
Compare
Choose a tag to compare
Pre-release

This release bumps up to 2.0 because of this breaking change, which could potentially affect how your package's scripts are run:

  • df4b0e7 #5518 BREAKING CHANGE: support passing arguments to run scripts (Benjamin Coe)

Other changes:

  • cd422c9 #5748 link binaries for scoped packages (Forrest L Norvell)
  • 4c3c778 #5758 npm link includes scope when linking scoped package (fengmk2)
  • f9f58dd #5707 document generic pre- / post-commands (sudodoki)
  • ac7a480 #5406 npm cache displays usage when called without arguments (Michael Nisi)
  • f4554e9 Test fixes for Windows (Isaac Schlueter)
  • update dependencies (Forrest L Norvell)

v1.5.0-alpha-4

19 Jul 06:21
Compare
Choose a tag to compare
v1.5.0-alpha-4 Pre-release
Pre-release
  • fall back to _auth config as default auth when using default registry (izs)
  • support for 'init.version' for those who don't want to deal with semver 0.0.x oddities (Rod Vagg)
  • be06213 remove residual support for win log level (Andrew Terris)

v1.5.0-alpha-3

17 Jul 08:15
Compare
Choose a tag to compare
v1.5.0-alpha-3 Pre-release
Pre-release
  • a3a85dd --save scoped packages correctly (Forrest L Norvell)
  • 18a3385 npm-registry-client@3.0.2 (Forrest L Norvell)
  • 375988b invalid package names are an early error for optional deps (Forrest L Norvell)
  • consistently use node-package-arg instead of arbitrary package spec splitting (Forrest L Norvell)

v1.4.21

15 Jul 00:41
Compare
Choose a tag to compare
  • 88f51aa fix handling for 301s in npm-registry-client@2.0.3 (Jake Verbaten)

v1.5.0-alpha-2

15 Jul 00:38
Compare
Choose a tag to compare
v1.5.0-alpha-2 Pre-release
Pre-release
  • 54cf625 fix handling for 301s in npm-registry-client@3.0.1 (Jake Verbaten)
  • e410861 don't crash if no username set on whoami (Isaac Schlueter)
  • 0353dde respect --json for output (Isaac Schlueter)
  • b3d112a outdated: Don't show headings if there's nothing to output (Isaac Schlueter)
  • bb4b90c outdated: Default to latest rather than * for unspecified deps (Isaac Schlueter)

v1.5.0-alpha-1

02 Jul 06:19
Compare
Choose a tag to compare
v1.5.0-alpha-1 Pre-release
Pre-release
  • eef4884 use the correct piece of the spec for GitHub shortcuts (Forrest L Norvell)

v1.5.0-alpha-0

02 Jul 02:31
Compare
Choose a tag to compare
v1.5.0-alpha-0 Pre-release
Pre-release
  • 7f55057 install scoped packages (#5239) (Forrest L Norvell)
  • 0df7e16 publish scoped packages (#5239) (Forrest L Norvell)
  • 0689ba2 support (and save) --scope=@s config (Forrest L Norvell)
  • f34878f scope credentials to registry (Forrest L Norvell)
  • 0ac7ca2 capture and store bearer tokens when sent by registry (Forrest L Norvell)
  • 63c3277 only delete files that are created by npm (Forrest L Norvell)
  • 4f54043 npm-package-arg@2.0.0 (Forrest L Norvell)
  • 9e1460e read-package-json@1.2.3 (Forrest L Norvell)
  • 719d8ad fs-vacuum@1.2.1 (Forrest L Norvell)
  • 9ef8fe4 async-some@1.0.0 (Forrest L Norvell)
  • a964f65 npmconf@2.0.1 (Forrest L Norvell)
  • 113765b npm-registry-client@3.0.0 (Forrest L Norvell)

v1.4.20

15 Jul 00:39
v1.4.20
Compare
Choose a tag to compare
  • 0353dde respect --json for output (Isaac Schlueter)
  • b3d112a outdated: Don't show headings if there's nothing to output (Isaac Schlueter)
  • bb4b90c outdated: Default to latest rather than * for unspecified deps (Isaac Schlueter)

v1.4.19

01 Jul 21:14
v1.4.19
Compare
Choose a tag to compare
  • f687433 relative URLS for working non-root registry URLS (Forrest L Norvell)
  • bea190c #5591 bump nopt and npmconf (isaacs)