21 Commits

Author SHA1 Message Date
Erik
468d7b2453
Fix unicode for socket.io 2.0 2017-05-27 11:35:22 -04:00
Erik
1ff8e11a1f
Document SocketIOClientSwift
add docs

Start documenting engine

More engine documentation

Document engine

document SocketEngineClient

Document SocketEnginePollable and SocketEnginePacketType

Document SocketEngineWebsocket

Document SocketIOClient

Document SocketIOClientStatus

Document SocketLogger

Document some typealiases

Document SocketIOClientOption

Document SocketIOClientConfiguration
2017-05-06 14:41:50 -04:00
David Beck
536367392f Switch to using Any instead of AnyObject
In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast.
2016-08-23 10:10:33 -07:00
Erik
b8d6c28ae4
merge development 2016-08-14 10:51:44 -04:00
Erik
e2bf84f576
Add SocketIOClientConfiguration 2016-08-13 14:55:33 -04:00
Erik
ddd7003d89
merge development 2016-08-11 22:08:48 -04:00
Erik
3ec1b93f8e
move extensions 2016-08-02 20:35:41 -04:00
Adam Putinski
777fa30c76 Fix Xcode 8 Beta 3 issues/warnings 2016-07-19 23:01:59 -04:00
Erik
9a4ec5a82a xcode 8 2016-06-14 20:41:59 -04:00
Erik
7500ea83a0 merge development 2016-06-14 19:51:56 -04:00
Erik
e163598ee6 add option for sslsecurity 2016-06-14 16:11:37 -04:00
Erik
f90ad8caeb update for latest swift 2016-05-21 11:45:35 -04:00
Erik
e2db1a086d update for latest swift 3 2016-04-16 12:00:21 -04:00
Erik
4d4362b250 work on swift3 syntax 2016-03-25 12:59:50 -04:00
Erik
d4c01183ab style 2016-03-25 09:48:04 -04:00
Erik
c795f9fb25 refactor socketpacket 2016-02-17 14:09:05 -05:00
Erik
fe9ee602e7 add option for toggling double encoding utf8 2016-02-15 10:43:21 -05:00
Erik
5068986a50 fix socketio/socket.io-client-swift#233 2016-01-03 11:56:16 -05:00
Erik
238d3cb338 add option for selfSigned 2015-12-08 20:15:54 -05:00
Erik
ccad13a1ed use pattern matching, thanks @NachoSoto 2015-12-03 21:01:43 -05:00
Erik
e2f89d82e4 rename source directory 2015-12-03 14:25:23 -05:00