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.

511 lines
14 KiB

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