Damien Arrachequesne
c95ab42aef
chore(release): 2.1.0
...
Diff: https://github.com/socketio/socket.io-adapter/compare/2.0.3...2.1.0
2021-01-15 01:30:02 +01:00
Damien Arrachequesne
e73271e652
chore(release): 2.0.3
...
Diff: https://github.com/socketio/socket.io-adapter/compare/1.1.2...2.0.3
2020-11-05 16:19:45 +01:00
Damien Arrachequesne
d5ceef94ed
chore(release): 2.0.3-rc2
...
Diff: https://github.com/socketio/socket.io-adapter/compare/2.0.3-rc1...2.0.3-rc2
2020-10-20 14:27:38 +02:00
Damien Arrachequesne
5f417d256b
chore(release): 2.0.3-rc1
...
Diff: https://github.com/socketio/socket.io-adapter/compare/2.0.2...2.0.3-rc1
2020-10-15 12:18:09 +02:00
Damien Arrachequesne
5d81b13431
chore(release): 2.0.2
...
Diff: https://github.com/socketio/socket.io-adapter/compare/2.0.1...2.0.2
2020-09-28 15:32:41 +02:00
Damien Arrachequesne
e57f528944
chore(release): 2.0.1
...
Diff: https://github.com/socketio/socket.io-adapter/compare/2.0.0...2.0.1
2020-09-28 15:14:58 +02:00
Damien Arrachequesne
7216d7adfb
chore(release): 2.0.0
...
Diff: https://github.com/socketio/socket.io-adapter/compare/1.1.2...2.0.0
2020-09-25 23:09:21 +02:00
Damien Arrachequesne
b52b4ef49e
refactor: migrate to TypeScript
2020-09-25 23:01:42 +02:00
Damien Arrachequesne
53ed3f4099
feat: use ES6 Sets and Maps
...
The sids and the rooms objects are now Map<string, Set<string>>:
sids => Map<SocketId, Set<Room>>
rooms => Map<Room, Set<SocketId>>
Breaking changes: the clients() and clientRooms() methods will now
return a Set instead of an array.
Also, the rooms argument in the broadcast() method will now be a Set
too.
Besides, the callbacks were removed from all function signatures, as
every operation is synchronous. Regarding the Redis adapter, the
clients() method is the only operation which will now return a promise.
This change allows us to remove the Room class, which was used to have
an external length attribute (instead of computing Object.keys()
everytime).
2020-09-16 22:19:56 +02:00
Damien Arrachequesne
ae23c7ef4c
[chore] release 1.1.2
2019-11-25 13:19:48 +01:00
Damien Arrachequesne
6874ea4952
[chore] release 1.1.1
2017-08-02 14:01:58 +02:00
Sam Roberts
bdb015a6c1
[chore] remove unused 'debug' dependency ( #52 )
2017-08-02 13:51:58 +02:00
Damien Arrachequesne
c6f7baec3b
[chore] Release 1.1.0 ( #50 )
2017-02-26 08:38:04 +01:00
Damien Arrachequesne
b983377969
[chore] Release 1.0.0 ( #48 )
2017-02-16 22:26:40 +01:00
Damien Arrachequesne
40764bb806
[feat] Remove the socket.io-parser dependency ( #47 )
...
That will allow to use a custom parser (see https://github.com/socketio/socket.io/pull/2829 ).
2017-02-16 22:16:21 +01:00
Damien Arrachequesne
9a621ec592
[chore] Release 0.5.0 ( #44 )
2016-11-20 01:57:13 +01:00
Damien Arrachequesne
915af31c2c
[chore] Bump debug to version 2.3.3 ( #42 )
2016-11-20 01:51:03 +01:00
Damien Arrachequesne
35987a5c0f
[chore] Bump socket.io-parser to version 2.3.1 ( #43 )
2016-11-20 01:48:52 +01:00
Guillermo Rauch
efd6141dbd
Release 0.4.0
2015-12-03 10:12:35 -08:00
Guillermo Rauch
6e0ecb4d3a
package: bump debug
2015-11-19 09:44:13 -08:00
Mika Turunen
17a2097f6d
Update package.json license
2015-03-20 11:33:00 +02:00
Tony Kovanen
e0220b7ce5
remove unnecessary dependency
2014-10-28 02:08:56 +02:00
Guillermo Rauch
c22e10f635
Release 0.3.1
2014-10-27 11:46:21 -07:00
Tony Kovanen
7789a22eee
Bump parser version.
2014-10-18 21:22:35 +03:00
Tero Keski-Valkama
f2cdb95985
Merged.
2014-09-25 19:50:29 +03:00
Tony Kovanen
2e061ee733
Fix room autopruning
2014-09-19 18:02:44 -06:00
Tero Keski-Valkama
435a759d9b
Added the repository field.
...
...to fix the npm warnings like:
npm WARN package.json socket.io-adapter@0.3.0 No repository field.
2014-07-01 11:32:51 +03:00
Tero Keski-Valkama
16d7767088
Updated the debug dependency.
...
... to be compatible with express and connect.
2014-07-01 11:12:05 +03:00
Guillermo Rauch
22aaae4135
Release 0.3.0
2014-05-30 21:33:58 -07:00
Amin Cheloh
e46f60ba3e
Update package.json
2014-05-31 11:30:03 +07:00
Guillermo Rauch
668b9cfb47
Release 0.2.0
2014-03-14 15:04:31 -03:00
Guillermo Rauch
c039311f4a
Merge branch 'master' of github.com:LearnBoost/socket.io-adapter
2014-03-14 15:04:00 -03:00
Kevin Roark
50a641a2db
needs the faster parser
2014-03-14 13:25:13 -04:00
Guillermo Rauch
56e7de5044
Release 0.1.0
2014-03-07 18:07:08 -03:00
Guillermo Rauch
41d9c0b344
initial commit
2014-03-07 17:46:17 -03:00