|
@@ -1,17 +1,17 @@
|
|
# PeerJS Changelog
|
|
# PeerJS Changelog
|
|
|
|
|
|
-## Version 0.3.3 (2 Nov 2013)
|
|
|
|
|
|
+## Version 0.3.3 beta (2 Nov 2013)
|
|
* Fix exceptions when peer emits errors upon creation
|
|
* Fix exceptions when peer emits errors upon creation
|
|
* Remove extra commas
|
|
* Remove extra commas
|
|
|
|
|
|
-## Version 0.3.2 (25 Oct 2013)
|
|
|
|
|
|
+## Version 0.3.2 beta (25 Oct 2013)
|
|
* Use SCTP in Chrome 31+.
|
|
* Use SCTP in Chrome 31+.
|
|
* Work around Chrome 31+ tab crash. The crashes were due to Chrome's lack of support for the `maxRetransmits` parameter for modifying SDP.
|
|
* Work around Chrome 31+ tab crash. The crashes were due to Chrome's lack of support for the `maxRetransmits` parameter for modifying SDP.
|
|
* Fix exceptions in Chrome 29 and below.
|
|
* Fix exceptions in Chrome 29 and below.
|
|
* DataChannels are unreliable by default in Chrome 30 and below. In setting
|
|
* DataChannels are unreliable by default in Chrome 30 and below. In setting
|
|
reliable to `true`, the reliable shim is used only in Chrome 30 and below.
|
|
reliable to `true`, the reliable shim is used only in Chrome 30 and below.
|
|
|
|
|
|
-## Version 0.3.1 (19 Oct 2013)
|
|
|
|
|
|
+## Version 0.3.1 beta (19 Oct 2013)
|
|
* Updated docs and examples for TURN server usage
|
|
* Updated docs and examples for TURN server usage
|
|
* Fixed global variable leak
|
|
* Fixed global variable leak
|
|
* DataConnections now have reliable: false by default. This will switch to on when reliable: true works in more browsers
|
|
* DataConnections now have reliable: false by default. This will switch to on when reliable: true works in more browsers
|