13433ac78d169de38c8be7a787779e67eb4f16e6
[platform/upstream/nodejs.git] / deps / npm / html / doc / changelog.html
1 <!doctype html>
2 <html>
3   <title>changelog</title>
4   <meta http-equiv="content-type" value="text/html;utf-8">
5   <link rel="stylesheet" type="text/css" href="../static/style.css">
6
7   <body>
8     <div id="wrapper">
9 <h1><a href="../doc/changelog.html">changelog</a></h1> <p>Changes</p>
10
11 <h2 id="HISTORY">HISTORY</h2>
12
13 <h3 id="1-1-3-1-1-4">1.1.3, 1.1.4</h3>
14
15 <ul><li>Update request to support HTTPS-over-HTTP proxy tunneling</li><li>Throw on undefined envs in config settings</li><li>Update which to 1.0.5</li><li>Fix windows UNC busyloop in findPrefix</li><li>Bundle nested bundleDependencies properly</li><li>Alias adduser to add-user</li><li>Doc updates  (Christian Howe, Henrik Hodne, Andrew Lunny)</li><li>ignore logfd/outfd streams in makeEnv() (Rod Vagg)</li><li>shrinkwrap: Behave properly with url-installed deps</li><li>install: Support --save with url install targets</li><li>Support installing naked tars or single-file modules from urls etc.</li><li>init: Don&#39;t add engines section</li><li>Don&#39;t run make clean on rebuild</li><li>Added missing unicode replacement (atomizer)</li></ul>
16
17 <h3 id="1-1-2">1.1.2</h3>
18
19 <p>Dave Pacheco (2):
20       add &quot;npm shrinkwrap&quot;</p>
21
22 <p>Martin Cooper (1):
23       Fix #1753 Make a copy of the cached objects we&#39;ll modify.</p>
24
25 <p>Tim Oxley (1):
26       correctly remove readme from default npm view command.</p>
27
28 <p>Tyler Green (1):
29       fix #2187 set terminal columns to Infinity if 0</p>
30
31 <p>isaacs (19):
32       update minimatch
33       update request
34       Experimental: single-file modules
35       Fix #2172 Don&#39;t remove global mans uninstalling local pkgs
36       Add --versions flag to show the version of node as well
37       Support --json flag for ls output
38       update request to 2.9.151</p>
39
40 <h3 id="1-1">1.1</h3>
41
42 <ul><li>Replace system tar dependency with a JS tar</li><li>Continue to refine</li></ul>
43
44 <h3 id="1-0">1.0</h3>
45
46 <ul><li>Greatly simplified folder structure </li><li>Install locally (bundle by default) </li><li>Drastic rearchitecture</li></ul>
47
48 <h3 id="0-3">0.3</h3>
49
50 <ul><li>More correct permission/uid handling when running as root  </li><li>Require node 0.4.0  </li><li>Reduce featureset  </li><li>Packages without &quot;main&quot; modules don&#39;t export modules</li><li>Remove support for invalid JSON (since node doesn&#39;t support it)</li></ul>
51
52 <h3 id="0-2">0.2</h3>
53
54 <ul><li>First allegedly &quot;stable&quot; release</li><li>Most functionality implemented </li><li>Used shim files and <code>name@version</code> symlinks</li><li>Feature explosion</li><li>Kind of a mess</li></ul>
55
56 <h3 id="0-1">0.1</h3>
57
58 <ul><li>push to beta, and announce  </li><li>Solaris and Cygwin support</li></ul>
59
60 <h3 id="0-0">0.0</h3>
61
62 <ul><li>Lots of sketches and false starts; abandoned a few times</li><li>Core functionality established</li></ul>
63
64 <h2 id="SEE-ALSO">SEE ALSO</h2>
65
66 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li></ul>
67 </div>
68 <p id="footer">changelog &mdash; npm@1.1.48</p>
69 <script>
70 ;(function () {
71 var wrapper = document.getElementById("wrapper")
72 var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0)
73   .filter(function (el) {
74     return el.parentNode === wrapper
75         && el.tagName.match(/H[1-6]/)
76         && el.id
77   })
78 var l = 2
79   , toc = document.createElement("ul")
80 toc.innerHTML = els.map(function (el) {
81   var i = el.tagName.charAt(1)
82     , out = ""
83   while (i > l) {
84     out += "<ul>"
85     l ++
86   }
87   while (i < l) {
88     out += "</ul>"
89     l --
90   }
91   out += "<li><a href='#" + el.id + "'>" +
92     ( el.innerText || el.text || el.innerHTML)
93     + "</a>"
94   return out
95 }).join("\n")
96 toc.id = "toc"
97 document.body.appendChild(toc)
98 })()
99 </script>
100 </body></html>