UNPKG

580 BMarkdownView Raw
1
2### 0.5.0 (2015/10/07)
3
4- Allow room adminlist changing only for owner.
5- Dependencies update.
6- Message hooks fix/simplification.
7- Pass state options.
8- Use locks in redis state.
9- Wait for clients disconnection in close function.
10
11### 0.4.0 (2015/09/02)
12
13- Redis state.
14- Room listing changed.
15- Before and After hooks changed.
16- More unit tests.
17
18### 0.3.0 (2015/08/19)
19
20- Some documentation.
21- Room join/leave server messages renamed.
22
23### 0.2.0 (2015/08/13)
24
25- New socket.io messages reply format (using ack).
26- State store API.
27
28### 0.1.0 (2015/07/21)
29
30- Initial release.