From 1cbab3497fceb7d28aa3e2a346dd3f2a913c03df Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 27 Sep 2017 23:33:45 +0200 Subject: [PATCH] [chore] Release 3.1.2 --- History.md | 683 --------------------------------------------------- engine.io.js | 41 +--- package.json | 2 +- 3 files changed, 2 insertions(+), 724 deletions(-) delete mode 100644 History.md diff --git a/History.md b/History.md deleted file mode 100644 index 3259896c5..000000000 --- a/History.md +++ /dev/null @@ -1,683 +0,0 @@ - -3.1.1 / 2017-05-19 -=================== - - * [test] Launch browser tests on localhost by default (#571) - * [chore] Unpin debug version (#568) - -3.1.0 / 2017-04-28 -=================== - - * [chore] Bump engine.io-parser to version 2.1.1 (#566) - * [chore] Pin debug to version 2.6.4 (#567) - * [chore] Bump engine.io-parser to version 2.1.0 (#565) - * [chore] Bump ws to version 2.3.1 (#564) - * [chore] Bump debug to version 2.6.4 (#563) - * [refactor] Set responseType based on 'Content-Type' header (#562) - -3.0.0 / 2017-04-06 -=================== - - * [chore] Bump dependencies (#560) - * [fix] Default `rejectUnauthorized` to `true` (#558) - * [chore] Drop support for old nodejs versions (0.10 & 0.12) (#557) - -2.1.1 / 2017-03-22 -=================== - - * [chore] Bump engine.io-parser to version 2.0.2 (#555) - -2.1.0 / 2017-03-11 -=================== - - * [chore] Bump engine.io-parser to version 2.0.1 (#549) - * [chore] Bump concat-stream to version 1.5.2 (#548) - * [feat] Allow to set the protocols for the websocket transport (#546) - -2.0.2 / 2017-02-16 -=================== - - * [chore] Bump ws to version 1.1.2 (vulnerability fix) (#539) - * [fix] Fix extraHeaders option in browser (#536) - -2.0.1 / 2017-01-30 -=================== - -(bump following engine.io version) - -2.0.0 / 2017-01-22 -=================== - - * [chore] Fix Saucelabs tests (#532) - * [chore] Actually run tests in Saucelabs (#527) - * [feature] Allow extraHeaders to be set for browser clients in XHR requests (#519) - * [feature] Add support for per transport options (#518) - * [chore] Bump engine.io-parser to version 2.0.0 (#525) - * [chore] Update zuul config to speed up tests (#526) - -1.8.2 / 2016-12-11 -=================== - - * [chore] Bump engine.io-parser to version 1.3.2 (#523) - -1.8.1 / 2016-11-27 -=================== - - * [fix] Only add defined callbacks to the stack (#447) - -1.8.0 / 2016-11-20 -=================== - - * [fix] Fixed regression creating connection over https from node (#513) - * [fix] Fixed regression creating connection over wss from node (#514) - * [feature] Enable definition of timeouts for xhr-polling (#456) - * [feature] Added flag forceNode to override the normal behavior of prefering Browser based implementations. (#469) - * [feature] add localAddress option (#487) - * [chore] update dependencies (#516) - * [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517) - * [chore] Bump debug to version 2.3.3 (#520) - -1.7.2 / 2016-10-24 -=================== - - * [fix] Set accept header to */* to support react app proxy (#508) - * [fix] remove a workaround for ios (#465) - * [fix] onPacket now emits data on 'closing' state as well (#484) - * [fix] Obfuscate `ActiveXObject` occurrences (#509) - * [docs] Add missing `onlyBinaryUpgrades` option in the docs (#510) - * [chore] Add Github issue and PR templates (#511) - -1.7.1 / 2016-10-20 -=================== - - * [fix] Define "requestsCount" var and "requests" hash unconditionally (#490) - * [perf] Add all properties to the socket in the constructor (#488) - * [chore] Update zuul browser settings (#504) - * [chore] Bump engine.io-parser to 1.3.1 (#505) - * [chore] Use more-specific imports for StealJS compatibility (#467) - -1.7.0 / 2016-10-05 -=================== - - * [fix] Revert "default `rejectUnauthorized` to `true`" (#496) - * [fix] Use xhr.responseText if xhr.response is not provided (#483) - * [fix] Fix issue with errors during WebSocket creation not being caught (#475) - * [style] Add missing semi-colon (#501) - * [chore] Add gulp & babel in the build process (#455) - * [chore] Add eslint (#458) - * [chore] Bump zuul (#464) - * [chore] Remove unused submodule (#466) - * [chore] Bumping ws to 1.1.1 (#478) - * [chore] Update zuul browser settings following EOL notices (#486) - * [chore] Bump engine.io-parser (#492) - * [chore] Make the build status badge point towards master (#497) - * [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#498) - * [chore] Restrict files included in npm package (#499) - -1.6.11 / 2016-06-23 -=================== - - * bump version - -1.6.10 / 2016-06-23 -=================== - - * bump version - -1.6.9 / 2016-05-02 -================== - - * default `rejectUnauthorized` to `true` - -1.6.8 / 2016-01-25 -================== - - * safely resolve `ws` module - -1.6.7 / 2016-01-10 -================== - - * prevent `ws` from being added to the bundle - * added jsonp fix for when no `