We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd548a commit 39c6fdcCopy full SHA for 39c6fdc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.0.0
2
+ - Replace `web_socket_channel` with `web_socket` package.
3
+ - This has breaking changes in the Parser API, but otherwise should be backwards compatible
4
+
5
## 2.1.3
6
- Added `pingInterval` to `copyWith` for `StompConfig`. Thanks @AndruhovSasha
7
pubspec.yaml
@@ -1,6 +1,6 @@
name: stomp_dart_client
homepage: https://github.com/blackhorse-one/stomp_dart
-version: 2.2.0
+version: 3.0.0
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.
environment:
sdk: ">=3.0.0 <4.0.0"
0 commit comments