|
| 1 | +### v2.13.2 (2015-07-16): |
| 2 | + |
| 3 | +#### HOLD ON TO YOUR TENTACLES... IT'S NPM RELEASE TIME! |
| 4 | + |
| 5 | +Kat: Hooray! Full team again, and we've got a pretty small patch release this |
| 6 | +week, about everyone's favorite recurring issue: git URLs! |
| 7 | + |
| 8 | +Rebecca: No Way! Again? |
| 9 | + |
| 10 | +Kat: The ride never ends! In the meantime, there's some fun, exciting work in |
| 11 | +the background to get orgs and teams out the door. Keep an eye out for news. :) |
| 12 | + |
| 13 | +Rebecca: And make sure to keep an eye out for patches for the super-fresh |
| 14 | +`npm@3`! |
| 15 | + |
| 16 | +#### LET'S GIT INKY |
| 17 | + |
| 18 | +Rebecca: So what's this about another git URL issue? |
| 19 | + |
| 20 | +Kat: Welp, I apparently broke backwards-compatibility on what are actually |
| 21 | +invalid `git+https` URLs! So I'm making it work, but we're gonna deprecate URLs |
| 22 | +that look like `git+https://user@host:path/is/here`. |
| 23 | + |
| 24 | +Rebecca: What should we use instead?! |
| 25 | + |
| 26 | +Kat: Just do me a solid and use `git+ssh://user@host:path/here` or |
| 27 | +`git+https://user@host/absolute/https/path` instead! |
| 28 | + |
| 29 | +* [`769f06e`](https://github.com/npm/npm/commit/769f06e5455d7a9fc738379de2e05868df0dab6f) |
| 30 | + Updated tests for `getResolved` so the URLs are run through |
| 31 | + `normalize-git-url`. |
| 32 | + ([@zkat](https://github.com/zkat)) |
| 33 | +* [`edbae68`](https://github.com/npm/npm/commit/edbae685bf48971e878ced373d6825fc1891ee47) |
| 34 | + [#8881](https://github.com/npm/npm/issues/8881) Added tests to verify that `git+https:` URLs are handled compatibly. |
| 35 | + ([@zkat](https://github.com/zkat)) |
| 36 | + |
| 37 | +#### NEWS FLASH! DOCUMENTATION IMPROVEMENTS! |
| 38 | + |
| 39 | +* [`bad4e014`](https://github.com/npm/npm/commit/bad4e0143cc95754a682f1da543b2b4e196e924b) |
| 40 | + [#8924](https://github.com/npm/npm/pull/8924) Make sure documented default |
| 41 | + values in `lib/cache.js` properly correspond to current code. |
| 42 | + ([@watilde](https://github.com/watilde)) |
| 43 | +* [`e7a11fd`](https://github.com/npm/npm/commit/e7a11fdf70e333cdfe3dac94a1a30907adb76d59) |
| 44 | + [#8036](https://github.com/npm/npm/issues/8036) Clarify the documentation for |
| 45 | + `.npmrc` to clarify that it's not read at the project level when doing global |
| 46 | + installs. |
| 47 | + ([@espadrine](https://github.com/espadrine)) |
| 48 | + |
| 49 | +#### STAY FRESH~ |
| 50 | + |
| 51 | +Kat: That's it for npm core changes! |
| 52 | + |
| 53 | +Rebecca: Great! Let's look at the fresh new dependencies, then! |
| 54 | + |
| 55 | +Kat: See you all next week! |
| 56 | + |
| 57 | +Both: Stay Freeesh~ |
| 58 | + |
| 59 | +(some cat form of Forrest can be seen snoring in the corner) |
| 60 | + |
| 61 | +* [`bfa1f45`](https://github.com/npm/npm/bfa1f45ee760d05039557d2245b7e3df9fda8def) |
| 62 | + `[email protected]`: Fixes url normalization such that `git+https:` |
| 63 | + accepts scp syntax, but get converted into absolute-path `https:` URLs. Also |
| 64 | + fixes scp syntax so you can have absolute paths after the `:` |
| 65 | + ( `[email protected]:/some/absolute/place.git`) |
| 66 | + ([@zkat](https://github.com/zkat)) |
| 67 | +* [`6f757d2`](https://github.com/npm/npm/6f757d22b53f91da0bebec6b5d16c1f4dbe130b4) |
| 68 | + `[email protected]`: Better handling of ENOTSUP |
| 69 | + ([@isaacs](https://github.com/isaacs)) |
| 70 | +* [`0920819`](https://github.com/npm/npm/09208197fb8b0c6d5dbf6bd7f59970cf366de989) |
| 71 | + `[email protected]`: Fixes an issue with long paths on Win32 |
| 72 | + ([@TooTallNate](https://github.com/TooTallNate)) |
| 73 | + |
1 | 74 | ### v2.13.1 (2015-07-09):
|
2 | 75 |
|
3 | 76 | #### KAUAI WAS NICE. I MISS IT.
|
|
0 commit comments