|
1 | 1 |
|
| 2 | +0.3.0 / 2014-02-27 |
| 3 | +================== |
| 4 | + |
| 5 | + * fix typo and dont sync not exists pkgs |
| 6 | + * use koa-middlewares |
| 7 | + * fix signed cookie not work on [email protected]; node --harmony-generators |
| 8 | + * fix opensearch test case |
| 9 | + * update koa bodyparser |
| 10 | + * logger.error(err) should send err stack email notice |
| 11 | + * json body parse limit and bug fix. |
| 12 | + * fix sync 404 reason not clear |
| 13 | + * all controllers to koa |
| 14 | + * controller/web/user.js to koa |
| 15 | + * change web connect to koa |
| 16 | + * use outputError |
| 17 | + * use yield exports.addPackageAndDist.call(this, next); |
| 18 | + * add end() when ws write end |
| 19 | + * fix yield coWrite |
| 20 | + * fix all the test of registry module.test.js |
| 21 | + * convert registry/module.js to koa type |
| 22 | + * fix auth middleware |
| 23 | + * finish registry user controller koa and update mm to support thunkify. fixed #196 |
| 24 | + * change controllers/user.js to koa |
| 25 | + * thunkify all proxy |
| 26 | + * convert all middlewares to koa type |
| 27 | + * change regsitry sync to koa |
| 28 | + * addd koa-jsonp, koa-bodyparser, fix / controller |
| 29 | + * first koa run registry home page / |
| 30 | + * Merge pull request #212 from cnpm/fix-sync-404 |
| 31 | + * return friendly 404 reason |
| 32 | + * Merge pull request #211 from cnpm/bug-fix |
| 33 | + * override json limit to default 10mb. fixed #209 |
| 34 | + * fix #210 addPackageAndDist package version detect bug |
| 35 | + |
2 | 36 | 0.2.27 / 2014-02-19 |
3 | 37 | ================== |
4 | 38 |
|
|
0 commit comments