Michelle Bu 11 年之前
父节点
当前提交
cc7b6f2249
共有 4 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      changelog.md
  2. 1 1
      dist/peer.js
  3. 0 0
      dist/peer.min.js
  4. 1 1
      package.json

+ 3 - 0
changelog.md

@@ -1,5 +1,8 @@
 # PeerJS Changelog
 # PeerJS Changelog
 
 
+## Version 0.3.5 beta (26 Nov 2013)
+* Fix bug where chunks were being emitted.
+
 ## Version 0.3.4 beta (11 Nov 2013)
 ## Version 0.3.4 beta (11 Nov 2013)
 * Fix file transfer issue in Chrome by chunking for data over 120KB.
 * Fix file transfer issue in Chrome by chunking for data over 120KB.
 * Use binary data when possible.
 * Use binary data when possible.

+ 1 - 1
dist/peer.js

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

文件差异内容过多而无法显示
+ 0 - 0
dist/peer.min.js


+ 1 - 1
package.json

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

部分文件因为文件数量过多而无法显示