Skip to content

Commit 94c326e

Browse files
committed
Merge branch 'develop'
2 parents 92a6c2d + da51a0f commit 94c326e

21 files changed

+785
-1560
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
## Change Log
2+
#### 0.9.0
3+
* integrated with jetty-8.1.17.v20150415
4+
* performance improvement (about 10% to 25% faster than previous versions)
5+
* added `agent` option
6+
* changed default value of `origin` option
7+
* restored `maxTextMessageSize`/`maxBinaryMessageSize` options
8+
* Crosswalk support
9+
* Android 2.2 (Froyo) support end
10+
* refactor
11+
12+
#### 0.8.3
13+
* fixed that difference between packages and directories structure (thanks to @digigm)
14+
15+
#### 0.8.2
16+
* fixed the constructor error on 4.4 or later (thanks to @digigm)
17+
18+
#### 0.8.1
19+
* fixed the frame aggregation error (thanks to @Atsyn)
20+
* fixed the binary transmission for the case of using the plugin on 4.4 or later
21+
22+
#### 0.8.0
23+
* performance improvement (about 5% to 15% faster than previous versions)
24+
* deployed the sources of Jetty directly (instead the jar file)
25+
* abolished `maxTextMessageSize`/`maxBinaryMessageSize` options
26+
* added `override` option
27+
* refactor
28+
29+
#### 0.7.0
30+
* resolved the issue of SSL on 4.0 and 2.3 (thanks to @agalazis and koush/AndroidAsync)
31+
32+
#### 0.6.3
33+
* fixed a bug of a receiving binary size
34+
35+
#### 0.6.2a
36+
* limit installation target to Android (thanks to @peli44)
37+
38+
#### 0.6.2
39+
* updated Jetty WebSocket library
40+
41+
#### 0.6.1
42+
* added escaping of special characters (thanks to @odbol)
43+
44+
#### 0.6.0
45+
* cookie support (thanks to @ericfong)
46+
* removed a second argument from the send() method
47+
48+
#### 0.5.2
49+
* clobbered buggy websockets on 4.3 or lower (thanks to @rpastorvargas and @punj)
50+
* bug fix
51+
52+
#### 0.5.1
53+
* bug fix
54+
55+
#### 0.5.0
56+
* change the way to set plugin options
57+
* multiple subprotocol support
58+
* readyState property support (thanks to @jrpereirajr)
59+
60+
#### 0.4.0
61+
* Cordova/Phonegap 3 support
62+
* binary support
63+
* event listener support
64+
* more compliant with the WebSocket API requirements
65+
* license change from MIT to Apache v2.0
66+
67+
#### 0.3.2
68+
* bug fix
69+
70+
#### 0.3.1
71+
* bug fix
72+
73+
#### 0.3.0
74+
* `origin` support (thanks to @rgillan)
75+
76+
#### 0.2.0
77+
* comply with the WebSocket API requirements
78+
79+
#### 0.1.0
80+
* first release

0 commit comments

Comments
 (0)