0.5.0 (2017-04-22)
- Use stdio redirect to fit the new IPC architecture (8c3608c)
0.4.1 (2016-11-21)
- Prevent publish the unnecessary package(85ca918)
0.4.0 (2016-11-20)
- Modify createServer api, there no need dllPath(4524c59)
- Support delete the client id when client terminate connection(http delete)(5db699d)
- Support random port(b57a0c9)
- Support the IME http server, the new IPC architecture(3ce13f7)
0.3.0 (2016-07-19)
- Increase
UV_THREADPOOL_SIZE
=32 to service more client(5eb09dd)
- Let user can customize search services method(28c64e4)
0.2.1 (2016-07-12)
- pipe: pipe.write response parameter should be string(493e1e3)
0.2.0 (2016-07-09)
- Setup mocha, chai, sinon library for testing(ed6fd08)
- libpipe: Update libpipe to 0.13.1(900cf19)
- LOG: Customize logger(a0119f2)
- nime: Support Node server(7c3ad4d)
- Use nodejs v6 for development. close #3(3e5a05c), closes #3
- pipe: Can specific libpipe.dll path(203b327)
- textService: Export textService for define own textService(9326e9d)
- event: let service not open when guid not match 97143d3
- pipe: Convert js object to JSON format 94024f5
- TextService: Correct the response format a547274
- npm start script and remove unnecessary file 6be00ac
- async: Change connect_pipe, read_pipe, close_pipe to non-blocking call 1aa4596
- init: Handle initialize service and check the guid ec452b1
- keycode: Add keycode mapping. 9dbdc81
- KeyHandler: Add KeyHandler class to handle normal key event dbf02bb
- lib: Initial binding libpipe.dll e4a0d6b
- 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