Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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