-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
42 lines (34 loc) · 975 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
CHANGELOG
=========
0.3.0
-----
* Renamed 'data format' to 'schema'
* `Server:setDataFormat` is now `Server:setSchema`
* Added `Client:setSchema`
* Added enet's range coding compression
* Added `Server:enableCompression`
* Added `Client:enableCompression`
* Added optional code for `Client:connect`
* Added `Server:getClientCount`
* Added `Server:destroy`
* Added `Client:reset`
* Added `Client:isConnected`
* Added `Client:isConnecting`
* Added `Client:isDisconnected`
* Added `Client:isDisconnecting`
0.2.1
-----
* Fixed bitser not being required using relative location
0.2.0
-----
* Added custom serialization support
* Added Client:setSerialization
* Added Server:setSerialization
* Changed 'emit' functions to 'send'
* 'Client:emit' is now 'Client:send'
* 'Server:emitToAll' is now 'Server:emitToAll'
* 'Server:emitToAllBut' is now 'Server:emitToAllBut'
* Added new 'Server:sendToPeer' function
0.1.0
-----
* Initial release