reactivesocket
Version:
reactive socket js core
49 lines (27 loc) • 2.22 kB
Markdown
# 1.2.0
- Added CLI support
- Performance fixes
<a name="0.2.0"></a>
# [0.2.0](https://github.com/ReactiveSocket/reactivesocket-js/compare/v0.1.0...v0.2.0) (2016-03-08)
### Bug Fixes
* **memory:** fill(0) was forgotten in expected data. ([f975b7a](https://github.com/ReactiveSocket/reactivesocket-js/commit/f975b7a))
* **ws:** There were some missing exports. ([e5fd535](https://github.com/ReactiveSocket/reactivesocket-js/commit/e5fd535))
### Features
* **ws-transport:** The websocket transport ([48bb5c8](https://github.com/ReactiveSocket/reactivesocket-js/commit/48bb5c8))
<a name="0.0.2"></a>
## [0.0.2](https://github.com/ReactiveSocket/reactivesocket-js/compare/v0.0.1...v0.0.2) (2016-02-26)
### Features
* **factory:** Added the factory functions for TCP connections ([e3a1763](https://github.com/ReactiveSocket/reactivesocket-js/commit/e3a1763))
<a name="0.0.1"></a>
## 0.0.1 (2016-02-26)
### Features
* **client:** The ReactiveClient: happy case only ([2f4f9b8](https://github.com/ReactiveSocket/reactivesocket-js/commit/2f4f9b8))
* **errorFrame:** Tested the error frame ([762b375](https://github.com/ReactiveSocket/reactivesocket-js/commit/762b375))
* **frames:** Frame header and setup frame. ([3b78f7c](https://github.com/ReactiveSocket/reactivesocket-js/commit/3b78f7c))
* **metaflag:** There was an issue with metadata. ([7f29cce](https://github.com/ReactiveSocket/reactivesocket-js/commit/7f29cce))
* **request-response:** The Request/Response Frame ([f5fb2fb](https://github.com/ReactiveSocket/reactivesocket-js/commit/f5fb2fb))
* **respond:** The server now has a way to respond to ReqRes ([520ebf9](https://github.com/ReactiveSocket/reactivesocket-js/commit/520ebf9))
* **response:** The response frame and tests ([52c5312](https://github.com/ReactiveSocket/reactivesocket-js/commit/52c5312))
* **server:** The happy-case server ([22a377d](https://github.com/ReactiveSocket/reactivesocket-js/commit/22a377d))
* **tcp:** The TCP transport layer for client/server. ([430fc00](https://github.com/ReactiveSocket/reactivesocket-js/commit/430fc00))
* **travis:** Travis, Coveralls, and Bithound integration ([680c7f0](https://github.com/ReactiveSocket/reactivesocket-js/commit/680c7f0))