Tagging v0.2.1
This commit is contained in:
parent
7b721d4554
commit
faf3ee26b3
@ -8,6 +8,12 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* 0.2.1 (2012-10-13)
|
||||||
|
|
||||||
|
* BF: No more UTF-8 warnings in browsers (no longer sending empty sub-protocol string)
|
||||||
|
* Documentation corrections
|
||||||
|
* Using new composer structure
|
||||||
|
|
||||||
* 0.2 (2012-09-07)
|
* 0.2 (2012-09-07)
|
||||||
|
|
||||||
* Ratchet passes every non-binary-frame test from the Autobahn Testsuite
|
* Ratchet passes every non-binary-frame test from the Autobahn Testsuite
|
||||||
|
@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
|
|||||||
##WebSocket Compliance
|
##WebSocket Compliance
|
||||||
|
|
||||||
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
||||||
* Tested on Chrome 13 - 21, Firefox 6 - 16, Safari 5.0.1 - 6.0, iOS 4.2, iOS 5
|
* Tested on Chrome 13 - 22, Firefox 6 - 16, Safari 5.0.1 - 6, iOS 4.2, iOS 5 - 6
|
||||||
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
|
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
|
||||||
|
|
||||||
##Requirements
|
##Requirements
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.2';
|
const VERSION = 'Ratchet/0.2.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
Loading…
Reference in New Issue
Block a user