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.

342 lines
9.8 KiB

  1. 1.2.0 / 2014-10-27
  2. ==================
  3. * bump `engine.io-client`.
  4. * set `readyState` before engine.io close event
  5. * fix reconnection after reconnecting manually
  6. * enable to stop reconnecting
  7. * downloads badge
  8. * support no schema relative url
  9. * enable to reconnect manually
  10. 1.1.0 / 2014-09-04
  11. ==================
  12. * socket: fix in `has-binary`
  13. * package: bump `socket.io-parser`
  14. * package: bump `engine.io-client`
  15. * further increase test timeout.
  16. * double to singly quotes in tests.
  17. * extend timeout and remember to close everything in each test case
  18. * fix travis
  19. * add travis + zuul matrix
  20. * use svg instead of png to get better image quality in readme
  21. * make CI build faster
  22. * removed unnecessary code from try block. Only decode packet is needed.
  23. * package: bump `browserify`
  24. * package: bump `engine.io-client`
  25. * fix autoConnect option
  26. * npmignore: ignore `.gitignore`
  27. * package: update `browserify`
  28. * don't fire an extra reconnect when we're not reconnecting
  29. after a failed initial connect attempt
  30. * package: bump `socket.io-parser` for `component-emitter` dep fix
  31. * updated tests to reflect `autoConnect` option
  32. * add `autoConnect` option to wait with connecting
  33. 1.0.6 / 2014-06-19
  34. ==================
  35. * test fixes on internet explorer
  36. * fixes for duplicate event propagation from manager instance [Rase-]
  37. 1.0.5 / 2014-06-16
  38. ==================
  39. * package: bump `engine.io-client` for better deps and smaller build
  40. * handle io.connect(null, opts) correctly [audreyt]
  41. * url: fix incorrect ports in certain connections [holic]
  42. * manager: propagate all reconnection events to sockets [Rase-]
  43. * index: added BC for `force new connection`
  44. * socket: fix event buffering while in disconnected state [kevin-roark]
  45. * package: stop using tarballs in dependencies [reid]
  46. * manager: relay `connect_error` and `connect_timeout` to sockets
  47. 1.0.4 / 2014-06-02
  48. ==================
  49. * update build
  50. 1.0.3 / 2014-05-31
  51. ==================
  52. * package; bump `socket.io-parser` for binary ACK fix
  53. * package: bump `engine.io-client` for binary UTF8 fix
  54. 1.0.2 / 2014-05-28
  55. ==================
  56. * package: bump `socket.io-parser` for windows fix
  57. 1.0.1 / 2014-05-28
  58. ==================
  59. * override npm tag
  60. 1.0.0 / 2014-05-28
  61. ==================
  62. * stable release
  63. 1.0.0-pre5 / 2014-05-22
  64. =======================
  65. * package: bump `engine.io-client` for parser fixes
  66. 1.0.0-pre4 / 2014-05-19
  67. =======================
  68. * build
  69. 1.0.0-pre3 / 2014-05-17
  70. =======================
  71. * package: bump parser
  72. * package: bump engine.io-client
  73. 1.0.0-pre2 / 2014-04-27
  74. =======================
  75. * package: bump `engine.io-client`
  76. * package: bump `zuul`
  77. * allows user-level query string parameters to be in socket.request
  78. * package: bump `socket.io-parser`
  79. * package: bump `engine.io-client` for android fix
  80. * tidy up .gitignore
  81. 1.0.0-pre / 2014-03-14
  82. ======================
  83. * implemented `engine.io-client`
  84. * implemented `socket.io-parser`
  85. * implemented `json3` to avoid env pollution
  86. * implemented `debug`
  87. * added binary support
  88. * added `browserify` support
  89. 0.9.11 / 2012-11-02
  90. ===================
  91. * Enable use of 'xhr' transport in Node.js
  92. * Fix the problem with disconnecting xhr-polling users
  93. * Add should to devDependencies
  94. * Prefer XmlHttpRequest if CORS is available
  95. * Make client compatible with AMD loaders.
  96. 0.9.10 / 2012-08-10
  97. ===================
  98. * fix removeAllListeners to behave as expected.
  99. * set withCredentials to true only if xdomain.
  100. * socket: disable disconnect on unload by default.
  101. 0.9.9 / 2012-08-01
  102. ==================
  103. * socket: fixed disconnect xhr url and made it actually sync
  104. * *: bump xmlhttprequest dep
  105. 0.9.8 / 2012-07-24
  106. ==================
  107. * Fixed build.
  108. 0.9.7 / 2012-07-24
  109. ==================
  110. * iOS websocket crash fix.
  111. * Fixed potential `open` collision.
  112. * Fixed disconnectSync.
  113. 0.9.6 / 2012-04-17
  114. ==================
  115. * Don't position the jsonp form off the screen (android fix).
  116. 0.9.5 / 2012-04-05
  117. ==================
  118. * Bumped version.
  119. 0.9.4 / 2012-04-01
  120. ==================
  121. * Fixes polling loop upon reconnect advice (fixes #438).
  122. 0.9.3 / 2012-03-28
  123. ==================
  124. * Fix XHR.check, which was throwing an error transparently and causing non-IE browsers to fall back to JSONP [mikito]
  125. * Fixed forced disconnect on window close [zzzaaa]
  126. 0.9.2 / 2012-03-13
  127. ==================
  128. * Transport order set by "options" [zzzaaa]
  129. 0.9.1-1 / 2012-03-02
  130. ====================
  131. * Fixed active-x-obfuscator NPM dependency.
  132. 0.9.1 / 2012-03-02
  133. ==================
  134. * Misc corrections.
  135. * Added warning within Firefox about webworker test in test runner.
  136. * Update ws dependency [einaros]
  137. * Implemented client side heartbeat checks. [felixge]
  138. * Improved Firewall support with ActiveX obfuscation. [felixge]
  139. * Fixed error handling during connection process. [Outsideris]
  140. 0.9.0 / 2012-02-26
  141. ==================
  142. * Added DS_Store to gitignore.
  143. * Updated depedencies.
  144. * Bumped uglify
  145. * Tweaking code so it doesn't throw an exception when used inside a WebWorker in Firefox
  146. * Do not rely on Array.prototype.indexOf as it breaks with pages that use the Prototype.js library.
  147. * Windows support landed
  148. * Use @einaros ws module instead of the old crap one
  149. * Fix for broken closeTimeout and 'IE + xhr' goes into infinite loop on disconnection
  150. * Disabled reconnection on error if reconnect option is set to false
  151. * Set withCredentials to true before xhr to fix authentication
  152. * Clears the timeout from reconnection attempt when there is a successful or failed reconnection.
  153. This fixes the issue of setTimeout's carrying over from previous reconnection
  154. and changing (skipping) values of self.reconnectionDelay in the newer reconnection.
  155. * Removed decoding of parameters when chunking the query string.
  156. This was used later on to construct the url to post to the socket.io server
  157. for connection and if we're adding custom parameters of our own to this url
  158. (for example for OAuth authentication) they were being sent decoded, which is wrong.
  159. 0.8.7 / 2011-11-05
  160. ==================
  161. * Bumped client
  162. 0.8.6 / 2011-10-27
  163. ==================
  164. * Added WebWorker support.
  165. * Fixed swfobject and web_socket.js to not assume window.
  166. * Fixed CORS detection for webworker.
  167. * Fix `defer` for webkit in a webworker.
  168. * Fixed io.util.request to not rely on window.
  169. * FIxed; use global instead of window and dont rely on document.
  170. * Fixed; JSON-P handshake if CORS is not available.
  171. * Made underlying Transport disconnection trigger immediate socket.io disconnect.
  172. * Fixed warning when compressing with Google Closure Compiler.
  173. * Fixed builder's uglify utf-8 support.
  174. * Added workaround for loading indicator in FF jsonp-polling. [3rd-Eden]
  175. * Fixed host discovery lookup. [holic]
  176. * Fixed close timeout when disconnected/reconnecting. [jscharlach]
  177. * Fixed jsonp-polling feature detection.
  178. * Fixed jsonp-polling client POSTing of \n.
  179. * Fixed test runner on IE6/7
  180. 0.8.5 / 2011-10-07
  181. ==================
  182. * Bumped client
  183. 0.8.4 / 2011-09-06
  184. ==================
  185. * Corrected build
  186. 0.8.3 / 2011-09-03
  187. ==================
  188. * Fixed `\n` parsing for non-JSON packets.
  189. * Fixed; make Socket.IO XHTML doctype compatible (fixes #460 from server)
  190. * Fixed support for Node.JS running `socket.io-client`.
  191. * Updated repository name in `package.json`.
  192. * Added support for different policy file ports without having to port
  193. forward 843 on the server side [3rd-Eden]
  194. 0.8.2 / 2011-08-29
  195. ==================
  196. * Fixed flashsocket detection.
  197. 0.8.1 / 2011-08-29
  198. ==================
  199. * Bump version.
  200. 0.8.0 / 2011-08-28
  201. ==================
  202. * Added MozWebSocket support (hybi-10 doesn't require API changes) [einaros].
  203. 0.7.11 / 2011-08-27
  204. ===================
  205. * Corrected previous release (missing build).
  206. 0.7.10 / 2011-08-27
  207. ===================
  208. * Fix for failing fallback in websockets
  209. 0.7.9 / 2011-08-12
  210. ==================
  211. * Added check on `Socket#onConnect` to prevent double `connect` events on the main manager.
  212. * Fixed socket namespace connect test. Remove broken alternative namespace connect test.
  213. * Removed test handler for removed test.
  214. * Bumped version to match `socket.io` server.
  215. 0.7.5 / 2011-08-08
  216. ==================
  217. * Added querystring support for `connect` [3rd-Eden]
  218. * Added partial Node.JS transports support [3rd-Eden, josephg]
  219. * Fixed builder test.
  220. * Changed `util.inherit` to replicate Object.create / __proto__.
  221. * Changed and cleaned up some acceptance tests.
  222. * Fixed race condition with a test that could not be run multiple times.
  223. * Added test for encoding a payload.
  224. * Added the ability to override the transport to use in acceptance test [3rd-Eden]
  225. * Fixed multiple connect packets [DanielBaulig]
  226. * Fixed jsonp-polling over-buffering [3rd-Eden]
  227. * Fixed ascii preservation in minified socket.io client [3rd-Eden]
  228. * Fixed socket.io in situations where the page is not served through utf8.
  229. * Fixed namespaces not reconnecting after disconnect [3rd-Eden]
  230. * Fixed default port for secure connections.
  231. 0.7.4 / 2011-07-12
  232. ==================
  233. * Added `SocketNamespace#of` shortcut. [3rd-Eden]
  234. * Fixed a IE payload decoding bug. [3rd-Eden]
  235. * Honor document protocol, unless overriden. [dvv]
  236. * Fixed new builder dependencies. [3rd-Eden]
  237. 0.7.3 / 2011-06-30
  238. ==================
  239. * Fixed; acks don't depend on arity. They're automatic for `.send` and
  240. callback based for `.emit`. [dvv]
  241. * Added support for sub-sockets authorization. [3rd-Eden]
  242. * Added BC support for `new io.connect`. [fat]
  243. * Fixed double `connect` events. [3rd-Eden]
  244. * Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34]
  245. 0.7.2 / 2011-06-22
  246. ==================
  247. * Added `noop` message type.
  248. 0.7.1 / 2011-06-21
  249. ==================
  250. * Bumped socket.io dependency version for acceptance tests.
  251. 0.7.0 / 2011-06-21
  252. ==================
  253. * http://socket.io/announcement.html