Skip to content

Releases: rikulo/socket.io-client-dart

Release 3.0.0

02 Oct 01:29
Compare
Choose a tag to compare

3.0.0

Bug fix:

  • Upgrade to use socket_io_common 3.0.0

Release 3.0.0-beta.4

25 Sep 01:28
Compare
Choose a tag to compare

3.0.0-beta.4

Bug fix:

  • #394 Incorrect argument matching in notifyOutgoingListeners

Release 3.0.0-beta.3

19 Sep 01:56
Compare
Choose a tag to compare

3.0.0-beta.3

Bug fix:

  • #393 Bug: type 'Null' is not a subtype of type 'bool'

Release 3.0.0-beta.2

15 Mar 02:22
Compare
Choose a tag to compare

3.0.0-beta.2

Bug fix:

  • #373 hot restart error - Unhandled Exception: type 'Null' is not a subtype of type 'bool'

Release 3.0.0-beta.1

27 Feb 02:42
Compare
Choose a tag to compare

3.0.0-beta.1

Bug fix:

  • #367 Error on dispose

Release 3.0.0-beta.0

18 Feb 08:27
Compare
Choose a tag to compare

3.0.0-beta.0

New Feature:

  • Update codebase for compatibility with Socket.IO v4.7.4 and migrate to Dart version 3
  • #55 how to custom parser
  • #322 added emitWithAckAsync
  • #334 Socket.on... returns disposer function
  • #343 Empty query map in OptionsBuilder throws RangeError
  • #353 Add timeout on emit and emitWithAck

Bug fix:

  • #360 Library is not compatible with latest version on socket.io 4.7.4

Release 2.0.3+1 version

01 Aug 02:11
Compare
Choose a tag to compare

2.0.3+1

Fix dart analyzing issues

Release 2.0.3 version

31 Jul 03:27
Compare
Choose a tag to compare

2.0.3

New Feature:

  • #338 feat: implement connection state recovery

Release 2.0.2 version

24 Apr 08:26
Compare
Choose a tag to compare

2.0.2

Bug fix:

  • #330 Client throws error when buffer is received

Release 2.0.1 version

09 Jan 05:49
Compare
Choose a tag to compare

2.0.1

New Feature:

  • #310 Add setAuthFn for OptionBuilder

Bug fix:

  • #287 reconnecting event is not triggered