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

v2.15.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@othiym23 othiym23 released this 17 Jun 03:14
· 2594 commits to latest since this release

v2.15.7 (2016-06-16):

It pains me greatly that we haven't been able to fix #5082 yet, but warning you away from potentially publishing incomplete packages takes priority over feeling cheesy about landing a warning to help keep y'all out of trouble, so here you go (please read this next bit (please clap)):

DANGER: PUBLISHING ON NODE 6.0.0

Publishing and packing are buggy under Node versions greater than 6.0.0. Please use Node.js LTS (4.4.x) to publish packages. See #5082 for details and current status.

PACKAGING CHANGES

  • 1877171 #12873 Ignore .nyc_output. This will help avoid an accidental publish or commit filled with code coverage data. (@TheAlphaNerd)

DOCUMENTATION CHANGES

DEPENDENCY UPDATES

  • 2c2c568 readable-stream@2.1.4: Brought up to date with Node 6.1.0's streams implementation. (@calvinmetcalf)
  • d682e64 npm/npm-user-validate#8 npm-user-validate@0.1.4: Add a maximum length limit for usernames based on the (arbitrary) limit imposed by the primary npm registry. (@aredridel)
  • 448b65b which@1.2.10: Remove unused dependency is-absolute, bug fixes. (@isaacs)
  • 7d15434 require-inject@1.4.0: Add requireInject.withEmptyCache and requireInject.installGlobally.andClearCache to support loading modules to be injected with an empty cache. (@iarna)
  • 31845c0 init-package-json@1.9.4: Replace use of reserved identifier package in, uh, the package. (@adius)
  • d73ef3e glob@7.0.4: Use userland fs.realpath implementation to get glob working under Node 6. (@isaacs)
  • b47da85 inflight@1.0.5: Correct link to package repository, add "files" stanza. (@iarna, @jamestalmage)
  • 04815e4 npm/npmlog#32 npmlog@2.0.4: Add "files" stanza to package.json. (@jamestalmage)
  • 9e29ad2 wrappy@1.0.2: Add "files" stanza to package.json. (@jamestalmage)
  • 44af4d4 abbrev@1.0.9 (@jorrit)
  • 6c977c0 npm-registry-client@7.1.2: Add support for newer versions of npmlog. (@iarna)