Skip to content

Releases: Romixery/SwiftStomp

1.2.1

20 May 16:38
Compare
Choose a tag to compare

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 using delegate.
  • The example project has been updated and SwiftUI view, has been added to the project, alongside of UIKit version.

1.2.0

17 May 19:17
2c71e62
Compare
Choose a tag to compare

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 using delegate.
  • Example project has been updated and SwiftUI view, has been added to the project, alongside of UIKit version.

1.1.1

13 Mar 13:58
99dcfa7
Compare
Choose a tag to compare

Fixed retain cycles
Bump to version 1.1.1

Version 1.1.0

15 Sep 02:52
Compare
Choose a tag to compare

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

26 Mar 14:29
Compare
Choose a tag to compare

Add Swift Package manager to the release.

1.0.4

19 Sep 07:21
Compare
Choose a tag to compare

Add: onSocketEvent to handle other unusual socket events your self.

1.0.3

20 Jul 18:03
Compare
Choose a tag to compare

Add JsonEncoder.DateEncodingStrategy for Encodable frame's bodies!

1.0.2

03 Jul 22:46
Compare
Choose a tag to compare

Add support for extra headers for subscribe and unsubscribe

1.0.1

15 Jun 07:00
Compare
Choose a tag to compare

Set dateEncodingStrategy of JSON encoder to .iso8601

Release Version

14 Jun 06:37
Compare
Choose a tag to compare

Release version 1.0.0

Add Headers to onMessageReceived delegate. So you are able to access message headers right from delegate!