Skip to content

Commit

Permalink
2017-07-05, 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()`.
  • Loading branch information
XadillaX committed Jul 5, 2017
1 parent c5a276b commit 5b096cf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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-05, 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]
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 5b096cf

Please sign in to comment.