Skip to content

Commit 973b2fe

Browse files
committed
Bump 2.0.1
1 parent 163e518 commit 973b2fe

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.1
2+
3+
**New Feature:**
4+
5+
* [#310](https://github.com/rikulo/socket.io-client-dart/pull/310) Add setAuthFn for OptionBuilder
6+
7+
**Bug fix:**
8+
9+
* [#287](https://github.com/rikulo/socket.io-client-dart/issues/287) reconnecting event is not triggered
10+
111
## 2.0.0
212

313
**New Feature:**

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ If you are new to Git or GitHub, please read [this guide](https://help.github.co
286286
- Thanks [@fzyzcjy](https://github.com/fzyzcjy) for https://github.com/rikulo/socket.io-client-dart/pull/188
287287
- Thanks [@darwin-morocho](https://github.com/darwin-morocho) for https://github.com/rikulo/socket.io-client-dart/pull/189
288288
- Thanks [@chatziko](https://github.com/chatziko) for https://github.com/rikulo/socket.io-client-dart/pull/237
289+
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/313
290+
- Thanks [@Astray-git](https://github.com/Astray-git) for https://github.com/rikulo/socket.io-client-dart/pull/310

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: socket_io_client
22
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://www.zkoss.org
55
repository: https://github.com/rikulo/socket.io-client-dart
66
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
logging: '^1.0.1'
13-
socket_io_common: '^2.0.0'
13+
socket_io_common: '^2.0.2'
1414
js: '^0.6.3'
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)