Skip to content

Releases: blackhorse-one/stomp_dart_client

v3.0.1

30 Oct 12:27

Choose a tag to compare

What's Changed

  • chore: Updated Dart linter to 6.0 and fix linting issues

Full Changelog: v3.0.0...v3.0.1

v3.0.0

30 Oct 12:13

Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v3.0.0

v2.1.3

07 Feb 12:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

03 Feb 11:52
5240098

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Dec 22:57

Choose a tag to compare

2.1.1

  • Added pingInterval to StompConfig to control the ping interval of IO WebSockets. Thanks @AndruhovSasha

2.1.0

  • Updated version of web_socket_channel dependency to 3.0.1
  • Moved from dart:html to package:web for web interop

v2.0.0

19 Apr 14:03

Choose a tag to compare

Breaking

  • Changed exports to be all reexported in a single file to import. This is to satisfy the dart/flutter conventions. Thanks @Peetee06