mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
12 KiB
Executable File
12 KiB
Executable File
1.4.2 / 2014-10-27
- remove invalid value for strict mode
- IE10 should prefer using XHR2 over XDR because it's safer
- fixed transport close deferring logic [nkzawa]
- wait for buffer to be drained before closing [nkzawa]
1.4.1 / 2014-10-03
- Fixed "jsonp polling iframe removal error"
- Move ws upgrade needing connection tests to a block checking browser support.
- check
readyStateinsendPacketand close onupgradeErrortoo - defer close while upgrading a transport
1.4.0 / 2014-09-03
- add matrix support for travis runs.
- add
enablesXDRoption to turn onXDomainRequest - package: bump
browserify - package: bump
engine.io-parser - style and close socket after assert
- add support for
jsonpoption to turn it off
1.3.1 / 2014-06-19
- transport: catch utf8 decode errors
1.3.0 / 2014-06-13
- smaller inherits utility
- fix a test for ws
- upgrade emitter dep to not rely on tarball
1.2.2 / 2014-05-30
- package: bump
engine.io-parserfor binary utf8 fix
1.2.1 / 2014-05-22
- build
1.2.0 / 2014-05-18
- removed flashsocket, moving to userland
- new build
1.1.1 / 2014-05-14
- jsonp-polling: fixed newline double escaping
- package: bump parser
- remove legacy Socket#onopen call
- added tests for multibyte strings
1.1.0 / 2014-04-27
- bump zuul version
- renamed removeAllListeners to cleanup
- use inherits package instead of inherit
- removed all references to util.js
- fix if statement in FlashWS.ready method
- polling-jsonp: prevent spurious errors from being emitted when the window is unloaded
- polling-xhr: fix a comment and remove unneeded
documentreference - enforce cache busting for all user agents
- JSONP and test fixes for fails in IE
- package: bump
engine.io-parser - polling-xhr: abort the request when the window is unloaded
1.0.5 / 2014-03-18
- package: bump
engine.io-parserfor android binary fix
1.0.4 / 2014-03-14
- no base64 encoding for no reason when using websockets
1.0.3 / 2014-03-12
- fix browserify
1.0.2 / 2014-03-12
- bump
engine.io-parser - made
parseJSONandparseURIfromutiltheir own modules [gkoren] - clean up tests
- clean up browserify
1.0.1 / 2014-03-06
- package: bump
engine.io-parser
1.0.0 / 2014-03-06
- run browserify without shims
- emit socket upgrade event after upgrade done
- better feature detection for XHR2
- added
rememberUpgradeoption - binary support
0.9.0 / 2014-02-09
- Fix simple
host:portURLs and IPV6 [bmalehorn] - Fix XHR cleanup method [poohlty]
- Match semantics of
closeevent withWebSocket. If an error occurs andopenhadn't fired before, we still emitcloseas per WebSocket spec [mokesmokes]. - Removed SPEC (now in
engine.io-protocolrepository) - Remove
Socket#opendocs (private API) [mokesmokes]
0.8.2 / 2014-01-18
- polling-xhr: avoid catching user-thrown errors
- util: remove unused
hasCORS - polling: remove deferring for faster startup (fixes #174)
- engine now works perfectly on workers
0.8.1 / 2014-01-17
- package: bump debug to fix
localStorageissue (fixes #213) - remove duplicate xmlhttprequest code
- add iphone automated testing
- bump zuul to 1.3.0 to improve tests performance
- use invalid ip address for incorrect connection test
- Fix GH-224, remove sockets array
0.8.0 / 2014-01-05
- socket: emit upgrade errors as
upgradeErrorinstead oferror
0.7.14 / 2014-01-01
- test: increase timeouts for network tests
- test: whitelist globals
- test: improve socket closing test
- polling: improve url timestamp for ie11 and allow force disabling
- polling-xhr: handle errors for xhr creation (fixes
access deniedissues) - polling-xhr: style
- socket: more instrumentation for transport creation
- socket: allow explicit
falsefortimestampRequests - socket: accept
nullas first argument - Makefile: cleanup
- .travis: deprecate 0.6
0.7.13 / 2013-12-20
- use
jsonpin favor ofXDomainRequestto preserveCookieheaders in all situations [3rd-eden] (fixes #217) - run zuul tests after node tests [defunctzombie]
- add zuul support for easier browser testing [defunctzombie]
0.7.12 / 2013-11-11
- engine.io: updated build to fix WebSocket constructor issue
- package: move browserify into devDeps
0.7.11 / 2013-11-06
- AMD support
- Makefile: build now smaller thanks to browserify
- add browserify support
0.7.10 / 2013-10-28
- fixed issue which prevented IE9 and under to pass Cookies to server during handshake
- package: update "ws" to v0.4.31
- fixed - there is no host property only hostname
- fixed - flash socket creation
- fixed - emit errors thrown by xhr.send()
0.7.9 / 2013-08-30
- websocket: pass
undefinedas the WebSocket "protocols"
0.7.8 / 2013-08-30
- package: update "ws"
0.7.7 / 2013-08-30
- package: bump ws to 0.4.30
- websocket: no more env sniffing, just require
ws[TooTallNate] - websocket: remove the "bufferedAmount" checking logic [TooTallNate]
0.7.6 / 2013-08-30
- package: revert ws to avoid upgrade fail now
0.7.5 / 2013-08-30
- package: bump ws to 0.4.30
0.7.4 / 2013-08-25
- package: rolling back to
ws0.4.25due to disconnection bug
0.7.3 / 2013-08-23
- noop bump
0.7.2 / 2013-08-23
- transports: fix WebSocket transport in the web browser (again)
0.7.1 / 2013-08-23
- transports: fix WebSocket transport in the web browser
- package: upgrade "ws" to v0.4.29
0.7.0 / 2013-08-23
- socket: add
agentoption - package: point "xmlhttprequest" to our LearnBoost fork for agent support
- package: specify a newer version of "ws" that includes
agentsupport - util: use "component/has-cors"
- transport: fix whitespace
- util: use "component/global"
- package: Add repository field to readme
- socket: Don't lose packets writen during upgrade after a re-open
- socket: use a consistent "debug" name for socket.js
- package: Update emitter dep to 1.0.1 for old IE support
0.6.3 / 2013-06-21
- fix check readyState in polling transport (Naoyuki Kanezawa)
- use http url in npm dependencies for emitter (Eric Schoffstall)
0.6.2 / 2013-06-15
- transports: improve polling orderly close (fixes #164)
- socket: ignore further transport communication upon
onClose - socket: added missing
socket#onerrorsupport - socket: don't call
socket#oncloseif previous state was notopen - transports: fix iOS5 crash issue
- Makefile: extra precaution when building to avoid 0.6.0 build problem
0.6.1 / 2013-06-06
- engine.io: fixed build
0.6.0 / 2013-05-31
- does not emit close on incorrect socket connection
- use indexof component for ie8 and below
- improved x-domain handling
- introduce public
pingapi - added drain event
- fix
flushandflushCompleteevents - fixed
drainbug splicing with upgrading - add support for callbacks with socket.send()
0.5.0 / 2013-03-16
- socket: implement qs support for
string - added query.EIO to take protocol version from parser
- use istanbul for code coverage
- integrated engine.io-protocol 0.3.0
- updated ws
- fixed JSONPPolling iframe removal error
- changed error message to match xhr error message on jsonp transport script tag
- Added onerror handler for script tag in jsonp transport
- remove uid qs
- Added missing colon in payload. Thanks @lsm
0.4.3 / 2013-02-08
- package: removed unusued
parser.js
0.4.2 / 2013-02-08
- polling-jsonp: fix ie6 JSONP on SSL
- close also if socket.readyState is on "opening"
- parser.js: removed the file package.json: added the engine.io-parser dependency everything else: switched to engine.io-parser
- fix "TypeError: Object #