Commit Graph

3545 Commits

Author SHA1 Message Date
Marcelo Fabri
502c905ddb @frozen CompletableEvent 2021-01-04 11:48:44 +02:00
Marcelo Fabri
c5e09ec0ec @frozen MaybeEvent ☃️ 2021-01-04 11:48:31 +02:00
Yasuharu Yanamura
47219b721c Fix drive() parameter documents 2021-01-01 20:59:54 +02:00
freak4pc
c8742ed97f 6.0.0 2021-01-01 15:59:58 +02:00
freak4pc
e3f3401d80 Add withUnretained for SharedSequence (Driver, Signal) 2021-01-01 15:59:55 +02:00
freak4pc
000c0e6727 Add withUnretained operator and tests for ObservableType 2021-01-01 15:59:55 +02:00
freak4pc
787ec313b9 Combine comparison and other info 2020-12-26 20:12:32 +02:00
freak4pc
34c7aef26f Update README / Logo 2020-12-26 12:15:48 +02:00
Tieme van Veen
6717eabbe9 withLatestFrom note and playground example 2020-12-16 21:55:43 +02:00
Christian Tietze
7de6cfa273 disable bitcode in general 2020-12-11 15:25:38 +02:00
Christian Tietze
76e734852e disable bitcode when building with Big Sur/arm64 Mac support 2020-12-11 15:25:38 +02:00
Heshan Yodagama
4877e91ede use present instead of show 2020-12-10 23:14:22 +02:00
Jason Lagaac
61e9cff061 Changed Build Active Architecture Only to No for arm64-apple-ios-simulator support 2020-12-03 22:42:09 +02:00
freak4pc
97e14358a3
6.0.0-rc.2 2020-11-21 12:07:03 +02:00
freak4pc
b5af36aa65
XCFramework explanation 2020-11-21 12:00:44 +02:00
freak4pc
5e586f6bb8
README typo 2020-11-21 11:53:24 +02:00
freak4pc
ef4e11a5e9 Infallible test coverage 2020-11-20 23:26:25 +02:00
freak4pc
ef8b0abe33 Fix build issue for watchOS 2020-10-29 13:31:46 +02:00
Mark Sands
b468191b8d
Move request logging to static URLSession property 2020-10-28 23:10:32 +02:00
Yamato Otaka
a4030e3838 Fix carthage setting of readme 2020-10-26 19:28:29 +02:00
Shai Mishali
4a602d0ca9
Trigger CI on PR 2020-10-08 09:57:42 +03:00
freak4pc
47fcae40d3
Nicer approach to podspec validations 2020-10-07 11:42:56 +03:00
freak4pc
5b2b010d22
Fix Podspec workflow 2020-10-07 08:20:58 +03:00
freak4pc
a825182858
6.0.0-rc.1 2020-10-06 21:43:46 +03:00
freak4pc
21dceed2e3 update docs 2020-10-06 20:36:28 +03:00
freak4pc
5fd0b5ff8b Skip renames and missing overloads 2020-10-06 20:36:28 +03:00
freak4pc
4ebaf3dc1a Fix empty drive() and emit() ambiguity 2020-10-06 20:36:28 +03:00
freak4pc
66e6bf8ec5 More misses for Infallible 2020-10-06 20:36:28 +03:00
freak4pc
e85180a704 infallible public 2020-10-06 20:36:28 +03:00
freak4pc
2ff7b9ff40 Missing take for Infallible and take(duration:scheduler:) 2020-10-06 20:36:28 +03:00
freak4pc
c1a4e7ddaf Take operator renames 2020-10-06 20:36:28 +03:00
freak4pc
c8f066c24d catchAndReturn 2020-10-06 20:36:28 +03:00
freak4pc
432740f0cc Rename retryWhen to retry(when:) 2020-10-06 20:36:28 +03:00
freak4pc
25528f1b3c Rename catchErrorJustReturn to catchJustReturn 2020-10-06 20:36:28 +03:00
freak4pc
4cde7d69ff Rename subscribeOn to subscribe(on:) 2020-10-06 20:36:28 +03:00
freak4pc
fa9c971d43 Rename observeOn(_:) to observe(on:) 2020-10-06 20:36:28 +03:00
freak4pc
615526f908 Make ignoreElements return Observable<Never> 2020-10-06 20:36:28 +03:00
freak4pc
30d054cffc Rename elementAt(_:) to element(at:) 2020-10-06 20:36:28 +03:00
freak4pc
4bd390ea93 Update jazzy config 2020-10-06 20:36:28 +03:00
freak4pc
aca1109b6b Rename catchError(_:) to catch(_:) 2020-10-06 20:36:28 +03:00
freak4pc
5e343b8a58 Migration from subscribe(onSuccess:onError:onDisposed:) to subscribe(onSuccess:onFailure:onDisposed:) 2020-10-06 20:36:28 +03:00
freak4pc
62e6139209 Tidy up locking work 2020-10-06 20:36:28 +03:00
freak4pc
9d93141582 spacing 2020-10-06 20:36:28 +03:00
freak4pc
f998d98120 Fix linux 2020-10-06 20:36:28 +03:00
freak4pc
28a9b8c7e2 Freeze Event enum
Fixes #2238
2020-10-06 20:36:28 +03:00
freak4pc
941f3deb82 Enable 'Build active schemes'
(cherry picked from commit 682a75ad45f9b1ffb697b67b8b47cd9af5d50fe4)
2020-10-06 20:36:28 +03:00
borland
ec30f1cb6c RxSwift#2196 - BUILD_LIBRARY_FOR_DISTRIBUTION=YES and ENABLE_TESTABILITY=NO for release builds 2020-10-06 20:36:28 +03:00
freak4pc
c4326d4814 Fix RxExample warnings 2020-10-06 20:36:28 +03:00
freak4pc
e5586918c6 Store MainScheduler's action disposable
Fixes #2140
2020-10-06 20:36:28 +03:00
freak4pc
b1a25669a0 Fix SPM tests 2020-10-06 20:36:28 +03:00