Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 2.17 KB

1.2.0

  • Added CLI support
  • Performance fixes

0.2.0 (2016-03-08)

Bug Fixes

  • memory: fill(0) was forgotten in expected data. (f975b7a)
  • ws: There were some missing exports. (e5fd535)

Features

  • ws-transport: The websocket transport (48bb5c8)

0.0.2 (2016-02-26)

Features

  • factory: Added the factory functions for TCP connections (e3a1763)

0.0.1 (2016-02-26)

Features

  • 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)