Releases: Romixery/SwiftStomp
Releases · Romixery/SwiftStomp
1.2.1
Full Changelog: 1.2.0...1.2.1
Following for previous major update:
- Starscream has been removed from the project. We use the native
URLSessionWebSocketTask
instead. - Upstreams are now supported. We can rely on
Combine
publishers, Instead of usingdelegate
. - The example project has been updated and
SwiftUI
view, has been added to the project, alongside ofUIKit
version.
1.2.0
Major release! In this release:
- Starscream has been removed from the project. We use the native
URLSessionWebSocketTask
instead. - Upstreams are now supported. We can rely on
Combine
publishers, Instead of usingdelegate
. - Example project has been updated and
SwiftUI
view, has been added to the project, alongside ofUIKit
version.
1.1.1
Version 1.1.0
Version 1.1.0-With Auto ping feature.
Thanks to @bigMOTOR for his suggestion.
1- Add: 'Auto Ping' feature
2- Update: Starscream version updated to 4.0.4
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Release Version
Release version 1.0.0
Add Headers to onMessageReceived
delegate. So you are able to access message headers right from delegate!