|
| 1 | +### v2.11.2 (2015-06-04): |
| 2 | + |
| 3 | +Another small release this week, brought to you by the latest addition to the |
| 4 | +CLI team, [@zkat](https://github.com/zkat) (Hi, all!) |
| 5 | + |
| 6 | +Mostly small documentation tweaks and version updates. Oh! And `npm outdated` |
| 7 | +is actually sorted now. Rejoice! |
| 8 | + |
| 9 | +It's gonna be a while before we get another palindromic version number. Enjoy it |
| 10 | +while it lasts. :3 |
| 11 | + |
| 12 | +#### QUALITY OF LIFE HAS NEVER BEEN BETTER |
| 13 | + |
| 14 | +* [`31aada4`](https://github.com/npm/npm/commit/31aada4ccc369c0903ff7f233f464955d12c6fe2) |
| 15 | + [#8401](https://github.com/npm/npm/issues/8401) `npm outdated` output is just |
| 16 | + that much nicer to consume now, due to sorting by name. |
| 17 | + [@watilde](https://github.com/watilde) |
| 18 | +* [`458a919`](https://github.com/npm/npm/commit/458a91925d8b20c5e672ba71a86745aad654abaf) |
| 19 | + [#8469](https://github.com/npm/npm/pull/8469) Explicitly set `cwd` for |
| 20 | + `preversion`, `version`, and `postversion` scripts. This makes the scripts |
| 21 | + findable relative to the root dir. |
| 22 | + ([@alexkwolfe](https://github.com/alexkwolfe)) |
| 23 | +* [`55d6d71`](https://github.com/npm/npm/commit/55d6d71562e979e745c9db88861cc39f99b9f3ec) |
| 24 | + Ensure package name and version are included in display during `npm version` |
| 25 | + lifecycle execution. Gets rid of those little `undefined`s in the console. |
| 26 | + ([@othiym23](https://github.com/othiym23)) |
| 27 | + |
| 28 | +#### WORDS HAVE NEVER BEEN QUITE THIS READABLE |
| 29 | + |
| 30 | +* [`3901e49`](https://github.com/npm/npm/commit/3901e4974c800e7f9fba4a5b2ff88da1126d5ef8) |
| 31 | + [#8462](https://github.com/npm/npm/pull/8462) English apparently requires |
| 32 | + correspondence between indefinite articles and attached nouns. |
| 33 | + ([@Enet4](https://github.com/Enet4)) |
| 34 | +* [`5a744e4`](https://github.com/npm/npm/commit/5a744e4b143ef7b2f50c80a1d96fdae4204d452b) |
| 35 | + [#8421](https://github.com/npm/npm/pull/8421) The effect of `npm prune`'s |
| 36 | + `--production` flag and how to use it have been documented a bit better. |
| 37 | + ([@foiseworth](https://github.com/foiseworth)) |
| 38 | +* [`eada625`](https://github.com/npm/npm/commit/eada625993485f0a2c5324b06f02bfa0a95ce4bc) |
| 39 | + We've updated our `.mailmap` and `AUTHORS` files to make sure credit is given |
| 40 | + where credit is due. ([@othiym23](https://github.com/othiym23)) |
| 41 | + |
| 42 | +#### VERSION NUMBERS HAVE NEVER BEEN BIGGER |
| 43 | + |
| 44 | +* [`c929fd1`](https://github.com/npm/npm/commit/c929fd1d0604b5878ed05706447e078d3e41f5b3) |
| 45 | + `[email protected]`: Manually installed `v1.1.13` (steams3) to make deduping more reliable on `npm@<3`. |
| 46 | + ([@othiym23](https://github.com/othiym23)) |
| 47 | +* [`a9b4b78`](https://github.com/npm/npm/commit/a9b4b78dcc85571fd1cdd737903f7f37a5e6a755) |
| 48 | + `[email protected]`: Replace dependency on IncomingMessage's `.client` with `.socket` as the former was deprecated in 2.2.0. |
| 49 | + ([@othiym23](https://github.com/othiym23)) |
| 50 | +* [`4b5e557`](https://github.com/npm/npm/commit/4b5e557a23cdefd521ad154111e3d4dcc81f1cdb) |
| 51 | + `[email protected]`: Better testing, with coverage. |
| 52 | + ([@othiym23](https://github.com/othiym23)) |
| 53 | +* [`561affe`](https://github.com/npm/npm/commit/561affee21df9bbea5a47298f2452f533be8f359) |
| 54 | + `[email protected]`: .npmignore added for less cruft, and better testing, with coverage. |
| 55 | + ([@othiym23](https://github.com/othiym23)) |
| 56 | +* [`60aef3c`](https://github.com/npm/npm/commit/60aef3cf5d84d757752db3eb8ede2cb385469e7b) |
| 57 | + |
| 58 | + ([@zkat](https://github.com/zkat)) |
| 59 | +* [`f8bd453`](https://github.com/npm/npm/commit/f8bd453b1a1c46ba7666cb166595e8a011eae443) |
| 60 | + `[email protected]`: Added MIT license to package.json |
| 61 | + ([@zkat](https://github.com/zkat)) |
| 62 | + |
1 | 63 | ### v2.11.1 (2015-05-28):
|
2 | 64 |
|
3 | 65 | This release brought to you from poolside at the Omni Amelia Island Resort and
|
|
0 commit comments