Commit Graph

441 Commits

Author SHA1 Message Date
Peter Siegesmund 0086c768d5
Merge pull request #119 from sjkummer/bugfix/crash-in-ddpclient-sub-sendmessage
Bugfix:  'self' may be nil when code is executed in a background thread
2019-06-16 12:03:05 -04:00
Sebastian Kummer b88fb1981f Bugfix: 'self' may be nil when code is executed in a background thread 2019-06-04 14:45:47 +02:00
Peter Siegesmund 9c2497df1e
Merge pull request #115 from jmaratt/jmaratt-podspec-SwiftWebSocket
Update SwiftDDP.podspec
2019-02-19 14:13:05 -05:00
jmaratt 7b9a626cd9
Update SwiftDDP.podspec
Removing the address for SwiftWebSocket resolved the 'unsupported version requirements' error.
2019-01-27 11:35:24 -05:00
Peter Siegesmund bcab1fca16
Merge pull request #113 from sam961/swift-4.2
Swift 4.2 compatibility
2019-01-23 09:56:30 -05:00
Sam 51e01158a9
Update SwiftDDP.podspec 2018-12-24 13:23:21 +02:00
Sam Kad 401debd079 Swift 4.2 compatibility 2018-12-24 00:27:37 +02:00
Peter Siegesmund bc0858f8b3
Merge pull request #111 from y-ich/master
a few changes for macOS and SwiftPM
2018-10-31 20:24:57 -04:00
Yuji Ichikawa fb47728c0f modified README.md 2018-10-09 16:06:25 +09:00
Yuji Ichikawa 58cf3410eb made _id and propertyNames public for sub class 2018-10-09 13:38:53 +09:00
Yuji Ichikawa b8c954ef74 swift package manager 2018-10-07 12:03:12 +09:00
Yuji Ichikawa efc2d67c9e split Cartfile for test 2018-10-07 11:14:33 +09:00
Yuji Ichikawa a8107517be split a file to support macOS 2018-10-07 11:14:01 +09:00
Peter Siegesmund a33e668667
Merge pull request #108 from ajijoyo/master
support swift 4.0
2018-04-16 20:22:25 -04:00
ajiejoy-Macbook Pro 5a4892f265 support swift 4.0 2018-04-15 17:19:10 +07:00
Peter Siegesmund e7197254ff
Merge pull request #100 from ktorimaru/Issue98Ambiguous
Fix Issue 98
2018-01-27 14:57:13 -05:00
ktorimaru 8074ddcd3d Fix Issue 98 2017-07-20 16:40:41 -07:00
Peter Siegesmund 5765ce10c2 Merge pull request #97 from yvdorofeev/master
resume() fix for expired login tokens;
2017-05-08 18:09:59 -04:00
yury 0c0f0da5b9 resume() fix for expired login tokens;
https://github.com/siegesmund/SwiftDDP/issues/96
2017-05-07 13:22:03 -07:00
Peter Siegesmund 420eeb9c69 Merge pull request #93 from smyrgl/master
Fix for Swift 3.1
2017-03-29 17:54:07 -04:00
John Tumminaro 50216dc451 Fix for Swift 3.1 2017-03-28 13:37:13 -06:00
Peter Siegesmund b8c108e822 Merge pull request #90 from mjgaylord/patch-2
Remove force-unwrap of self.user()
2017-01-11 08:15:00 -05:00
Michael Gaylord 36a68052bd Remove force-unwrap of self.user()
Duplicate calls that happen in quick succession of `func logout(:)` result in a crash because `self.user()!` is force-unwrapped. Checking for existence of the user object seems to prevent the crash.
2017-01-11 11:48:12 +02:00
Peter Siegesmund f1c4ef9216 Updated readme 2016-12-20 11:08:43 -05:00
Peter Siegesmund f6b9d8f735 Update README.md 2016-12-20 11:07:43 -05:00
Peter Siegesmund 5e75addb62 version 0.4.1 2016-12-20 10:24:22 -05:00
Peter Siegesmund ae3aff1f76 Merge pull request #86 from QOX/master
PR: export DDPClient.login function with any parameters
2016-12-03 21:12:54 -05:00
Katsumi Honda 9b81684542 export DDPClient.login function
login function with any parameters using for custom auth provider.
It's like a asteroid style.
https://github.com/mondora/asteroid#loginparams
2016-12-04 10:59:45 +09:00
Peter Siegesmund 5407f6d03b Merge pull request #84 from yvdorofeev/master
Added global events for connection failures
2016-12-03 20:40:39 -05:00
Peter Siegesmund c4bf094d57 Merge pull request #85 from louis49/master
Back of Unsub Callback
2016-12-03 20:40:02 -05:00
yvdorofeev f62a3ed49c updated docs 2016-12-03 13:57:21 -08:00
Benoît Desnos 1253f6ee58 Log info correction (replace print) 2016-11-30 17:53:10 +01:00
Benoît Desnos 025eaaf283 Back of Unsub Callback 2016-11-30 17:42:03 +01:00
yvdorofeev e2def57366 Added global events for connection failures 2016-11-27 12:30:01 -08:00
Peter Siegesmund 0d4761160d updated docs 2016-11-18 11:23:54 -05:00
Peter Siegesmund 1b91647f20 updated docs 2016-11-18 11:06:14 -05:00
Peter Siegesmund c04800d1bf updated docs 2016-11-18 11:05:32 -05:00
Peter Siegesmund 28939ffbf2 Version 0.4.0 2016-11-18 11:03:31 -05:00
Peter Siegesmund bd514a6979 Merge pull request #82 from mjgaylord/master
Upgraded to Swift 3
2016-11-18 11:01:26 -05:00
Michael Gaylord 072e532285 Make result of method calls @discardableResult 2016-11-18 15:44:58 +02:00
Michael Gaylord 35520266d2 Use Any rather than AnyObject 2016-11-18 14:28:05 +02:00
Michael Gaylord a87499dd6f Update podspec to use Swift3 dependencies 2016-11-18 12:19:38 +02:00
Michael Gaylord 8a344222dc Tests failing but project is compiling 2016-11-18 12:17:41 +02:00
Peter Siegesmund c6542fe796 Update SwiftDDP.podspec 2016-09-13 13:36:21 -04:00
Peter Siegesmund 180da50636 Merge pull request #69 from spunkedy/master
tvOS carthage scheme
2016-08-27 07:50:22 -04:00
Ed Bond a573e193e0 commenting out because files don't exist 2016-08-22 23:05:42 -05:00
Ed Bond 52ac2ce19a new schemes for tvos and osx to have it work with carthage 2016-08-22 23:05:14 -05:00
Peter Siegesmund de60d19492 Merge pull request #68 from Gigha/master
Support tvos on CocoaPods #67
2016-08-18 18:38:55 -04:00
Gigha a23ea2cf42 Support tvos on CocoaPods 2016-08-16 14:29:51 +02:00
Peter Siegesmund eea2668a6a Removed OAuth in favor or using provider SDKs 2016-08-14 12:46:54 -04:00