-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
112 lines (59 loc) · 1.8 KB
/
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
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
103
104
105
106
107
108
109
110
111
112
## v2.0.3 (2015-04-07)
Changes:
- Made library compatible with Node v0.12.X
## v2.0.1 (2014-02-06)
Changes:
- Activate HEARBEAT at connect
## v2.0.1 (2014-02-06)
Bugfixes:
- Fixed bug when error was catched and never display for user
- Fixed bug where channel tried to connect to socket multiple times
- Fixed a refcount bug that could happen if createChannel throwed an
exception
## v2.0.0 (2013-11-20)
Features:
- Fully compatible with wink protocol 1
## v1.2.3 (2013-11-19)
Features:
- Added option to disable multiplexing when creating a channel (useful when
testing many connection from one process).
Bugfixes:
- Fixed issue where channels could be resolved multiple times
- Fixed issue with ghost http requests
- Minor bug fixes
## v1.2.2 (2013-10-30)
Features:
- Added Multi-connection test
- Added Close-data test
Bugfixes:
- Fixed issue where signals was not transmitted if channel did not open in
emit mode.
## v1.2.1 (2013-10-29)
Features:
- Full TLS support
Bugfixes:
- Fixed issue with https in push API.
## v1.2.0 (2013-10-27)
Features:
- Core completly rewritten to be more stabel and logical.
- Exposes two new Error classes, OpenError and SignalError. Useful to
determind if channel was closed by an OpenDeny.
## v1.1.1 (2013-10-21)
Features:
- Removed obsolete code.
- Added examples: helloworld, listener, mulitplechannels and signals
Bugfixes:
- Fixed broken test-suite.
- Fixed issue with broken token
- Fixed issue with path not being registered
## v1.1.0 (2013-10-11)
Features:
- Support for new path-based protocol
- Added support for UTF8 and Binary frames.
- Removed obsolete code
## v1.0.9 (2013-09-16)
Features:
- Added interface for "push"
## v1.0.8 (2013-09-09)
Features:
- Added keep-alive timer