File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # v15.0.1
1
+ # v15.1.0
2
2
3
+ - Add ability to enable websockets SOCKS proxy.
3
4
- Fix emit completion callback not firing on websockets [ #1178 ] ( https://github.com/socketio/socket.io-client-swift/issues/1178 )
4
5
5
6
# v15.0.0
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Then import `import SocketIO`.
99
99
### Carthage
100
100
Add this line to your ` Cartfile ` :
101
101
```
102
- github "socketio/socket.io-client-swift" ~> 15.0 .0
102
+ github "socketio/socket.io-client-swift" ~> 15.1 .0
103
103
```
104
104
105
105
Run ` carthage update --platform ios,macosx ` .
@@ -113,7 +113,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
113
113
use_frameworks!
114
114
115
115
target ' YourApp' do
116
- pod ' Socket.IO-Client-Swift' , ' ~> 15.0 .0'
116
+ pod ' Socket.IO-Client-Swift' , ' ~> 15.1 .0'
117
117
end
118
118
```
119
119
You can’t perform that action at this time.
0 commit comments