Releases: socketio/socket.io-client-swift
Releases · socketio/socket.io-client-swift
v12.1.1
- Fixes an issue where using request middleware in socket.io doesn't send the initial connect packet.
v12.1.0
- Remove custom Starscream.
- Exposes a bunch of previously internal methods and types, including the underlying
SocketPacket
andSocketEventHandler
types. - Allows setting of the config after init but before calling one of the connect methods.
Breaking Changes:
- Instead of using
Starscream.SSLSecurity
lib now uses aSocketIO.SSLSecurity
with the same interface as Starscream's.
v12.0.0
- Swift 4.0 support
- Redone logging protocol
Breaking changes
The logging protocol no longer expects a String and args that will go into that string. Instead it expects an autoclosure for a string.
v11.1.3
- Internal improvements
- New FAQs entry
v11.1.2
- Fix Carthage building
v11.1.1
- Fix SPM
v11.1.0
New
- Adds
off(clientEvent:)
andonce(clientEvent:callback:)
methods.
Fixes
- Hopefully fixes conflicting system modules from Starscream
v11.0.2
- Fix podspec to include Swift language version.
v11.0.1
- Fixes
SSLSecurity
in ObjC
v11.0.0
- Starscream is now a dependency