Dmitry Preobrazhenskiy
4af28c3a57
Update podspec
...
Remove the swift version and update podspec to include Swift 4.2
Fixes https://github.com/socketio/socket.io-client-swift/issues/1101
2018-11-28 23:09:36 +02:00
Dmitry Preobrazhenskiy
c0a4273d5b
fixup! Fix failing tests
2018-11-28 22:59:57 +02:00
Dmitry Preobrazhenskiy
add7a83a0f
Fix failing tests
...
This is achieved by adding sorted keys with iOS 11 to the JSONSerialization
which should produce the outcome string sorted
2018-11-28 22:29:20 +02:00
Dmitry Preobrazhenskiy
4ca2710faa
Convert to Swift 4.2
2018-11-28 21:07:37 +02:00
Erik Little
424ab6c944
Merge pull request #925 from bombbomb/feature/9.0.1/Swift4
...
Feature/9.0.1/swift4
2018-01-08 14:55:59 -05:00
Shane Cowherd
d3aaaec9bb
Updated Project Swift variable to 4.0
...
Fixed handleOpen(openData) bug that was not covered in the unit tests.
2018-01-08 11:22:09 -07:00
Shane Cowherd
46d982d4df
Migrated the Socket.IO 1.X build to Swift 4
2018-01-05 08:29:49 -07:00
Erik Little
87ecee13e6
bump version
v9.0.1
2017-05-15 08:30:32 -04:00
Erik Little
f2ab06f732
update docs
2017-05-15 08:21:14 -04:00
Erik Little
62eeba69e8
Merge branch 'development'
...
* development:
ack emits should allow custom types
Report errors in SocketData to users. Resolves #677
Fixes #676
fix method name in docs
2017-05-15 08:11:07 -04:00
Erik Little
7d8eb6ffc7
ack emits should allow custom types
2017-05-08 07:50:13 -04:00
Erik
dd2167a09f
Report errors in SocketData to users. Resolves #677
2017-05-07 14:40:39 -04:00
Erik
8e25c6c417
Fixes #676
2017-05-07 14:01:31 -04:00
Erik
8d16a8312d
fix method name in docs
2017-05-07 12:39:54 -04:00
Erik
b6d0a1541a
bump version
v9.0.0
2017-05-07 12:18:17 -04:00
Erik
a7c90cdac9
update docs
2017-05-07 11:56:03 -04:00
Erik
74fa4142d6
update docs
2017-05-07 11:44:09 -04:00
Erik
46b63b52b2
Merge branch 'development'
...
* development: (24 commits)
Add enum for client events. Resolves #675
Add client event for status changes. Closes #668
Remove from manager can be discarded
Use xctool
Go back to straight xcodebuild
Try and fix travis
Disable logging in tests, use xctool again
Implement #672
Document SocketIOClientSwift
Document SocketAnyEvent
Move operators inside type
Document ack types
Fix #667 Make no ack an enum case
remove refactor build
Open client
Make client single queued
Make engine single queued
add ignore for appcode
Fix #657
Parsable doesn't have to be a client
...
2017-05-07 11:42:54 -04:00
Erik
158bdfb418
Add enum for client events. Resolves #675
2017-05-07 11:32:05 -04:00
Erik
1eb39d650a
Add client event for status changes. Closes #668
2017-05-07 10:52:17 -04:00
Erik
2e492ee9bc
Remove from manager can be discarded
2017-05-07 10:33:19 -04:00
Erik
f10839b832
Use xctool
2017-05-07 10:28:50 -04:00
Erik
77034a46fe
Go back to straight xcodebuild
2017-05-07 10:01:45 -04:00
Erik
1c1eb3d08d
Try and fix travis
2017-05-07 09:58:44 -04:00
Erik
bcce3cdfe7
Disable logging in tests, use xctool again
2017-05-07 09:54:51 -04:00
Erik
af5e934d69
Implement #672
2017-05-06 16:02:04 -04:00
Erik
cc3d7f8b07
Merge branch 'documentation' into development
...
* documentation:
Document SocketIOClientSwift
2017-05-06 14:46: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
Erik
a8ee018a16
Document SocketAnyEvent
2017-05-05 23:14:48 -04:00
Erik
08c6186fe4
Move operators inside type
2017-05-05 23:10:32 -04:00
Erik
e78200ee34
Document ack types
2017-05-05 23:05:55 -04:00
Erik
23c76417d2
Fix #667 Make no ack an enum case
2017-05-05 22:35:39 -04:00
Erik
58f51d07a2
Merge branch 'refactor-engine' into development
...
* refactor-engine:
remove refactor build
Open client
Make client single queued
Make engine single queued
add ignore for appcode
2017-05-05 22:10:21 -04:00
Erik
9edd322a70
remove refactor build
2017-05-05 22:09:59 -04:00
Erik
abdffb9a4f
Open client
2017-05-05 22:07:14 -04:00
Erik
84dd3078d8
Make client single queued
...
Shouldn't need to protoct ack generation now that client is single queued
2017-05-05 22:07:12 -04:00
Erik
ed049e888d
Make engine single queued
...
Fix polling
allow building of refactor branch
remove self reference
Some refactoring
2017-05-05 22:07:12 -04:00
Erik
7e494f4bcb
add ignore for appcode
2017-05-05 22:07:12 -04:00
Erik Little
e1160114f6
Merge branch 'master' into development
...
* master:
Fixed headings
2017-05-04 07:56:57 -04:00
Erik
e5eec3e97f
Fix #657
2017-05-03 22:21:33 -04:00
Erik
c87bb409b5
Parsable doesn't have to be a client
2017-05-01 18:45:53 -04:00
Erik
7777c76dae
refactor protocol
2017-05-01 18:44:27 -04:00
Erik Little
34d1e2f251
Merge pull request #658 from philipengberg/patch-1
...
Fixed headings
2017-04-25 05:03:32 -04:00
Philip Engberg
d668da69fb
Fixed headings
2017-04-25 08:14:24 +02:00
Erik Little
1669f2c28f
Merge pull request #651 from musicabbage/development
...
remove engine’s listener before assign new instance
2017-04-14 07:40:34 -04:00
musicabbage
907b1b3ae2
Removed if-statement for review notes
...
https://github.com/socketio/socket.io-client-swift/pull/651#pullrequestreview-32616528
2017-04-14 14:57:46 +08:00
musicabbage
e29c9043b2
remove engine’s listener before assign new instance
2017-04-13 12:08:38 +08:00
Erik Little
6f3610e578
Merge pull request #643 from hfossli/patch-1
...
Fix markdown formatting issues in README.md
2017-04-04 05:12:18 -04:00
Håvard Fossli
9a2b59ad78
Update README.md
2017-04-04 11:03:42 +02:00
Erik
1949b1fd48
actually bump version
v8.3.3
2017-03-30 18:58:26 -04:00