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
0233f383bb
Fix tests, this is broken for obvious reasons
2016-08-15 19:24:10 -04:00
Erik
4ad5025c77
update tests, add test for base64
2016-07-20 11:07:37 -04:00
Erik
9a4ec5a82a
xcode 8
2016-06-14 20:41:59 -04:00
Erik
6452f6a97a
merge dev
2016-05-05 13:33:52 -04:00
Yannick Loriot
e02ca23d14
Add test case #361
2016-05-04 18:35:56 +02:00
Erik
376e31bfca
merge development and fix tests
2016-04-10 14:15:35 -04:00
Erik
b8307b6b27
refactor test
2016-01-29 13:08:41 -05:00
Erik
fe3599d1fe
add test for parsing double encoded utf8
2016-01-29 13:06:56 -05:00
Erik
3f57c7e0a9
add default urls
2016-01-25 18:48:21 -05:00
Erik
c9ac69f408
first pass at socketio/socket.io-client-swift#288
2016-01-25 14:55:58 -05:00
Erik
03d5f56114
merge master
2016-01-17 08:48:34 -05:00
Erik
dbc8b6fadc
refactor engine erroring
2016-01-16 15:04:03 -05:00
Erik
de3ca964ab
work on standardizing module name
2016-01-14 16:01:46 -05:00
Erik
1aacab2567
use testable
2015-12-25 10:22:59 -05:00
Erik
47fd0e386f
further decouple engine and client
2015-10-29 18:25:45 -04:00
Erik
9abf2e77e0
use socketioclientoptions for engine
2015-10-21 15:07:00 -04:00
Erik
17fb142083
remove old stuff. change test name
2015-10-15 15:29:03 -04:00
Erik
66674aae78
start work on engine tests
2015-10-15 15:15:18 -04:00