Commit Graph

3568 Commits

Author SHA1 Message Date
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
freak4pc
24ff75a3fe Bump deployment target to iOS 9 2020-10-06 20:36:28 +03:00
freak4pc
cc97869d18 Basic CHANGELOG, still WIP 2020-10-06 20:36:28 +03:00
Mizuki Kubota
6ba9089208 Fix a typo :)
that elements are -> those elements are
2020-10-06 20:36:28 +03:00
Michael Green
5864dee210 Fixed print statements in GettingStarted.md (#2112)
A couple of print statements were missing. The print output should line up correctly with the code now.
2020-10-06 20:36:28 +03:00
Zsolt Kovács
4e969fa385 Add ReplayRelay (#2111) 2020-10-06 20:36:28 +03:00
Ayal Spitz
e7a3fcb800 Extended Sample operation to support a default value (#1457) 2020-10-06 20:36:28 +03:00
antonnazarov
92c1061d0b Fix comments 2020-10-06 20:36:28 +03:00
antonnazarov
ae85502b94 Fix comments, add changelog entry 2020-10-06 20:36:28 +03:00
antonnazarov
4d5b6b7db5 Add onDisposed to Maybe, Single and Completable 2020-10-06 20:36:28 +03:00