- Added CLI support
- Performance fixes
0.2.0 (2016-03-08)
- memory: fill(0) was forgotten in expected data. (f975b7a)
- ws: There were some missing exports. (e5fd535)
- ws-transport: The websocket transport (48bb5c8)
0.0.2 (2016-02-26)
- factory: Added the factory functions for TCP connections (e3a1763)
- client: The ReactiveClient: happy case only (2f4f9b8)
- errorFrame: Tested the error frame (762b375)
- frames: Frame header and setup frame. (3b78f7c)
- metaflag: There was an issue with metadata. (7f29cce)
- request-response: The Request/Response Frame (f5fb2fb)
- respond: The server now has a way to respond to ReqRes (520ebf9)
- response: The response frame and tests (52c5312)
- server: The happy-case server (22a377d)
- tcp: The TCP transport layer for client/server. (430fc00)
- travis: Travis, Coveralls, and Bithound integration (680c7f0)