summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/changelog.md')
-rw-r--r--deps/npm/doc/cli/changelog.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/changelog.md b/deps/npm/doc/cli/changelog.md
index 0115405ca0..7c3a124c4f 100644
--- a/deps/npm/doc/cli/changelog.md
+++ b/deps/npm/doc/cli/changelog.md
@@ -3,6 +3,50 @@ npm-changelog(1) -- Changes
## HISTORY
+### 1.1.3
+
+* Update request to support HTTPS-over-HTTP proxy tunneling
+* Throw on undefined envs in config settings
+* Update which to 1.0.5
+* Fix windows UNC busyloop in findPrefix
+* Bundle nested bundleDependencies properly
+* Alias adduser to add-user
+* Doc updates (Christian Howe, Henrik Hodne, Andrew Lunny)
+* ignore logfd/outfd streams in makeEnv() (Rod Vagg)
+* shrinkwrap: Behave properly with url-installed deps
+* install: Support --save with url install targets
+* Support installing naked tars or single-file modules from urls etc.
+* init: Don't add engines section
+* Don't run make clean on rebuild
+* Added missing unicode replacement (atomizer)
+
+### 1.1.2
+
+Dave Pacheco (2):
+ add "npm shrinkwrap"
+
+Martin Cooper (1):
+ Fix #1753 Make a copy of the cached objects we'll modify.
+
+Tim Oxley (1):
+ correctly remove readme from default npm view command.
+
+Tyler Green (1):
+ fix #2187 set terminal columns to Infinity if 0
+
+isaacs (19):
+ update minimatch
+ update request
+ Experimental: single-file modules
+ Fix #2172 Don't remove global mans uninstalling local pkgs
+ Add --versions flag to show the version of node as well
+ Support --json flag for ls output
+ update request to 2.9.151
+
+### 1.1
+* Replace system tar dependency with a JS tar
+* Continue to refine
+
### 1.0
* Greatly simplified folder structure
* Install locally (bundle by default)