-
Notifications
You must be signed in to change notification settings - Fork 3
/
History.txt
102 lines (57 loc) · 1.7 KB
/
History.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
=== 0.3.3 2013-10-05
* MIT license
=== 0.3.2 2013-10-04
* bugfix for channel push
=== 0.3.1 2013-10-03
* bugfix of push
=== 0.3.0 2013-10-02
* get client address with Sinatra::RocketIO::ClientInfo#address
=== 0.2.6 2013-05-27
* JS Lib for browser
* allow cross-domain access to /rocketio/settings
=== 0.2.5 2013-05-26
* add function RocketIO::Client#wait
* enable/disable websocket by ENV["WEBSOCKET"]=disable
=== 0.2.4 2013-05-23
* bugfix RocketIO start process
* add classic style sample app
* update gem dependencies
=== 0.2.3 2013-04-03
* bugfix setting
=== 0.2.2 2013-04-03
* print invalid setting error
* set :cometio, :post_interval => 2
=== 0.2.1 2013-04-01
* bugfix client connect event
=== 0.2.0 2013-03-31
* add "channel" for grouping clients
* update tests
* Sinatra::RocketIO.sessions
* use Sinatra::RocketIO::ClientInfo in server side events
=== 0.1.2 2013-03-25
* retry get /rocketio/settings
=== 0.1.1 2013-03-25
* ruby client - use comet if websocket port close
* fix sample cui_chat_client
=== 0.1.0 2013-03-24
* add ruby client library - Sinatra::RocketIO::Client
* add route /rocketio/settings
=== 0.0.9 2013-03-21
* bugfix javascrip websocket error in push() before connect
=== 0.0.8 2013-03-20
* bugfix gem dependencies
* dispatch "start" event on eventmachine and websocket server start
=== 0.0.7 2013-03-19
* not push to unexist client
=== 0.0.6 2013-03-19
* update event_emitter.js v0.0.7
=== 0.0.5 2013-03-18
* fix gem load flow
=== 0.0.4 2013-03-18
* fix gem dependencies
=== 0.0.3 2013-03-18
* delete routes of cometio.js and websocketio.js
=== 0.0.2 2013-03-18
* sinatra config - set :rocketio, :cometio => true, :websocket => true
=== 0.0.1 2013-03-17
* first release