Skip to content

Latest commit

 

History

History
75 lines (36 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

75 lines (36 loc) · 1.58 KB

1.0.0-nullsafety.0

New Feature:

  • #132 Migrating to null safety for Dart

0.9.12

New Feature:

  • #46 Make this library more "Darty"

0.9.11

New Feature:

  • #108 Need dispose method for clearing resources

0.9.10+2

  • Fix dart analyzer warning for formatting issues.

0.9.10+1

  • Fix dart analyzer warning.

0.9.10

Bug fix:

  • #72 Can't send Iterable as one packet

0.9.9

Bug fix:

  • #67 Retry connection backoff after 54 tries reconnections every 0 second

0.9.8

Bug fix:

  • #33 socket.on('receiveMessage',(data)=>print("data")) called twice

0.9.7+2

New Feature:

  • #48 add links to github repo in pubspec.yaml

0.9.7+1

New Feature:

  • #38 Improve pub.dev score

0.9.6+3

Bug fix:

  • #42 Error when using emitWithAck

0.9.5

New Feature:

  • #34 Add support for extraHeaders

Bug fix:

  • #39 The factor of Backoff with 54 retries causes an overflow