update README and History
This commit is contained in:
10
History.md
10
History.md
@@ -1,3 +1,13 @@
|
|||||||
|
0.4.0 / 2015-01-26
|
||||||
|
==================
|
||||||
|
|
||||||
|
* compatible with socket.io 1.3.2
|
||||||
|
* bump `engine.io-client`.
|
||||||
|
* added `Socket#id()` pointing to session id
|
||||||
|
* add exponential backoff with randomization
|
||||||
|
* reset reconnection attempts state after a successul connection
|
||||||
|
* fix binary arguments in emit with ack [AlfioEmanueleFresta]
|
||||||
|
|
||||||
0.3.0 / 2014-11-04
|
0.3.0 / 2014-11-04
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|||||||
@@ -19,16 +19,16 @@ Add the following dependency to your `pom.xml`.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.nkzawa</groupId>
|
<groupId>com.github.nkzawa</groupId>
|
||||||
<artifactId>socket.io-client</artifactId>
|
<artifactId>socket.io-client</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Gradle
|
### Gradle
|
||||||
|
|
||||||
Add it as a gradle dependency for Android Studio, in `build.gradle`:
|
Add it as a gradle dependency for Android Studio, in `build.gradle`:
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
compile 'com.github.nkzawa:socket.io-client:0.3.0'
|
compile 'com.github.nkzawa:socket.io-client:0.4.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user