|
1 | 1 | ## Change Log
|
| 2 | +#### 0.12.0 |
| 3 | +* changed minimum version of `cordova-android` that is required (3.6.0 or later) |
| 4 | +* fixed a bug that could not get cookies that have secure attribute when using wss protocol |
| 5 | +* fixed a bug that crashed when closing an app with leaving a connection open |
| 6 | +* prevented that corrupt option strings are injected |
| 7 | +* improved speed of receiving large binary |
| 8 | +* logging support |
| 9 | +* removed unused code |
| 10 | +* refactor |
| 11 | + |
2 | 12 | #### 0.11.1
|
3 |
| -* fixed the bug that was not be done unescape when sending a message (thanks to @shilder) |
4 |
| -* fixed the bug that became unable to send a message when was created an instance many times |
| 13 | +* fixed a bug that was not be done unescape when sending a message (thanks to @shilder) |
| 14 | +* fixed a bug that became unable to send a message when was created an instance many times |
5 | 15 | * temporarily disabled `AndroidLogger`
|
6 | 16 |
|
7 | 17 | #### 0.11.0
|
8 | 18 | * permessage-deflate support
|
9 |
| -* deleted unused code (further shrank about 20%) |
| 19 | +* removed unused code (further shrank about 20%) |
10 | 20 | * performance improvement (further about 15% to 25% faster than previous versions)
|
11 | 21 |
|
12 | 22 | #### 0.10.0
|
13 | 23 | * permessage-deflate support (experimental)
|
14 |
| -* fixed multiple subprotocol bug |
| 24 | +* fixed a multiple subprotocol bug |
15 | 25 | * improved finalization
|
16 |
| -* deleted unused code (shrank about 20%) |
| 26 | +* removed unused code (shrank about 20%) |
17 | 27 |
|
18 | 28 | #### 0.9.2
|
19 |
| -* fixed lack of trailing zeros (0x00) when receiving binary (thanks to @lemoncola) |
| 29 | +* fixed a bug that was lacked of trailing zeros (0x00) when receiving binary (thanks to @lemoncola) |
20 | 30 |
|
21 | 31 | #### 0.9.1
|
22 | 32 | * updated only documents
|
|
35 | 45 | * fixed that difference between packages and directories structure (thanks to @digigm)
|
36 | 46 |
|
37 | 47 | #### 0.8.2
|
38 |
| -* fixed the constructor error on 4.4 and later (thanks to @digigm) |
| 48 | +* fixed a constructor error on 4.4 and later (thanks to @digigm) |
39 | 49 |
|
40 | 50 | #### 0.8.1
|
41 |
| -* fixed the frame aggregation error (thanks to @Atsyn) |
42 |
| -* fixed the binary transmission for the case of using the plugin on 4.4 and later |
| 51 | +* fixed a frame aggregation error (thanks to @Atsyn) |
| 52 | +* fixed a binary transmission for the case of using the plugin on 4.4 and later |
43 | 53 |
|
44 | 54 | #### 0.8.0
|
45 | 55 | * performance improvement (about 5% to 15% faster than previous versions)
|
|
49 | 59 | * refactor
|
50 | 60 |
|
51 | 61 | #### 0.7.0
|
52 |
| -* resolved the issue of SSL on 4.0 and 2.3 (thanks to @agalazis and koush/AndroidAsync) |
| 62 | +* solved a problem of SSL on 4.0 and 2.3 (thanks to @agalazis and koush/AndroidAsync) |
53 | 63 |
|
54 | 64 | #### 0.6.3
|
55 | 65 | * fixed a bug of a receiving binary size
|
|
0 commit comments