Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hefangshi committed Dec 17, 2015
1 parent bac4138 commit 75196f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## CHANGELOG

#### 0.6.0/ 2015年12月17日

- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- 支持 SpiderMode ,此模式下,所有 BigPipe 和 Quickling 数据均会同步渲染供爬虫使用
- 支持 Action 返回 async function,并会统一处理 async function 的异常
- res.bigpipe.bind 兼容 cb 模式和返回一个 Promise Factory的模式
- conf/plugins/promise.js 中默认添加 overridePromise: true 配置项,全局的 Promise 会被替换为 bluebird
- conf/plugins/view.js 中添加bigpipeOpt.isSpiderMode 配置项,默认匹配 UA 中包含 bot 或 spider 的请求

#### 0.5.0/ 2015年12月3日

- deps: [email protected], 支持mock, degrade配置
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yog2-kernel",
"version": "0.5.0",
"version": "0.6.0",
"description": "yog2 kernel",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"express": "4.13.3",
"node-ral": "~0.4.0",
"yog-log": "~0.0.20",
"yog-swig": "~0.2.4",
"yog-bigpipe": "~0.2.3",
"yog-view": "~0.3.3"
"yog-swig": "~0.3.0",
"yog-bigpipe": "~0.3.0",
"yog-view": "~0.4.0"
},
"devDependencies": {
"istanbul": "0.3.0",
Expand Down

0 comments on commit 75196f7

Please sign in to comment.