forked from vti/pocketio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
71 lines (45 loc) · 1.38 KB
/
Changes
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
Revision history for perl module PocketIO
0.14 2012-06-05
- Fixed exception handling bugs (Jason May)
- Provide the status code when throwing a websocket exception (Jason May)
- Added room support (Michael FiG)
0.12 2012-01-25
- Fixed test requirements
0.11 2012-01-24
- Fixed modules requirements
0.10 2012-01-22
- Plack::Request is not required
- Twiggy is not required for testing
- Extracted SocketIO protocol into a separated distribution
- Return raw object but wrap exceptions middelware on the fly
- Fixed on_disconnect callback
0.009008 2011-12-06
- Fixed websocket test
0.009007 2011-12-03
- Fixed CPAN dist
0.009006 2011-12-02
- Made message parsing more robust. Closes #GH-10
- Socket emit should emit client event not server
- Use exceptions
- Updated socket.io.js in example
- Increased connection timeout
- Require Protocol::WebSocket 0.9.5
- Increased connection timeout to 30s
0.009005 2011-09-23
- CPAN release
- Redis pool backend
- Socket.IO 0.8 version support
0.009004 2011-05-12
- Renamed to PocketIO
- Implemented as a Plack app instead of middleware
- Fixed UTF issues
0.009003 2011-04-09
- It is possible to pass class name or instance and method instead of inline
handler
- Added heartbeat to WebSockets too
0.009002 2011-03-29
- Fixed live tests
0.009001 2011-03-28
- Fixed dependencies list
0.009000 2011-03-16
- Initial release