Skip to content

Commit

Permalink
2017-10-23, Version 0.5.0
Browse files Browse the repository at this point in the history
Notable changes

* **Cluster**
  * Add the dependency of akyuu-cluster and make logger to adapt cluster.

PR-URL: #34
  • Loading branch information
DuanPengfei committed Oct 23, 2017
1 parent ed11a02 commit f6b32c8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,29 @@
</tr>
<tr>
<td>
<a href="#0.5.0">0.5.0</a><br />
<a href="#0.4.0">0.4.0</a><br />
<a href="#0.3.0">0.3.0</a><br />
</td>
</tr>
</table>

<a id="0.5.0"></a>
## 2017-10-23, Version 0.5.0 (Current), @DuanPengfei

### Notable changes

* **Cluster**
* Add the dependency of akyuu-cluster and make logger to adapt cluster.

### Commits

* [[`2b08b1777f`](https://github.com/akyuujs/akyuu/commit/2b08b1777f6efcb2012ad0b59892be0071069cd5)] - **example**: fix jiandan page loading failed & some eslint error (@xiaoqiangsdl) [#33](https://github.com/akyuujs/akyuu/pull/33)
* [[`503a140b20`](https://github.com/akyuujs/akyuu/commit/503a140b203ae89b759a27a98684fd31b3189367)] - **service**: fix http use error (@mapleincode) [#31](https://github.com/akyuujs/akyuu/pull/31)
* [[`32417bc8a4`](https://github.com/akyuujs/akyuu/commit/32417bc8a41bff2c1e6b617e46344d53a3d9cd4a)] - **(SEMVER-MINOR) cluster, logger**: support for akyuu.startCluster() (@XadillaX) [#28](https://github.com/akyuujs/akyuu/pull/28)

<a id="0.4.0"></a>
## 2017-07-28, Version 0.4.0 (Current), @XadillaX
## 2017-07-28, Version 0.4.0, @XadillaX

### Notable changes

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akyuu",
"version": "0.4.0",
"version": "0.5.0",
"description": "Yet another web framework based on express.js named Akyuu.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,4 +58,4 @@
"pre-commit": [
"eslint"
]
}
}

0 comments on commit f6b32c8

Please sign in to comment.