Releases: rikulo/socket.io-client-dart
Releases · rikulo/socket.io-client-dart
Release v2.0.0-beta.1
2.0.0-beta.1
New Feature:
- #130 Cannot connect to socket.io V3
- #106 Can we combine emitWithBinary to emit?
Release 1.0.0-nullsafety.0
1.0.0-nullsafety.0
New Feature:
- #132 Migrating to null safety for Dart
Release 0.9.12
0.9.12
New Feature:
- #46 Make this library more "Darty"
Release 0.9.11
0.9.11
New Feature:
- #108 Need dispose method for clearing resources
Release 0.9.10+2
0.9.10+2
- Fix dart analyzer warning for formatting issues.
Release 0.9.10+1
0.9.10+1
- Fix dart analyzer warning.
Release 0.9.10
0.9.10
Bug fix:
- #72 Can't send Iterable as one packet
Release 0.9.9
0.9.9
Bug fix:
- #67 Retry connection backoff after 54 tries reconnections every 0 second
Release 0.9.8
0.9.8
Bug fix:
- #33 socket.on('receiveMessage',(data)=>print("data")) called twice
Release 0.9.7+2
0.9.7+2
New Feature:
- #48 add links to github repo in pubspec.yaml