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