Skip to content

Commit

Permalink
2017-07-11, Version 0.3.0
Browse files Browse the repository at this point in the history
Notable changes

* **Service Loader**
  * Use class name as the service name with underline when `get()` and
    `getClass()`.

PR-URL: #19
  • Loading branch information
XadillaX committed Jul 11, 2017
1 parent 8559ae4 commit 6b35bff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Akyuu Changelog

<table>
<tr>
<th>Current</th>
</tr>
<tr>
<td>
<a href="#0.3.0">0.3.0</a><br />
</td>
</tr>
</table>

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

### Notable changes

* **Service Loader**
* Use class name as the service name with underline when `get()` and
`getClass()`.

### Commits

* [[`c232d61841`](https://github.com/akyuujs/akyuu/commit/c232d6184147d961f4b94172e5ce9bd27e742654)] - **(SEMVER-MINOR) loader/service**: use class name as the service name (Duan Pengfei) [#18](https://github.com/akyuujs/akyuu/pull/18)
* [[`8559ae4ae2`](https://github.com/akyuujs/akyuu/commit/8559ae4ae2dc6ea80e117238401a8d7b832ec1fd)] - **github**: add issue and pull request templates (XadillaX) [#22](https://github.com/akyuujs/akyuu/pull/22)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akyuu",
"version": "0.2.0",
"version": "0.3.0",
"description": "Yet another web framework based on express.js named Akyuu.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6b35bff

Please sign in to comment.