|
| 1 | +### v2.4.1 (2015-01-23): |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +Let's accentuate the positive: the `dist-tag` endpoints for `npm dist-tag |
| 6 | +{add,rm,ls}` are now live on the public npm registry. |
| 7 | + |
| 8 | +* [`f70272b`](https://github.com/npm/npm/commit/f70272bed7d77032d1e21553371dd5662fef32f2) |
| 9 | + `[email protected]`: Properly escape JSON tag version strings and |
| 10 | + filter `_etag` from CouchDB docs. ([@othiym23](https://github.com/othiym23)) |
| 11 | + |
| 12 | +### v2.4.0 (2015-01-22): |
| 13 | + |
| 14 | +#### REGISTRY 2: ACCESS AND DIST-TAGS |
| 15 | + |
| 16 | +NOTE: This week's registry-2 commands are leading the implementation on |
| 17 | +registry.npmjs.org a little bit, so some of the following may not work for |
| 18 | +another week or so. Also note that `npm access` has documentation and |
| 19 | +subcommands that are not yet finished, because they depend on incompletely |
| 20 | +specified registry API endpoints. Things are coming together very quickly, |
| 21 | +though, so expect the missing pieces to be filled in the coming weeks. |
| 22 | + |
| 23 | +* [`c963eb2`](https://github.com/npm/npm/commit/c963eb295cf766921b1680f4a71fd0ed3e1bcad8) |
| 24 | + [#7181](https://github.com/npm/npm/issues/7181) NEW `npm access public` and |
| 25 | + `npm access restricted`: Toggle visibility of scoped packages. |
| 26 | + ([@othiym23](https://github.com/othiym23)) |
| 27 | +* [`dc51810`](https://github.com/npm/npm/commit/dc51810e08c0f104259146c9c035d255de4f7d1d) |
| 28 | + [#6243](https://github.com/npm/npm/issues/6243) / |
| 29 | + [#6854](https://github.com/npm/npm/issues/6854) NEW `npm dist-tags`: Directly |
| 30 | + manage `dist-tags` on packages. Most notably, `dist-tags` can now be deleted. |
| 31 | + ([@othiym23](https://github.com/othiym23)) |
| 32 | +* [`4c7c132`](https://github.com/npm/npm/commit/4c7c132a6b8305dca2974943226c39c0cdc64ff9) |
| 33 | + [#7181](https://github.com/npm/npm/issues/7181) / |
| 34 | + [#6854](https://github.com/npm/npm/issues/6854) `[email protected]`: |
| 35 | + Add new `access` and `dist-tags` endpoints |
| 36 | + ([@othiym23](https://github.com/othiym23)) |
| 37 | + |
| 38 | +#### NOT EXACTLY SELF-DEPRECATING |
| 39 | + |
| 40 | +* [`10d5c77`](https://github.com/npm/npm/commit/10d5c77653487f15759ac7de262a97e9c655240c) |
| 41 | + [#6274](https://github.com/npm/npm/issues/6274) Deprecate `npm tag` in favor |
| 42 | + of `npm dist-tag`. ([@othiym23](https://github.com/othiym23)) |
| 43 | + |
| 44 | +#### BUG FIX AND TINY FEATURE |
| 45 | + |
| 46 | +* [`29a6ef3`](https://github.com/npm/npm/commit/29a6ef38ef86ac318c5d9ea4bee28ce614672fa6) |
| 47 | + [#6850](https://github.com/npm/npm/issues/6850) Be smarter about determining |
| 48 | + base of file deletion when unbuilding. ([@phated](https://github.com/phated)) |
| 49 | +* [`4ad01ea`](https://github.com/npm/npm/commit/4ad01ea2930a7a1cf88be121cc5ce9eba40c6807) |
| 50 | + `[email protected]`: Support `--save-exact` in `npm init`. |
| 51 | + ([@gustavnikolaj](https://github.com/gustavnikolaj)) |
| 52 | + |
1 | 53 | ### v2.3.0 (2015-01-15):
|
2 | 54 |
|
3 | 55 | #### REGISTRY 2: OH MY STARS! WHO AM I?
|
|
0 commit comments