1650 Commits

Author SHA1 Message Date
Erik Little
746be11f3b
update starscream 2018-03-11 11:21:40 -04:00
Erik Little
5634b33d19
bump version v13.1.2 2018-03-11 11:02:02 -04:00
Erik Little
3a09e7d548
update docs 2018-03-11 11:01:49 -04:00
Erik Little
31aed9e793
Merge branch 'development'
* development:
  update changelog
  Remove MARK: for websockets methods
  Use callbacks instead of delegate methods for Starscream
  Fix exclusive access issue
  Execute acks sync. Implement #950
  Fixes build warnings caused by documentation issues.
  update starscream carthage
2018-03-11 10:57:14 -04:00
Erik Little
4e558833a3
update changelog 2018-03-02 11:38:16 -05:00
Erik Little
07c3678ea9
Remove MARK: for websockets methods 2018-03-02 11:33:46 -05:00
Erik Little
ef02247a0c
Use callbacks instead of delegate methods for Starscream 2018-03-02 11:28:35 -05:00
Erik Little
d811b194eb
Fix exclusive access issue 2018-03-01 10:15:28 -05:00
Erik Little
9b10cab925
Execute acks sync. Implement #950 2018-02-11 17:16:15 -05:00
Erik Little
1e29b2047d
Merge pull request #941 from Sproketti/documentation_fix
Fixes build warnings caused by documentation issues.
2018-02-01 07:20:13 -05:00
Henri Salminen
8df1a12412 Fixes build warnings caused by documentation issues. 2018-01-30 14:28:58 +02:00
Erik Little
d853d8594a
Merge branch 'master' into development
* master:
  update docs
2018-01-10 09:17:52 -05:00
Erik Little
c3a8c411a5
update starscream carthage 2018-01-10 09:17:42 -05:00
Erik Little
d388e1cf03
update docs v13.1.1 2018-01-10 09:10:36 -05:00
Erik Little
ea93e69d5c
Merge branch 'development'
* development:
  fix insert invoked twice
  add , to disconnect
  update changelog
  Fix #923
  update reconnect documentation
  update starscream
  Fix #894
2018-01-10 09:09:11 -05:00
Erik Little
4ec634ccfd
Merge branch 'master' of https://github.com/slidoooor/socket.io-client-swift into development
* 'master' of https://github.com/slidoooor/socket.io-client-swift:
  fix insert invoked twice
2018-01-10 08:11:17 -05:00
slidoooor
fa7fcc8c3b fix insert invoked twice 2018-01-10 13:21:30 +08:00
Erik Little
8eca6249c0
add , to disconnect 2018-01-07 18:23:36 -05:00
Erik Little
3d9b2b2c1c
update changelog 2018-01-07 12:34:53 -05:00
Erik Little
658d5f5b71
Fix #923 2018-01-07 12:24:20 -05:00
Erik Little
9224e2b3e6
update reconnect documentation 2018-01-05 09:25:54 -05:00
Erik Little
c395fa3f0f
update starscream 2017-12-20 07:12:14 -05:00
Erik Little
f74eb8c88a
Fix #894 2017-12-20 07:11:31 -05:00
Erik Little
1025c80ef5
update docs v13.1.0 2017-11-30 06:40:39 -05:00
Erik Little
313032aa41
Merge branch 'development'
* development:
  Fix #882. Don't automatically remove sockets from nsps since they might be used again
  bump version
  Enable bitcode in debug
  Enable bitcode for select sdks
  simplify ranges
  update changelog
  Just use one boolean to determine polling/ws
  use addHeaders
  update changelog
  Implement #684
  Fix some documentation marks
2017-11-30 06:38:56 -05:00
Erik Little
a611aee899
Fix #882. Don't automatically remove sockets from nsps since they might be used again 2017-11-28 08:10:45 -05:00
Erik Little
0dff23d42b
bump version 2017-11-25 11:03:02 -05:00
Erik Little
0a27b2ea10
Enable bitcode in debug 2017-11-23 12:12:52 -05:00
Erik Little
fa60b9a80a
Enable bitcode for select sdks 2017-11-23 11:56:14 -05:00
Erik Little
f0ac68e369
simplify ranges 2017-11-23 11:37:31 -05:00
Erik Little
11bc8e5df2
update changelog 2017-11-18 10:34:31 -05:00
Erik Little
3df5d6d0b4
Just use one boolean to determine polling/ws 2017-11-18 10:19:51 -05:00
Erik Little
ef2228cf29
use addHeaders 2017-11-17 14:11:03 -05:00
Erik Little
a9b5259a08
update changelog 2017-11-14 10:20:26 -05:00
Erik Little
3525caedd1
Implement #684 2017-11-14 10:18:49 -05:00
Erik Little
943e94ed0e
Fix some documentation marks 2017-11-14 08:18:07 -05:00
Erik Little
96ce620f69
update docs v13.0.1 2017-11-14 07:22:17 -05:00
Erik Little
1458a482d0
bump version 2017-11-14 07:21:30 -05:00
Erik Little
fd548121c2
Merge branch 'development'
* development:
  Fix #865
  Change .swift-version
  Fix documentation
2017-11-14 07:19:58 -05:00
Erik Little
05943767e5
Fix #865 2017-11-14 07:16:44 -05:00
Erik Little
2fa0a43e4c
Change .swift-version 2017-11-12 14:38:26 -05:00
Erik Little
fa34cd9be5
Fix documentation 2017-11-12 12:36:11 -05:00
Erik Little
b6a8984ce0
update docs v13.0.0 2017-11-12 11:36:35 -05:00
Erik Little
176986d22a
Merge branch 'development'
* development: (31 commits)
  Add note about namespace methods
  Add note in changelog to checkout the migration guide
  Add more to the migration guide
  don't return optional from defaultSocket
  Add link to 12to13 and style
  Start working on a migration guide
  Fix #855
  refactor SocketIOClient.handlePacket
  bump version
  Do we really need to update carthage?
  Make sure to turn off logging in setup
  Don't use NSDictionary in definitions
  Fix tests
  Fix changelog
  update starscream versions
  nsp should be readonly now
  Add SocketManager for multiplexing namespaces
  Change sentPing/gotPong to ping/pong since those are already reserved
  Fix comment
  Add ability to track ping/pongs
  ...
2017-11-12 11:34:49 -05:00
Erik Little
f2ae32b01d
Add note about namespace methods 2017-11-12 11:32:12 -05:00
Erik Little
c141f7c105
Add note in changelog to checkout the migration guide 2017-11-12 11:25:56 -05:00
Erik Little
5c9dc2cee8
Add more to the migration guide 2017-11-12 11:22:26 -05:00
Erik Little
3595662729
don't return optional from defaultSocket 2017-11-12 10:32:59 -05:00
Erik Little
c98df21747
Add link to 12to13 and style 2017-11-10 09:26:17 -05:00
Erik Little
f0a792bd51
Start working on a migration guide 2017-11-10 09:00:36 -05:00