|
| 1 | +### v2.9.0 (2015-04-23): |
| 2 | + |
| 3 | +This week was kind of a breather to concentrate on fixing up the tests on the |
| 4 | +`multi-stage` branch, and not mess with git issues for a little while. |
| 5 | +Unfortunately, There are now enough severe git issues that we'll probably have |
| 6 | +to spend another couple weeks tackling them. In the meantime, enjoy these two |
| 7 | +small features. They're just enough to qualify for a semver-minor bump: |
| 8 | + |
| 9 | +#### NANOFEATURES |
| 10 | + |
| 11 | +* [`2799322`](https://github.com/npm/npm/commit/279932298ce5b589c5eea9439ac40b88b99c6a4a) |
| 12 | + [#7426](https://github.com/npm/npm/issues/7426) Include local modules in `npm |
| 13 | + outdated` and `npm update`. ([@ArnaudRinquin](https://github.com/ArnaudRinquin)) |
| 14 | +* [`2114862`](https://github.com/npm/npm/commit/21148620fa03a582f4ec436bb16bd472664f2737) |
| 15 | + [#8014](https://github.com/npm/npm/issues/8014) The prefix used before the |
| 16 | + version on version tags is now configurable via `tag-version-prefix`. Be |
| 17 | + careful with this one and read the docs before using it. |
| 18 | + ([@kkragenbrink](https://github.com/kkragenbrink)) |
| 19 | + |
| 20 | +#### OTHER MINOR TWEAKS |
| 21 | + |
| 22 | +* [`18ce0ec`](https://github.com/npm/npm/commit/18ce0ecd2d94ad3af01e997f1396515892dd363c) |
| 23 | + [#3032](https://github.com/npm/npm/issues/3032) `npm unpublish` will now use |
| 24 | + the registry set in `package.json`, just like `npm publish`. This only |
| 25 | + applies, for now, when unpublishing the entire package, as unpublishing a |
| 26 | + single version requires the name be included on the command line and |
| 27 | + therefore doesn't read from `package.json`. ([@watilde](https://github.com/watilde)) |
| 28 | +* [`9ad2100`](https://github.com/npm/npm/commit/9ad210042242e51d52b2a8b633d8e59248f5faa4) |
| 29 | + [#8008](https://github.com/npm/npm/issues/8008) Once again, when considering |
| 30 | + what to install on `npm install`, include `devDependencies`. |
| 31 | + ([@smikes](https://github.com/smikes)) |
| 32 | +* [`5466260`](https://github.com/npm/npm/commit/546626059909dca1906454e820ca4e315c1795bd) |
| 33 | + [#8003](https://github.com/npm/npm/issues/8003) Clarify the documentation |
| 34 | + around scopes to make it easier to understand how they support private |
| 35 | + packages. ([@smikes](https://github.com/smikes)) |
| 36 | + |
| 37 | +#### DEPENDENCIES WILL NOT STOP UNTIL YOU ARE VERY SLEEPY |
| 38 | + |
| 39 | +* [`faf65a7`](https://github.com/npm/npm/commit/faf65a7bbb2fad13216f64ed8f1243bafe743f97) |
| 40 | + `[email protected]`: If there are multiple validation errors and |
| 41 | + warnings, ensure they all get displayed (includes a rad new way of testing |
| 42 | + `init-package-json` contributed by |
| 43 | + [@michaelnisi](https://github.com/michaelnisi)). |
| 44 | + ([@MisumiRize](https://github.com/MisumiRize)) |
| 45 | +* [`7f10f38`](https://github.com/npm/npm/commit/7f10f38d29a8423d7cde8103fa7b64ac728da1e0) |
| 46 | + `[email protected]`: `1.0.0` is literally more than `0.1.0` (no change aside from |
| 47 | + version number). ([@substack](https://github.com/substack)) |
| 48 | +* [`4979af3`](https://github.com/npm/npm/commit/4979af3fcae5a3962383b7fdad3162381e62eefe) |
| 49 | + [#6805](https://github.com/npm/npm/issues/6805) `[email protected]`: |
| 50 | + Decode scoped package names sent by the registry so they look nicer. |
| 51 | + ([@mmalecki](https://github.com/mmalecki)) |
| 52 | + |
| 53 | +### v2.8.4 (2015-04-16): |
| 54 | + |
| 55 | +This is the fourth release of npm this week, so it's mostly just landing a few |
| 56 | +small outstanding PRs on dependencies and some tiny documentation tweaks. |
| 57 | +`[email protected]` is where the real action is. |
| 58 | + |
| 59 | +* [`ee2bd77`](https://github.com/npm/npm/commit/ee2bd77f3c64d38735d1d31028224a5c40422a9b) |
| 60 | + [#7983](https://github.com/npm/npm/issues/7983) `[email protected]`: Better error |
| 61 | + reporting in corrupted tar files, and add support for the `fromBase` flag |
| 62 | + (rescued from the dustbin of history by |
| 63 | + [@deanmarano](https://github.com/deanmarano)). |
| 64 | + ([@othiym23](https://github.com/othiym23)) |
| 65 | +* [`d8eee6c`](https://github.com/npm/npm/commit/d8eee6cf9d2ff7aca68dfaed2de76824a3e0d9af) |
| 66 | + `[email protected]`: Add support for a default author, and only add |
| 67 | + scope to a package name once. ([@othiym23](https://github.com/othiym23)) |
| 68 | +* [`4fc5d98`](https://github.com/npm/npm/commit/4fc5d98b785f601c60d4dc0a2c8674f0cccf6262) |
| 69 | + `[email protected]`: Small tweaks to cache value aging and entry counting that |
| 70 | + are irrelevant to npm. ([@isaacs](https://github.com/isaacs)) |
| 71 | +* [`1fe5840`](https://github.com/npm/npm/commit/1fe584089f5bef133de5518aa26eaf6064be2bf7) |
| 72 | + [#7946](https://github.com/npm/npm/issues/7946) Make `npm init` text |
| 73 | + friendlier. ([@sandfox](https://github.com/sandfox)) |
| 74 | + |
1 | 75 | ### v2.8.3 (2015-04-15):
|
2 | 76 |
|
3 | 77 | #### TWO SMALL GIT TWEAKS
|
|
0 commit comments