Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-02 11:20:22 +0400
committerisaacs <i@izs.me>2012-03-02 11:20:22 +0400
commit713037e2a5f79e04f6df4cf758193a1d74c1bc61 (patch)
tree8b5fb9b15c094c8ec1095a827e769c9bbee58e18
parentfd8c8a2a3a9372da1610398a4cdb608cc96e121a (diff)
Changelog for 1.1.3
-rw-r--r--doc/cli/changelog.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/cli/changelog.md b/doc/cli/changelog.md
index baf72ea50..7c3a124c4 100644
--- a/doc/cli/changelog.md
+++ b/doc/cli/changelog.md
@@ -3,6 +3,23 @@ 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):
@@ -26,6 +43,9 @@ isaacs (19):
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