Skip to content

Commit

Permalink
chore: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessy1092 committed Jul 9, 2016
1 parent 203b327 commit db675c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="0.2.0"></a>
# [0.2.0](https://github.com/jessy1092/NIME/compare/v0.1.0...v0.2.0) (2016-07-09)


### Features

* Setup mocha, chai, sinon library for testing([ed6fd08](https://github.com/jessy1092/NIME/commit/ed6fd08))
* **libpipe:** Update libpipe to 0.13.1([900cf19](https://github.com/jessy1092/NIME/commit/900cf19))
* **LOG:** Customize logger([a0119f2](https://github.com/jessy1092/NIME/commit/a0119f2))
* **nime:** Support Node server([7c3ad4d](https://github.com/jessy1092/NIME/commit/7c3ad4d))
* Use nodejs v6 for development. close #3([3e5a05c](https://github.com/jessy1092/NIME/commit/3e5a05c)), closes [#3](https://github.com/jessy1092/NIME/issues/3)
* **pipe:** Can specific libpipe.dll path([203b327](https://github.com/jessy1092/NIME/commit/203b327))
* **textService:** Export textService for define own textService([9326e9d](https://github.com/jessy1092/NIME/commit/9326e9d))



<a name="0.1.0"></a>
# 0.1.0 (2016-02-18)

Expand All @@ -19,6 +35,3 @@
* **pipe:** Support write_pipe and can response the dummy message 8059f16
* **socket:** Use socket and server architecture to handle connection 9fb8211
* **TextService:** Support TextService for key event f9e37b7



2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nime",
"version": "0.1.0",
"version": "0.2.0",
"description": "Implement input methods easily for Windows with nodejs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db675c6

Please sign in to comment.