Michelle Bu 11 년 전
부모
커밋
80937e2ce9
4개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 0
      changelog.md
  2. 1 1
      dist/peer.js
  3. 0 0
      dist/peer.min.js
  4. 1 1
      package.json

+ 6 - 0
changelog.md

@@ -1,5 +1,11 @@
 # PeerJS Changelog
 
+## Version 0.3.6 beta (3 Dec 2013)
+* Workaround for hitting Chrome 31+ buffer limit.
+* Add `.bufferSize` to DataConnection to indicate the size of the buffer queue.
+* Add `.dataChannel` to DataConnection as an alias for `._dc`, which contains
+  the RTCDataChannel object associated with the DataConnection.
+
 ## Version 0.3.5 beta (26 Nov 2013)
 * Fix bug where chunks were being emitted.
 

+ 1 - 1
dist/peer.js

@@ -1,4 +1,4 @@
-/*! peerjs.js build:0.3.5, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> */
+/*! peerjs.js build:0.3.6, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> */
 (function(exports){
 var binaryFeatures = {};
 binaryFeatures.useBlobBuilder = (function(){

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


+ 1 - 1
package.json

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

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