mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
[chore] Release 2.1.0 (#492)
This commit is contained in:
committed by
GitHub
parent
81ef0bc939
commit
783e0591fa
@@ -1,4 +1,11 @@
|
||||
|
||||
2.1.0 / 2017-03-11
|
||||
===================
|
||||
|
||||
* [feat] Add an option to toggle handling of OPTIONS requests (#491)
|
||||
* [chore] Bump engine.io-parser to version 2.0.1 (#490)
|
||||
* [chore] Bump uws to version 0.13.0 (#489)
|
||||
|
||||
2.0.2 / 2017-02-16
|
||||
===================
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "engine.io",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
|
||||
"main": "./lib/engine.io",
|
||||
"author": "Guillermo Rauch <guillermo@learnboost.com>",
|
||||
@@ -35,7 +35,7 @@
|
||||
"devDependencies": {
|
||||
"babel-eslint": "5.0.0",
|
||||
"babel-preset-es2015": "6.3.13",
|
||||
"engine.io-client": "2.0.2",
|
||||
"engine.io-client": "2.1.0",
|
||||
"eslint-config-standard": "4.4.0",
|
||||
"eslint-plugin-standard": "1.3.2",
|
||||
"expect.js": "0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user