Skip to content

Commit 3200de7

Browse files
committed
Updated CHANGELOG.md
1 parent 1062ce6 commit 3200de7

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
## 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+
212
#### 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
515
* temporarily disabled `AndroidLogger`
616

717
#### 0.11.0
818
* permessage-deflate support
9-
* deleted unused code (further shrank about 20%)
19+
* removed unused code (further shrank about 20%)
1020
* performance improvement (further about 15% to 25% faster than previous versions)
1121

1222
#### 0.10.0
1323
* permessage-deflate support (experimental)
14-
* fixed multiple subprotocol bug
24+
* fixed a multiple subprotocol bug
1525
* improved finalization
16-
* deleted unused code (shrank about 20%)
26+
* removed unused code (shrank about 20%)
1727

1828
#### 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)
2030

2131
#### 0.9.1
2232
* updated only documents
@@ -35,11 +45,11 @@
3545
* fixed that difference between packages and directories structure (thanks to @digigm)
3646

3747
#### 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)
3949

4050
#### 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
4353

4454
#### 0.8.0
4555
* performance improvement (about 5% to 15% faster than previous versions)
@@ -49,7 +59,7 @@
4959
* refactor
5060

5161
#### 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)
5363

5464
#### 0.6.3
5565
* fixed a bug of a receiving binary size

0 commit comments

Comments
 (0)