UNPKG

1.39 kBPlain TextView Raw
1=== 0.3.0 2014-6-2
2
3* rename npm package name "linda-socket.io" -> "linda"
4
5=== 0.2.0 2014-1-23
6
7* deprecate synchronous TupleSpace#read/take #4
8
9=== 0.1.7 2014-1-22
10
11* put remote-address into tuple.from #9
12
13=== 0.1.6 2014-1-22
14
15* use "debug" npm
16 * print tuple read/write/take/watch/cancel log #6
17 * print static contents (client-js lib) access log #5
18
19=== 0.1.5 2014-1-12
20
21* set mime-type of client js lib #7
22
23=== 0.1.4 2014-1-12
24
25* remove all read/take/watch callbacks when socket.io disconnect #8
26* remove socket.io listener when TupleSpace#cancel() called #8
27
28=== 0.1.3 2014-1-12
29
30* repository move => https://github.com/node-linda/linda-socket.io
31
32=== 0.1.2 2014-1-8
33
34* use path.join #22
35
36=== 0.1.1 2014-1-8
37
38* bugfix resolving file path #22
39
40=== 0.1.0 2014-1-6
41
42* some fix by @geta6 #21
43
44=== 0.0.9 2014-1-6
45
46* performance improvement #20
47 * use EventEmitter2
48 * thank you for contributing @geta6
49
50=== 0.0.8 2014-1-6
51
52* bugfix for express framework
53
54=== 0.0.7 2014-1-1
55
56* add 2nd argument to TupleSpace.write(tuple, options) #13
57* call TupleSpace.check_expire() on server-side every 3 minutes #14
58
59=== 0.0.6 2014-1-1
60
61* bugfix TupleSpace.watch() #8
62
63=== 0.0.5 2014-1-1
64
65* modify watch algorithm #8
66
67=== 0.0.4 2013-12-31
68
69* update README
70
71=== 0.0.3 2013-12-31
72
73* bugfix Linda.listen() #11
74
75=== 0.0.2 2013-12-31
76
77* fix README
78
79=== 0.0.1 2013-12-31
80
81* first release