1580 Commits

Author SHA1 Message Date
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
Erik Little
fa5e815912
Merge branch 'master' into development
* master:
  bump version
  Fix #855
2017-11-08 08:40:06 -05:00
Erik Little
6905113b49
Merge branch 'v12.1.3'
* v12.1.3:
  bump version
  Fix #855
v12.1.3
2017-11-08 08:33:33 -05:00
Erik Little
45af5d96d9
bump version 2017-11-08 08:25:57 -05:00
Erik Little
ff0f1c8c77
Fix #855 2017-11-08 08:24:13 -05:00
Erik Little
d251b4de87
Fix #855 2017-11-08 08:17:36 -05:00
Erik Little
5cfc97386a
refactor SocketIOClient.handlePacket 2017-10-25 08:16:44 -04:00
Erik Little
c9e6d3ec33
bump version 2017-10-22 11:07:20 -04:00
Erik Little
5db5260ae8
Do we really need to update carthage? 2017-10-22 10:48:37 -04:00
Erik Little
6e3d97617f
Make sure to turn off logging in setup 2017-10-22 10:44:09 -04:00
Erik Little
cf597ae09d
Don't use NSDictionary in definitions 2017-10-22 10:26:16 -04:00
Erik Little
846e7cb0aa
Fix tests 2017-10-21 18:35:36 -04:00
Erik Little
a255d1131d
Fix changelog 2017-10-21 18:06:47 -04:00
Erik Little
16e85a297c
update starscream versions 2017-10-21 18:04:38 -04:00
Erik Little
535f1700bf
nsp should be readonly now 2017-10-21 18:02:56 -04:00
Erik Little
5a85c97f3d
Merge branch 'manager' into development
* manager:
  Add SocketManager for multiplexing namespaces
2017-10-21 17:28:52 -04:00
Erik Little
5b52edd880
Add SocketManager for multiplexing namespaces 2017-10-21 17:17:29 -04:00
Erik Little
1ed87e571d
Change sentPing/gotPong to ping/pong since those are already reserved 2017-10-14 10:28:14 -04:00
Erik Little
bb1618faaf
Fix comment 2017-10-14 10:17:04 -04:00
Erik Little
c03fc96f04
Add ability to track ping/pongs 2017-10-14 10:15:36 -04:00
Erik Little
7b04309990
remove some code duplication 2017-10-14 09:43:27 -04:00