Releases: blackhorse-one/stomp_dart_client
Releases · blackhorse-one/stomp_dart_client
v2.1.3
What's Changed
- Added pingInterval to copyWith by @AndruhovSasha in #113
New Contributors
- @AndruhovSasha made their first contribution in #113
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
2.1.1
- Added
pingInterval
toStompConfig
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
topackage:web
for web interop
v2.0.0
Breaking
- Changed exports to be all reexported in a single file to import. This is to satisfy the dart/flutter conventions. Thanks @Peetee06