|
| 1 | +### v2.3.0 (2015-01-15): |
| 2 | + |
| 3 | +#### REGISTRY 2: OH MY STARS! WHO AM I? |
| 4 | + |
| 5 | +* [`e662a60`](https://github.com/npm/npm/commit/e662a60e2f9a542effd8e72279d4622fe514415e) |
| 6 | + The new `whoami` endpoint might not return a value. |
| 7 | + ([@othiym23](https://github.com/othiym23)) |
| 8 | +* [`c2cccd4`](https://github.com/npm/npm/commit/c2cccd4bbc65885239ed646eb510155f7b8af13d) |
| 9 | + `[email protected]`: Includes the following fine changes |
| 10 | + ([@othiym23](https://github.com/othiym23)): |
| 11 | + * [`ba6b73e`](https://github.com/npm/npm-registry-client/commit/ba6b73e351027246c228622014e4441412409bad) |
| 12 | + [#92](https://github.com/npm/npm-registry-client/issues/92) BREAKING CHANGE: |
| 13 | + Move `/whoami` endpoint out of the package namespace (to `/-/whoami`). |
| 14 | + ([@othiym23](https://github.com/othiym23)) |
| 15 | + * [`3b174b7`](https://github.com/npm/npm-registry-client/commit/3b174b75c0c9ea77e298e6bb664fb499824ecc7c) |
| 16 | + [#93](https://github.com/npm/npm-registry-client/issues/93) Registries based |
| 17 | + on token-based auth can now offer starring. |
| 18 | + ([@bcoe](https://github.com/bcoe)) |
| 19 | + * [`4701a29`](https://github.com/npm/npm-registry-client/commit/4701a29bcda41bc14aa91f361dd0d576e24677d7) |
| 20 | + Fix HTTP[S] connection keep-alive on Node 0.11 / io.js 1.0. |
| 21 | + ([@fengmk2](https://github.com/fengmk2)) |
| 22 | + |
| 23 | +#### BETTER REGISTRY METADATA CACHING |
| 24 | + |
| 25 | +* [`98e1e10`](https://github.com/npm/npm/commit/98e1e1080df1f2cab16ed68035603950ea3d2d48) |
| 26 | + [#6791](https://github.com/npm/npm/issues/6791) Add caching based on |
| 27 | + Last-Modified / If-Modified-Since headers. Includes this |
| 28 | + `[email protected]` change ( [@lxe](https://github.com/lxe)): |
| 29 | + * [`07bc335`](https://github.com/npm/npm-registry-client/commit/07bc33502b93554cd7539bfcce37d6e2d5404cd0) |
| 30 | + [#86](https://github.com/npm/npm-registry-client/issues/86) Add Last-Modified |
| 31 | + / If-Modified-Since cache header handling. ([@lxe](https://github.com/lxe)) |
| 32 | + |
| 33 | +#### HOW MUCH IS THAT WINDOWS IN THE DOGGY? |
| 34 | + |
| 35 | +* [`706d49a`](https://github.com/npm/npm/commit/706d49ab45521360fce1a68779b8de899015d8c2) |
| 36 | + [#7107](https://github.com/npm/npm/issues/7107) `getCacheStat` passes a stub |
| 37 | + stat on Windows. ([@rmg](https://github.com/rmg)) |
| 38 | +* [`5fce278`](https://github.com/npm/npm/commit/5fce278a688a1cb79183e012bde40b089c2e97a4) |
| 39 | + [#5267](https://github.com/npm/npm/issues/5267) Use `%COMSPEC%` when set on |
| 40 | + Windows. ([@edmorley](https://github.com/edmorley)) |
| 41 | +* [`cc2e099`](https://github.com/npm/npm/commit/cc2e09912ce2f91567c485422e4e797c4deb9842) |
| 42 | + [#7083](https://github.com/npm/npm/issues/7083) Ensure Git cache prefix |
| 43 | + exists before repo clone on Windows. |
| 44 | + ([@othiym23](https://github.com/othiym23)) |
| 45 | + |
| 46 | +#### THRILLING BUG FIXES |
| 47 | + |
| 48 | +* [`c6fb430`](https://github.com/npm/npm/commit/c6fb430e55672b3caf87d25cbd2aeeebc449e2f2) |
| 49 | + [#4197](https://github.com/npm/npm/issues/4197) Report `umask` as a 0-padded |
| 50 | + octal literal. ([@smikes](https://github.com/smikes)) |
| 51 | +* [`209713e`](https://github.com/npm/npm/commit/209713ebd4b77da11ce27d90c3346f78d760ba52) |
| 52 | + [#4197](https://github.com/npm/npm/issues/4197) `[email protected]`: Properly |
| 53 | + handle `umask`s (i.e. not decimal numbers). |
| 54 | + ([@smikes](https://github.com/smikes)) |
| 55 | +* [`9eac0a1`](https://github.com/npm/npm/commit/9eac0a14488c5979ebde4c17881c8cd74f395069) |
| 56 | + Make the example for bin links non-destructive. |
| 57 | + ([@KevinSheedy](https://github.com/KevinSheedy)) |
| 58 | +* [`6338bcf`](https://github.com/npm/npm/commit/6338bcfcd9cd1b0cc48b051dae764dc436ab5332) |
| 59 | + `[email protected]`: " -> ', for some reason. ( [@isaacs](https://github.com/isaacs)) |
| 60 | + |
1 | 61 | ### v2.2.0 (2015-01-08):
|
2 | 62 |
|
3 | 63 | * [`88c531d`](https://github.com/npm/npm/commit/88c531d1c0b3aced8f2a09632db01b5635e7226a)
|
|
0 commit comments