소스 검색

Version bump, changelog, and update docs

Michelle Bu 11 년 전
부모
커밋
cbc0b18d85
4개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 0
      changelog.md
  2. 1 1
      docs/api.json
  3. 0 0
      docs/index.html
  4. 1 1
      package.json

+ 7 - 0
changelog.md

@@ -1,5 +1,12 @@
 # PeerJS Changelog
 
+## Version 0.3.2 (25 Oct 2013)
+* 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.
+* Fix exceptions in Chrome 29 and below.
+* 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.
+
 ## Version 0.3.1 (19 Oct 2013)
 * Updated docs and examples for TURN server usage
 * Fixed global variable leak

+ 1 - 1
docs/api.json

@@ -104,7 +104,7 @@
           {
             "name": "reliable",
             "type": "boolean",
-            "description": "Whether the underlying data channels should be reliable (e.g. for large file transfers) or not (e.g. for gaming or streaming). Defaults to <code>false</code>.<span class='warn'>Setting reliable to true will use a shim for incompatible browsers and thus may not offer full performance.</span>"
+            "description": "Whether the underlying data channels should be reliable (e.g. for large file transfers) or not (e.g. for gaming or streaming). Defaults to <code>false</code>.<span class='warn'>Setting reliable to true will use a shim for incompatible browsers (Chrome 30 and below only) and thus may not offer full performance.</span>"
           }
         ]
       }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/index.html


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "peerjs",
-  "version": "0.3.1",
+  "version": "0.3.2",
   "description": "PeerJS client",
   "repository": {
     "type": "git",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.