PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/History.md

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