Skip to content

Commit 25ebbb1

Browse files
committedJun 1, 2017
doc: update changelog for npm@5.0.1
1 parent 7e5ce87 commit 25ebbb1

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
 

‎CHANGELOG.md

+82
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
## v5.0.1 (2017-05-31):
2+
3+
Hey y'all! Hope you're enjoying the new npm!
4+
5+
As you all know, fresh software that's gone through major overhauls tends to
6+
miss a lot of spots the old one used to handle well enough, and `npm@5` is no
7+
exception. The CLI team will be doing faster release cycles that go directly to
8+
the `latest` tag for a couple of weeks while 5 stabilizes a bit and we're
9+
confident the common low-hanging fruit people are running into are all taken
10+
care of.
11+
12+
With that said: this is our first patch release! The biggest focus is fixing up
13+
a number of git-related issues that folks ran into right out the door. It also
14+
fixes other things, like some proxy/auth-related issues, and even has a neat
15+
speed boost! (You can expect more speed bumps in the coming releases as pending
16+
work starts landing, too!)
17+
18+
Thanks everyone who's been reporting issues and submitting patches!
19+
20+
### BUGFIXES
21+
22+
* [`e61e68dac`](https://github.com/npm/npm/commit/e61e68dac4fa51c0540a064204a75b19f8052e58)
23+
[#16762](https://github.com/npm/npm/pull/16762)
24+
Make `npm publish` obey the `--tag` flag again.
25+
([@zkat](https://github.com/zkat))
26+
* [`923fd58d3`](https://github.com/npm/npm/commit/923fd58d312f40f8c17b232ad1dfc8e2ff622dbd)
27+
[#16749](https://github.com/npm/npm/pull/16749)
28+
Speed up installations by nearly 20% by... removing one line of code. (hah)
29+
([@mikesherov](https://github.com/mikesherov))
30+
* [`9aac984cb`](https://github.com/npm/npm/commit/9aac984cbbfef22182ee42b51a193c0b47146ad6)
31+
Guard against a particular failure mode for a bug still being hunted down.
32+
([@iarna](https://github.com/iarna))
33+
* [`80ab521f1`](https://github.com/npm/npm/commit/80ab521f18d34df109de0c5dc9eb1cde5ff6d7e8)
34+
Pull in dependency updates for various core deps:
35+
* New `pacote` fixes several git-related bugs.
36+
* `ssri` update fixes crash on early node@4 versions.
37+
* `make-fetch-happen` update fixes proxy authentication issue.
38+
* `npm-user-validate` adds regex for blocking usernames with illegal chars.
39+
([@zkat](https://github.com/zkat))
40+
* [`7e5ce87b8`](https://github.com/npm/npm/commit/7e5ce87b84880c7433ee4c07d2dd6ce8806df436)
41+
`pacote@2.7.26`:
42+
Fixes various other git issues related to commit hashes.
43+
([@zkat](https://github.com/zkat))
44+
* [`acbe85bfc`](https://github.com/npm/npm/commit/acbe85bfc1a68d19ca339a3fb71da0cffbf58926)
45+
[#16791](https://github.com/npm/npm/pull/16791)
46+
`npm view` was calling `cb` prematurely and giving partial output when called
47+
in a child process.
48+
([@zkat](https://github.com/zkat))
49+
* [`ebafe48af`](https://github.com/npm/npm/commit/ebafe48af91f702ccefc8c619d52fed3b8dfd3c7)
50+
[#16750](https://github.com/npm/npm/pull/16750)
51+
Hamilpatch the Musical: Talk less, complete more.
52+
([@aredridel](https://github.com/aredridel))
53+
54+
### DOCUMENTATION
55+
56+
* [`dc2823a6c`](https://github.com/npm/npm/commit/dc2823a6c5fc098041e61515c643570819d059d2)
57+
[#16799](https://github.com/npm/npm/pull/16799)
58+
Document that `package-lock.json` is never allowed in tarballs.
59+
([@sonicdoe](https://github.com/sonicdoe))
60+
* [`f3cb84b44`](https://github.com/npm/npm/commit/f3cb84b446c51d628ee0033cdf13752c15b31a29)
61+
[#16771](https://github.com/npm/npm/pull/16771)
62+
Fix `npm -l` usage information for the `test` command.
63+
([@grawlinson](https://github.com/grawlinson))
64+
65+
### OTHER CHANGES
66+
67+
* [`661262309`](https://github.com/npm/npm/commit/66126230912ab5ab35287b40a9908e036fa73994)
68+
[#16756](https://github.com/npm/npm/pull/16756)
69+
remove unused argument
70+
([@Aladdin-ADD](https://github.com/Aladdin-ADD))
71+
* [`c3e0b4287`](https://github.com/npm/npm/commit/c3e0b4287ea69735cc367aa7bb7e7aa9a6d9804b)
72+
[#16296](https://github.com/npm/npm/pull/16296)
73+
preserve same name convention for command
74+
([@desfero](https://github.com/desfero))
75+
* [`9f814831d`](https://github.com/npm/npm/commit/9f814831d330dde7702973186aea06caaa77ff31)
76+
[#16757](https://github.com/npm/npm/pull/16757)
77+
remove unused argument
78+
([@Aladdin-ADD](https://github.com/Aladdin-ADD))
79+
* [`3cb843239`](https://github.com/npm/npm/commit/3cb8432397b3666d88c31131dbb4599016a983ff)
80+
minor linter fix
81+
([@zkat](https://github.com/zkat))
82+
183
## v5.0.0 (2017-05-25)
284

385
Wowowowowow npm@5!

0 commit comments

Comments
 (0)
Please sign in to comment.