Commit Graph

3577 Commits

Author SHA1 Message Date
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
freak4pc
428f3c9624 SingleEvent to Foundation.Result 2020-10-06 20:36:28 +03:00
freak4pc
d81524658e Switch from Travis to GitHub Actions 2020-10-06 20:36:28 +03:00
freak4pc
c11bf0a733 Remove arm64_32
Apparently this [isn't supported for a while](https://github.com/apple/swift/pull/21443/files) and is causing failures under Docker Linux tests
2020-10-06 20:36:28 +03:00
freak4pc
b64ec79739 Disable failing tests for Xcode 12GM 2020-10-06 20:36:28 +03:00
freak4pc
f6ba143c02 Fix Xcode 12 test failures 2020-10-06 20:36:28 +03:00
freak4pc
1d6531f805 fix Complex expression issue 2020-10-06 20:36:28 +03:00
freak4pc
4b6bf4a143 typo 2020-10-06 20:36:28 +03:00
freak4pc
75c02b81b7 jazzy 2020-10-06 20:36:28 +03:00
freak4pc
737158b960 More operators 2020-10-06 20:36:28 +03:00
freak4pc
25d77c1fbf Infallible WIP 2020-10-06 20:36:28 +03:00
freak4pc
dcce9dc700 Add DisposeBag function builder + tests
(cherry picked from commit 7cf93738a7)
2020-10-06 20:36:28 +03:00
freak4pc
239166ba35 Fix version check for beta/rc releases 2020-10-06 20:36:28 +03:00
freak4pc
7fb0f2420f Set CFBundleShortVersionString to 6.0.0 2020-10-06 20:36:28 +03:00
freak4pc
350c50261f Xcode 12 on Travis 2020-10-06 20:36:28 +03:00
freak4pc
2f6088a91d Update jazzy documentation 2020-10-06 20:36:28 +03:00
freak4pc
da00f6e73c Add decode operator 2020-10-06 20:36:28 +03:00
Colton Schlosser
c32c647714 Move all +load code into one category instead of 27 of them. Fixes linker warning 2020-10-06 20:36:28 +03:00
freak4pc
8c7b7db7b5 Make tests run 2020-10-06 20:36:28 +03:00