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.18

29 Jun 21:45
v1.4.18
Compare
Choose a tag to compare

Bump glob dependency from 4.0.2 to 4.0.3. It now uses graceful-fs when available, increasing resilience to various filesystem errors. (@isaacs)

v1.4.17

27 Jun 22:34
v1.4.17
Compare
Choose a tag to compare
  • replace escape codes with ansicolors (Forrest L Norvell)
  • Allow to build all the docs OOTB. (GeJ)
  • Use core.longpaths on win32 git - fixes #5525 (Bradley Meck)
  • npmconf@1.1.2 (isaacs)
  • Consolidate color sniffing in config/log loading process (isaacs)
  • add verbose log when project config file is ignored (isaacs)
  • npmconf: Float patch to remove 'scope' from config defs (isaacs)
  • doc: npm-explore can't handle a version (Robert Kowalski)
  • Add user-friendly errors for ENOSPC and EROFS. (Chris Williams)
  • bump tar and fstream deps (isaacs)
  • Run the npm-registry-couchapp tests along with npm tests (isaacs)

v1.4.16

27 Jun 22:31
v1.4.16
Compare
Choose a tag to compare
  • npm-registry-client@2.0.2 (isaacs)
  • fstream@0.1.27 (isaacs)
  • sha@1.2.4 (isaacs)
  • rimraf@2.2.8 (isaacs)
  • npmlog@1.0.1 (isaacs)
  • npm-registry-client@2.0.1 (isaacs)
  • removed redundant dependency (Forrest L Norvell)
  • npmconf@1.0.5 (isaacs)
  • Properly handle errors that can occur in the config-loading process (isaacs)

v1.2.8000

27 Jun 22:32
v1.2.8000
Compare
Choose a tag to compare

Same as v1.4.16, but with the spinner disabled, and a version number that starts with v1.2.

v1.4.15

16 Jun 06:27
v1.4.15
Compare
Choose a tag to compare
  • cache: atomic de-race-ified package.json writing (isaacs)
  • fstream@0.1.26 (isaacs)
  • graceful-fs@3.0.2 (isaacs)
  • osenv@0.1.0 (isaacs)
  • Only spin the spinner when we're fetching stuff (isaacs)
  • Update osenv@0.1.0 which removes ~/tmp as possible tmp-folder (Robert Kowalski)
  • ini@1.2.1 (isaacs)
  • graceful-fs@3 (isaacs)
  • Update glob and things depending on glob (isaacs)
  • github-url-from-username-repo and read-package-json updates (isaacs)
  • editor@0.1.0 (isaacs)
  • columnify@1.1.0 (isaacs)
  • bump ansi and associated deps (isaacs)

v1.4.14

16 Jun 06:26
v1.4.14
Compare
Choose a tag to compare
  • char-spinner: update to not bork windows (isaacs)

v1.4.13

16 Jun 06:25
v1.4.13
Compare
Choose a tag to compare
  • Fix npm install on a tarball. (ed3abf1, #5330, @othiym23)
  • Fix an issue with the spinner on Node 0.8. (9f00306, @isaacs)
  • Re-add npm.commands.cache.clean and npm.commands.cache.read APIs, and document npm.commands.cache.* as npm-cache(3). (e06799e, @isaacs)

v1.4.12

23 May 17:54
v1.4.12
Compare
Choose a tag to compare
  • remove normalize-package-data from top level, de-^-ify inflight dep (isaacs)
  • Always sort saved bundleDependencies (isaacs)
  • add inflight to bundledDependencies (Forrest L Norvell)

v1.4.11

23 May 18:00
v1.4.11
Compare
Choose a tag to compare
  • fix npm ls labeling issue
  • node-gyp@0.13.1
  • default repository to https:// instead of git://
  • addLocalTarball: Remove extraneous unpack (isaacs)
  • Massive cache folder refactor (Forrest L Norvell and isaacs)
  • Busy Spinner, no http noise (isaacs)
  • Per-project .npmrc file support (isaacs)
  • npmconf@1.0.0, Refactor config/uid/prefix loading process (isaacs)
  • Allow once-disallowed characters in passwords (isaacs)
  • Send npm version as 'version' header (isaacs)
  • fix cygwin encoding issue (Karsten Tinnefeld)
  • Allow non-github repositories with npm repo (Evan Lucas)
  • Allow peer deps to be satisfied by grandparent
  • Stop optional deps moving into deps on update --save (Tim Oxley)
  • Ensure only matching deps update with update --save* (Tim Oxley)
  • Add support for prerelease, preminor, prepatch to npm version

v1.4.10

06 May 01:44
v1.4.10
Compare
Choose a tag to compare
  • Don't set referer if already set
  • fetch: Send referer and npm-session headers
  • run-script: Support --parseable and --json
  • list runnable scripts (Evan Lucas)
  • Use marked instead of ronn for html docs