yog2-kernel
Advanced tools
Comparing version 0.3.3 to 0.3.4
## CHANGELOG | ||
#### 0.3.4 / 2015年08月16日 | ||
- 升级 node-ral | ||
- 支持HTTP_PROXY | ||
- HTTP协议错误会将错误码返回 | ||
#### 0.3.3 / 2015年07月09日 | ||
- 添加 promise 接口支持。yog.Promise 提供 bluebird 库,yog.ralPromise 与 yog.ralP 提供 promise 风格的 ral 封装 | ||
- 升级 yog-log 支持自动 APP 定位用于区分LOG | ||
#### 0.3.2 / 2015年06月23日 | ||
@@ -4,0 +15,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "yog2-kernel", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "yog2 kernel", | ||
@@ -40,3 +40,3 @@ "main": "index.js", | ||
"multiparty": "4.1.1", | ||
"node-ral": "0.0.x", | ||
"node-ral": "0.1.x", | ||
"response-time": "2.2.0", | ||
@@ -43,0 +43,0 @@ "serve-favicon": "2.1.7", |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var bodyParser = require('body-parser'); |
@@ -0,0 +0,0 @@ var compressible = require('compressible'); |
@@ -0,0 +0,0 @@ var cookieParser = require('cookie-parser'); |
@@ -0,0 +0,0 @@ var debuglog = require('debuglog')('yog/plugins'); |
@@ -0,0 +0,0 @@ module.exports.favicon = function(app, conf){ |
@@ -0,0 +0,0 @@ var methodOverride = require('method-override'); |
@@ -0,0 +0,0 @@ var debuglog = require('debuglog')('yog/plugins'); |
@@ -0,0 +0,0 @@ module.exports.responseTime = function(app, conf){ |
@@ -0,0 +0,0 @@ module.exports.static = function(app, conf){ |
@@ -0,0 +0,0 @@ var logger = require('yog-log'); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var ralMiddleware = require('node-ral').Middleware; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var mapjson = require('./mapjson.js'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ Yog2 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46883
+ Addednode-ral@0.1.3(transitive)
- Removednode-ral@0.0.42(transitive)
Updatednode-ral@0.1.x