Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-01-16 10:00:59 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-16 10:00:59 +0300
commit690d5c02b2611c148291d44780ce4bd6a2cb0404 (patch)
tree372d8d787ef9c9e44179b6d763959912145e13c0
parent6338bcfcd9cd1b0cc48b051dae764dc436ab5332 (diff)
update changelog for npm@2.3.0
-rw-r--r--CHANGELOG.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6576de6f..b73d83ac7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,63 @@
+### v2.3.0 (2015-01-15):
+
+#### REGISTRY 2: OH MY STARS! WHO AM I?
+
+* [`e662a60`](https://github.com/npm/npm/commit/e662a60e2f9a542effd8e72279d4622fe514415e)
+ The new `whoami` endpoint might not return a value.
+ ([@othiym23](https://github.com/othiym23))
+* [`c2cccd4`](https://github.com/npm/npm/commit/c2cccd4bbc65885239ed646eb510155f7b8af13d)
+ `npm-registry-client@5.0.0`: Includes the following fine changes
+ ([@othiym23](https://github.com/othiym23)):
+ * [`ba6b73e`](https://github.com/npm/npm-registry-client/commit/ba6b73e351027246c228622014e4441412409bad)
+ [#92](https://github.com/npm/npm-registry-client/issues/92) BREAKING CHANGE:
+ Move `/whoami` endpoint out of the package namespace (to `/-/whoami`).
+ ([@othiym23](https://github.com/othiym23))
+ * [`3b174b7`](https://github.com/npm/npm-registry-client/commit/3b174b75c0c9ea77e298e6bb664fb499824ecc7c)
+ [#93](https://github.com/npm/npm-registry-client/issues/93) Registries based
+ on token-based auth can now offer starring.
+ ([@bcoe](https://github.com/bcoe))
+ * [`4701a29`](https://github.com/npm/npm-registry-client/commit/4701a29bcda41bc14aa91f361dd0d576e24677d7)
+ Fix HTTP[S] connection keep-alive on Node 0.11 / io.js 1.0.
+ ([@fengmk2](https://github.com/fengmk2))
+
+#### BETTER REGISTRY METADATA CACHING
+
+* [`98e1e10`](https://github.com/npm/npm/commit/98e1e1080df1f2cab16ed68035603950ea3d2d48)
+ [#6791](https://github.com/npm/npm/issues/6791) Add caching based on
+ Last-Modified / If-Modified-Since headers. Includes this
+ `npm-registry-client@5.0.0` change ([@lxe](https://github.com/lxe)):
+ * [`07bc335`](https://github.com/npm/npm-registry-client/commit/07bc33502b93554cd7539bfcce37d6e2d5404cd0)
+ [#86](https://github.com/npm/npm-registry-client/issues/86) Add Last-Modified
+ / If-Modified-Since cache header handling. ([@lxe](https://github.com/lxe))
+
+#### HOW MUCH IS THAT WINDOWS IN THE DOGGY?
+
+* [`706d49a`](https://github.com/npm/npm/commit/706d49ab45521360fce1a68779b8de899015d8c2)
+ [#7107](https://github.com/npm/npm/issues/7107) `getCacheStat` passes a stub
+ stat on Windows. ([@rmg](https://github.com/rmg))
+* [`5fce278`](https://github.com/npm/npm/commit/5fce278a688a1cb79183e012bde40b089c2e97a4)
+ [#5267](https://github.com/npm/npm/issues/5267) Use `%COMSPEC%` when set on
+ Windows. ([@edmorley](https://github.com/edmorley))
+* [`cc2e099`](https://github.com/npm/npm/commit/cc2e09912ce2f91567c485422e4e797c4deb9842)
+ [#7083](https://github.com/npm/npm/issues/7083) Ensure Git cache prefix
+ exists before repo clone on Windows.
+ ([@othiym23](https://github.com/othiym23))
+
+#### THRILLING BUG FIXES
+
+* [`c6fb430`](https://github.com/npm/npm/commit/c6fb430e55672b3caf87d25cbd2aeeebc449e2f2)
+ [#4197](https://github.com/npm/npm/issues/4197) Report `umask` as a 0-padded
+ octal literal. ([@smikes](https://github.com/smikes))
+* [`209713e`](https://github.com/npm/npm/commit/209713ebd4b77da11ce27d90c3346f78d760ba52)
+ [#4197](https://github.com/npm/npm/issues/4197) `umask@1.1.0`: Properly
+ handle `umask`s (i.e. not decimal numbers).
+ ([@smikes](https://github.com/smikes))
+* [`9eac0a1`](https://github.com/npm/npm/commit/9eac0a14488c5979ebde4c17881c8cd74f395069)
+ Make the example for bin links non-destructive.
+ ([@KevinSheedy](https://github.com/KevinSheedy))
+* [`6338bcf`](https://github.com/npm/npm/commit/6338bcfcd9cd1b0cc48b051dae764dc436ab5332)
+ `glob@4.3.5`: " -> ', for some reason. ([@isaacs](https://github.com/isaacs))
+
### v2.2.0 (2015-01-08):
* [`88c531d`](https://github.com/npm/npm/commit/88c531d1c0b3aced8f2a09632db01b5635e7226a)