web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

327 lines
9.8 KiB

  1. 1.5.1
  2. ==
  3. * Update `url-parse` due to CVE-2021-27515.
  4. 1.5.0
  5. ==
  6. * Update `url-parse`, `kind-of`, `minimist`, `websocket-extensions` due to security vulnerabilies.
  7. * Update dev dependencies.
  8. * Allow loopback address hostnames on a secure page. Fixes #486
  9. * Enable eventsource transport for node.js clients.
  10. 1.4.0
  11. ==
  12. * Add `timeout` option to set a minimum transport timeout. Fixes #403
  13. * Update dev deps to fix security warnings from `npm audit`
  14. * Guard against null `this._transport` in `debug` statement. Fixes #448
  15. 1.3.0
  16. ==
  17. * Revert `debug` to `^3` because v4 starts using ES6. Fixes #457
  18. 1.2.0
  19. ==
  20. * Update all outdated dependencies
  21. * Switch to karma and browserstack for running automated browser tests
  22. 1.1.5
  23. ==
  24. * Wrap the the contentWindow access in a try/catch block when in setTimeout #363
  25. * Revised example in README #356
  26. * Fix connection close when Transport timeout #358
  27. * Fixed crash with react-native@0.45.1 on Android #386
  28. * Update jsDelivr link #404, #405
  29. * Remove Sauce Labs unsupported browsers
  30. * Add link to rust server implementation #411
  31. * location.protocol should include final `:` #396
  32. 1.1.4
  33. ==
  34. * Upgrade `debug` and fix object key literal mangling, fixes regression in Opera 11.10 #359
  35. * Trim descriptions in package.json and bower.json - #372
  36. 1.1.3
  37. ==
  38. * Bad publish to NPM (removed)
  39. 1.1.2
  40. ==
  41. * Ensure both sender and receiver are cleaned upon close - #342
  42. * Remove event listeners before calling `close` - #344
  43. * Update documentation links - #351, #339, #316
  44. * Explicitly export `undefined` when `WebSocket` does not exist. Fixes Webpack. #321
  45. * Include `dist` folder on npm - #265
  46. * Simplify build setup
  47. * Update to Node.js 6.9
  48. * Add sourcemap for minified version
  49. * Remove unused String.trim shim
  50. 1.1.1
  51. ==
  52. * Do not pass `protocols` or `options` arguments to browser WebSocket constructor - #309
  53. 1.1.0
  54. ==
  55. * Fix IE7/8 usage of `console.log` which does not have `apply` - #279
  56. * Remove `dbg` global variable - #282
  57. * Bump `faye-websocket` version to `0.11.0` - #267
  58. * Optimize `arguments` usage - #263
  59. * Add sourcemap file to dist folder - #237
  60. * Add way to transparently pass transport-specific options - #272
  61. 1.0.3
  62. ==
  63. * Use `https` module for xhr requests in node when url uses https - #254
  64. 1.0.2
  65. ==
  66. * Fix iframe info receiver url
  67. * Move iframe.contentWindow check inside setTimeout - #246
  68. 1.0.1
  69. ==
  70. * Use proper base url for iframe-based info receiver - #249
  71. * Don't register unload event in chrome packaged app - #223
  72. * Allow custom session ids - #250
  73. * Remove version property from bower.json - #247
  74. * Update example CDN url - #244
  75. 1.0.0
  76. ===
  77. * Simplify url handling by delegating to `url-parse` - #242
  78. * Upgrade to `url-parse` 1.0.1 to fix colon issue if auth has no password
  79. 1.0.0-beta.13
  80. ===
  81. * Transport timeout on connection should fallback - #238
  82. 1.0.0-beta.12
  83. ====
  84. * Upgrade `url-parse` to 1.0.0 to fix #218 again
  85. 1.0.0-beta.10
  86. ====
  87. * Upgrade `url-parse` to 0.2.3 to fix #222
  88. 1.0.0-beta.9
  89. ====
  90. * Upgrade `url-parse` to 0.2.1 to fix 'too much recursion' errors
  91. 1.0.0-beta.8
  92. ====
  93. * Upgrade `url-parse` to 0.2.0 to fix inheritance issues
  94. 1.0.0-beta.7
  95. ====
  96. * Upgrade `url-parse` to 0.1.5 to fix #218
  97. * Don't strip basic auth from url - #219
  98. 1.0.0-beta.6
  99. ====
  100. * Upgrade `url-parse` to 0.1.3 to avoid CSP issues
  101. 1.0.0-beta.5
  102. =====
  103. * Upgrade `url-parse` to 0.1.1 to fix #214
  104. 1.0.0-beta.4
  105. =====
  106. * Upgrade `url-parse` to 0.1.0 and `sockjs` to 0.3.11
  107. * Update .npmignore
  108. 1.0.0-beta.3
  109. =====
  110. * Move `debug` from devDependencies to dependencies
  111. 1.0.0-beta.2
  112. =====
  113. * Relax requirements when using same origin XHR - #80
  114. * Upgrade to JSON3 from JSON2 - #123
  115. * Package library with browserify supporting the UMD pattern - #184
  116. * Move tests to JavaScript
  117. * Add Gulp.js build script
  118. * Fix getOrigin for file:/// urls and standard ports - #173
  119. * Add onerror event handlers to Websockets - #169
  120. * Increase RTO lower bound to prevent spurious timeouts on IE8/9 - #161
  121. * Use window.crypto for random values when available - #128
  122. * Fix handling of listeners added and removed mid-dispatch - #127
  123. * Fix XHR Streaming for IE8 - #83
  124. * Remove explicit AMD name - #107
  125. * Check for an empty response from /info request - #143
  126. * Add Content-Type to XHR requests to fix issue over HTTPS on Galaxy S4 - #164
  127. * Fix iframe fallback when message is sent from a popup in IE7/8 - #166
  128. * Add support for query strings on the url - #72
  129. * Now works inside of Web Workers - #181
  130. * Support EventSource / Server Sent Events outside of iframes - #201
  131. * Rename protocols to transports - #65
  132. * Allow transports which need the body to trigger on 'interactive' readyState - #175
  133. * try/catch access to document.domain - #187
  134. * Use `window.location` instead of `document.location` - #195
  135. * Allow usage from node.js with same API
  136. 0.3.4
  137. =====
  138. * Mentioned njoyce's fork of sockjs-gevent.
  139. * #90 - Don't catch onbeforeunload event - it breaks javascript://
  140. links in IE.
  141. * IE mangles 204 response code for 1223 on ajax, see:
  142. http://bugs.jquery.com/ticket/1450
  143. * Make `new` optional for SockJS constructor (via substack).
  144. * It is impossible to cancel JSONP polling request - compensate for that.
  145. * Refactored EventEmitter prototype (used only internally)
  146. * #66 - Failure to post data to /xhr_send should kill the session
  147. 0.3.2
  148. =====
  149. * #77 - Getting /info on modern browsers when html is served from
  150. file:// urls was broken.
  151. 0.3.1
  152. =====
  153. * #61 - Meteor guys found that we unintentionally catch "onopen" errors.
  154. * #63 - Meteorjs guys found that xhr-streaming on Safari sometimes
  155. left busy cursor running.
  156. * Increased allowed time for websocket transport (from 1 rtt to 2),
  157. this should make ws transport more reliable over SSL, at the cost
  158. of slightly longer connection time for users with blocked ws.
  159. * #57 - previous fix didn't really work, sockjs-client still left
  160. a mess in browsers history when using iframe transports. This
  161. is fixed now.
  162. * #60 - Opera 12 (next) claims to do AJAX2 / CORS, but can't
  163. do xhr-streaming.
  164. * #58 - onunload test sometimes failed on Safari on windows
  165. * Updated readme WRT websocket protocols
  166. * Updated readme WRT deployments on heroku
  167. * Add minimalistic license block to every source file.
  168. 0.3.0
  169. =====
  170. * Temporarily disabled iframe tests - they are failing unpredictably.
  171. * #57 - pointing an iframe to "about:blank" during cleanup caused
  172. Opera to messup history.
  173. * #55 - Improved iframe abstraction (reduced a possible mem leak)
  174. * Refactored AJAX abstractions, for better CORS handing - again.
  175. * Add additional parent origin security check to an iframe.
  176. * Urls with hashes or query strings can't be passed to SockJS.
  177. * #18 - Mention workaround for Firefox ESC key issue
  178. * #53 - AMD compliance
  179. * sockjs/sockjs-protocol#28 - always use square brackets for
  180. websocket frames
  181. * #51 - initial support for IE10 - try XHR before XDR
  182. * #28 - handle onunload / onbeforeunload in a more robust fashion
  183. * #49 - support SockJS-client being used from files served from
  184. file:// urls.
  185. 0.2.1
  186. =====
  187. * "smoke-latency.html" test was unnecesairly sending too much data.
  188. * Bumped core dependencies (coffee-script and uglify-js)
  189. * Minor updates to the README, few cosmetic changes in the code.
  190. 0.2.0
  191. =====
  192. * The API had changed - use `protocols_whitelist` option instead of
  193. passing an array of protocols as a second argument to SockJS constructor.
  194. * Dropped 'chunking-test' functionality and replace it with 'info'.
  195. * Rewritten protocol-choosing alogirthm, see "utils.detectProtocols" method.
  196. * Use dynamic protocol timeouts based on RTT, not hardcoded 5 seconds
  197. * #34 - Don't ever reuse `session_id`, especially when trying
  198. fallback protocols.
  199. * The test server got moved from SockJS-client to SockJS-node.
  200. * Don't test unicode surrogates - it can't work in some environments.
  201. * XHR/XDR helpers were rewritten, ajax transports were simplified.
  202. * Added a domain check in the iframe to improve security.
  203. * SockJS will now trigger 1002 error if there is a problem during handshake
  204. instead of 2000 error.
  205. * Smoke-throughput test is renamed to smoke-latency.
  206. 0.1.2
  207. =====
  208. * #29 - Allow all unicode characters to be send over SockJS.
  209. * #15 - SockJS should now work fine even if the connection is started
  210. in HEAD, before BODY is loaded.
  211. * #28 - In rare circumstances WebSocket connection can be left intact
  212. after the page is unloaded in FireFox.
  213. * Updated scripts to work with Node 0.6.
  214. * Initial work to do better QUnit testing.
  215. * Updated the minifying script (always escape unicode chars, remove
  216. trailing comment).
  217. * Use string instead of array of chars (utils.js:random_number_string).
  218. 0.1.1
  219. =====
  220. * #21 Get JsonP transport working on IE9 (Vladimir Dronnikov).
  221. * #26 Emit heartbeat event.
  222. * #27 Include license inline.
  223. 0.1.0
  224. =====
  225. * SockJS-client can only send UTF-8 encodable strings. Previously we
  226. took advantage of rich data structures and automatically
  227. json-encoded them, but this got removed. Now, all data passed to
  228. `send` will be converted to string. This is also how native
  229. * `status` property on `EventClose` is renamed to `code`
  230. as per Websocket API
  231. WebSockets behave.
  232. * The test server was updated to new `sockjs-node` API
  233. * Fixed problem with Jsonp-polling transport on IE9
  234. * Repository was moved - updated links.
  235. 0.0.4
  236. =====
  237. * All transports were refactored, some transports were introduced:
  238. htmlfile and separate xhr-streaming.
  239. * Added logic to detect support for http chunking, and thus a
  240. possibility to rule out streaming transports before running them.
  241. * Added 'cookie' option, useful for cookie-based load balancing
  242. (currently, it make a difference only for IE).
  243. * Added hack to prevent EventSource from crashing Safari and Chrome.
  244. * Loads and loads of other small and medium changes.
  245. 0.0.2
  246. =====
  247. * Initial support for JSESSIONID based load balancing. Currently
  248. doesn't play nicely with IE XDomainRequest transport.
  249. 0.0.1
  250. =====
  251. * Initial release.