1338 Commits

Author SHA1 Message Date
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
Erik
6bf970e491
bump version 2017-03-30 18:54:04 -04:00
Erik
23050890e9
Merge branch 'development'
* development:
  Revert "double encoding should be getting fixed, make the default false"
2017-03-30 18:53:11 -04:00
Erik
d3c1d0cd04
Revert "double encoding should be getting fixed, make the default false"
This reverts commit 0fcb7903bb1ad6d1bb19fbf8567a2f63e5c78390.
2017-03-30 18:52:42 -04:00
Erik
3faf183cb2
bump version v8.3.2 2017-03-29 12:22:15 -04:00
Erik
fafd8b5f22
Merge branch 'development'
* development:
  bump websocket
  note that swift2.3 is a tag now
  Bump websocket version, fix some warnings
2017-03-29 12:20:37 -04:00
Erik
373c1a3447
bump websocket 2017-03-29 12:20:28 -04:00
Erik
3d5cf24de4
note that swift2.3 is a tag now 2017-03-28 05:14:39 -04:00
Erik
1f8c8b8f61
note that swift2.3 is a tag now 2017-03-28 05:14:25 -04:00
Erik
9e94ed1cea
Bump websocket version, fix some warnings 2017-03-28 05:10:46 -04:00
Erik
01790af3c5
bump version for xcode 8.3 v8.3.1 2017-03-28 05:03:14 -04:00
Erik
551ad7f6af
bump version v8.3.0 2017-03-08 19:56:48 -05:00
Erik
b3fd4203d2
Merge branch 'development'
* development:
  SocketAckManager thread-safe acks removal
  thread-safe ack generation
  bump websocket
  Fix building on xcode8.3
  double encoding should be getting fixed, make the default false
  bump websocket
2017-03-08 19:55:46 -05:00