forked from ritthisakdi/npm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,100 @@ | ||
### v3.2.0 (2015-07-24): | ||
|
||
#### MORE CONFIG, BETTER WINDOWS AND A BUG FIX | ||
|
||
This is a smallish release with a new config option and some bug fixes. And | ||
lots of module updates. | ||
|
||
#### BETA BETAS ON | ||
|
||
**_THIS IS BETA SOFTWARE_**. Yes, we're still reminding you of this. No, | ||
you can't be excused. `npm@3` will remain in beta until we're confident | ||
that it's stable and have assessed the effect of the breaking changes on the | ||
community. During that time we will still be doing `npm@2` releases, with | ||
`npm@2` tagged as `latest` and `next`. We'll _also_ be publishing new | ||
releases of `npm@3` as `[email protected]` and `[email protected]` alongside those | ||
versions until we're ready to switch everyone over to `npm@3`. We need your | ||
help to find and fix its remaining bugs. It's a significant rewrite, so we | ||
are _sure_ there still significant bugs remaining. So do us a solid and | ||
deploy it in non-critical CI environments and for day-to-day use, but maybe | ||
don't use it for production maintenance or frontline continuous deployment | ||
just yet. | ||
|
||
|
||
#### NEW CONFIGS, LESS PROGRESS | ||
|
||
* [`423d8f7`](https://github.com/npm/npm/commit/423d8f7) | ||
[#8704](https://github.com/npm/npm/issues/8704) | ||
Add the ability to disable the new progress bar with `--no-progress` | ||
([@iarna](https://github.com/iarna)) | ||
|
||
#### AND BUG FIXES | ||
|
||
* [`b3ee452`](https://github.com/npm/npm/commit/b3ee452) | ||
[#9038](https://github.com/npm/npm/pull/9038) | ||
We previously disabled the use of the new `fs.access` API on Windows, but | ||
the bug we were seeing is fixed in [email protected] so we now use `fs.access` | ||
if you're using that version or greater. | ||
([@iarna](https://github.com/iarna)) | ||
|
||
* [`b181fa3`](https://github.com/npm/npm/commit/b181fa3) | ||
[#8921](https://github.com/npm/npm/issues/8921) | ||
[#8637](https://github.com/npm/npm/issues/8637) | ||
Rejigger how we validate modules for install. This allow is to fix | ||
a problem where arch/os checking wasn't being done at all. | ||
It also made it easy to add back in a check that declines to | ||
install a module in itself unless you force it. | ||
([@iarna](https://github.com/iarna)) | ||
|
||
#### AND A WHOLE BUNCH OF SUBDEP VERSIONS | ||
|
||
These are all development dependencies and semver-compatible subdep | ||
upgrades, so they should have visible impact on users. | ||
|
||
* [`6b3f6d9`](https://github.com/npm/npm/commit/6b3f6d9) [email protected] | ||
* [`f4e22e5`](https://github.com/npm/npm/commit/f4e22e5) [email protected] (inside concat-stream) | ||
* [`f130bfc`](https://github.com/npm/npm/commit/f130bfc) [email protected] (inside node-gyp's copy of glob) | ||
* [`36c6a0d`](https://github.com/npm/npm/commit/36c6a0d) [email protected] | ||
* [`80df59c`](https://github.com/npm/npm/commit/80df59c) [email protected] | ||
* [`ea935d9`](https://github.com/npm/npm/commit/ea935d9) [email protected] | ||
* [`3588a0c`](https://github.com/npm/npm/commit/3588a0c) [email protected] | ||
* [`c6a8450`](https://github.com/npm/npm/commit/c6a8450) [email protected] | ||
* [`a04925b`](https://github.com/npm/npm/commit/a04925b) [email protected] | ||
* [`ee7c095`](https://github.com/npm/npm/commit/ee7c095) [email protected] | ||
* [`944fc34`](https://github.com/npm/npm/commit/944fc34) [email protected] | ||
* [`783dc7b`](https://github.com/npm/npm/commit/783dc7b) lodash._[email protected] | ||
* [`acef0fe`](https://github.com/npm/npm/commit/acef0fe) lodash._[email protected] | ||
* [`dfe959a`](https://github.com/npm/npm/commit/dfe959a) lodash._[email protected] | ||
* [`a03bc76`](https://github.com/npm/npm/commit/a03bc76) lodash._[email protected] | ||
* [`8a07d50`](https://github.com/npm/npm/commit/8a07d50) lodash._[email protected] | ||
* [`7785e3f`](https://github.com/npm/npm/commit/7785e3f) lodash._[email protected] | ||
* [`826fb35`](https://github.com/npm/npm/commit/826fb35) lodash._[email protected] | ||
* [`76030b3`](https://github.com/npm/npm/commit/76030b3) lodash._[email protected] | ||
* [`1a49ec6`](https://github.com/npm/npm/commit/1a49ec6) lodash._[email protected] | ||
* [`eebe47f`](https://github.com/npm/npm/commit/eebe47f) [email protected] | ||
* [`09994d4`](https://github.com/npm/npm/commit/09994d4) [email protected] | ||
* [`b6f8dbf`](https://github.com/npm/npm/commit/b6f8dbf) [email protected] | ||
* [`c67dd6b`](https://github.com/npm/npm/commit/c67dd6b) [email protected] | ||
* [`4add042`](https://github.com/npm/npm/commit/4add042) [email protected] | ||
* [`e04993c`](https://github.com/npm/npm/commit/e04993c) [email protected] | ||
* [`2ed7da4`](https://github.com/npm/npm/commit/2ed7da4) [email protected] | ||
* [`ae08244`](https://github.com/npm/npm/commit/ae08244) [email protected] | ||
* [`e71410e`](https://github.com/npm/npm/commit/e71410e) [email protected] | ||
* [`67c13e0`](https://github.com/npm/npm/commit/67c13e0) [email protected] | ||
* [`12ee041`](https://github.com/npm/npm/commit/12ee041) [email protected] | ||
* [`15564a6`](https://github.com/npm/npm/commit/15564a6) [email protected] | ||
* [`8733bff`](https://github.com/npm/npm/commit/8733bff) [email protected] | ||
* [`230943c`](https://github.com/npm/npm/commit/230943c) [email protected] | ||
* [`26a4653`](https://github.com/npm/npm/commit/26a4653) [email protected] | ||
* [`3d27081`](https://github.com/npm/npm/commit/3d27081) [email protected] | ||
* [`9efa110`](https://github.com/npm/npm/commit/9efa110) [email protected] | ||
|
||
#### MERGED FORWARD | ||
|
||
* As usual, we've ported all the npm@2 goodies in this week's | ||
[v2.13.3](https://github.com/npm/npm/releases/tag/v2.13.3) | ||
release. | ||
|
||
### v2.13.3 (2015-07-23): | ||
|
||
#### I'M SAVING THE GOOD JOKES FOR MORE INTERESTING RELEASES | ||
|