Commit Graph

3674 Commits

Author SHA1 Message Date
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
antonnazarov
5230e96e4f Fix documentation 2020-10-06 20:36:28 +03:00
antonnazarov
112fa3b3e9 Change TestScheduler.start return type on ObservableConvertibleType. Reduce .asObservable useless calls 2020-10-06 20:36:28 +03:00
freak4pc
4935752274 Project warnings cleanup 2020-10-06 20:36:28 +03:00
freak4pc
f92f8b7240 Remove unneeded underscores from variable names 2020-10-06 20:36:28 +03:00
freak4pc
bab9502f27 Remove all deprecations 2020-10-06 20:36:28 +03:00
freak4pc
bd6a0b666d Remove all unneeded single-line returns
(cherry picked from commit 0bab5e2545)
2020-10-06 20:36:28 +03:00
Krunoslav Zaher
1e9ded0574 Update LICENSE.md
Thanks for your time.
2020-10-06 20:36:28 +03:00
hotchner
f66e920438 correct print message 2020-10-06 20:36:28 +03:00
freak4pc
75aa0e7292 Move Binder to RxSwift and use it for Reactive 2020-10-06 20:36:28 +03:00
freak4pc
5efc00f366 Fix simulator lookup CI script 2020-10-06 20:36:28 +03:00
freak4pc
601d3343a2 Remove redundant property binders and KeyPathBinder 2020-10-06 20:36:28 +03:00
freak4pc
4cf13fbbe6 Reactive extensions with @dynamicMemberLookup 2020-10-06 20:36:28 +03:00
freak4pc
3ee618bebe Added CHANGELOG entry for multi-drive and multi-emit 2020-10-06 20:36:28 +03:00
freak4pc
c43d2856c9 Update SPM Tests 2020-10-06 20:36:28 +03:00
freak4pc
7e7a32ab43 Clean unneeded multi-bind code in Observable 2020-10-06 20:36:28 +03:00
freak4pc
dc3aebb680 Add emit() to multiple observers/relays 2020-10-06 20:36:28 +03:00
freak4pc
5872fdd657 Add drive() to multiple observers/relays 2020-10-06 20:36:28 +03:00
freak4pc
6225dc2eae Remove additional scoped imports 2020-10-06 20:36:28 +03:00
Keith Smiley
a1a2f00c7a Remove scoped imports for library evolution
In order to support `-enable-library-evolution` and `swiftinteface`
files, we have to use non-scoped imports. I've filed an upstream bug to
track this https://bugs.swift.org/browse/SR-11782

This is a step towards https://github.com/ReactiveX/RxSwift/issues/2026
2020-10-06 20:36:28 +03:00
freak4pc
4da584c147 RxSwift 5.1.0 2020-10-06 20:36:28 +03:00
freak4pc
109b9b6e4c Bump version to 6.0.0-beta.1 2020-10-06 20:36:28 +03:00
freak4pc
51133a78df Update simulator versions 2020-10-06 20:36:28 +03:00
freak4pc
b66911a73f Remove Deprecated.swift from RxCocoa SPM sources 2020-10-06 20:36:28 +03:00
freak4pc
460eeec0af Set supported platforms for each test target, fix macOS tests 2020-10-06 20:36:28 +03:00
freak4pc
4acff281e9 Omit return for single-expression methods 2020-10-06 20:36:28 +03:00
freak4pc
46031f1485 Remove deprecated methods 2020-10-06 20:36:28 +03:00
freak4pc
cedd4d639e Bump minimum Swift version to 5.1 2020-10-06 20:36:28 +03:00
antonnazarov
78fae029f4 Change return type of didFinishPickingMediaWithInfo 2020-10-06 20:36:28 +03:00
Iceman
cb2d8b165c remove unneeded space 2020-10-06 20:36:28 +03:00
kenta_okamura
347097fd66 Update CHANGELOG.md 2020-10-06 20:36:28 +03:00
kenta_okamura
75656f9745 SharingScheduler.mock make throwable 2020-10-06 20:36:28 +03:00
TTOzzi
3c897333fa update Examples.md 2020-10-06 20:36:28 +03:00
Adam Sharp
723f3f0a70 Ignore .swiftpm directory 2020-10-06 20:36:28 +03:00
Adam Sharp
72bf64867d Exclude XCTest helpers on watchOS 2020-10-06 20:36:28 +03:00
Adam Sharp
4c8ee3a036 Use SwiftPM default minimum deployment targets
Xcode 12 raises the minimum known iOS deployment target from iOS 8.0 to
iOS 9.0, resulting in a warning when using RxSwift via SwiftPM. Instead
of explicitly specifying minimum deployment targets, we can use
SwiftPM's default values which will stay up-to-date whenever the
toolchain in use changes the valid deployment target range.
2020-10-06 20:36:28 +03:00
ayden-lee
7b9f34b14e add isHighlighted to UIControl 2020-10-06 20:36:28 +03:00
Zsolt Kovacs
7d93271874 Address PR comments 2020-10-06 20:36:28 +03:00
Zsolt Kovacs
a660ec80af Update changelog 2020-10-06 20:36:28 +03:00
Zsolt Kovacs
c0dfb3679f Add reactive events for UIApplication notifications 2020-10-06 20:36:28 +03:00
freak4pc
48930e1908 Add KVO observation with Key Path
To mirror `observe(_:options:changeHandler:)`
2020-10-06 20:36:28 +03:00
freak4pc
10f7b31ef6 Don't layout delegate proxy object if its not in the hierarchy
This was missing in a preivous related fix at 9f377a65
2020-10-06 20:36:28 +03:00
freak4pc
be036d3d61 Add distinctUntilChanged(at:) for Key Paths 2020-10-06 20:36:28 +03:00
Huw Rowlands
3b5dc508ec Update function comment for asSignal functions
Previously, these `asSignal` functions had comments which were saying
they were returning `Driver`s. This is not correct.

Just updating the comments.
2020-10-06 20:36:28 +03:00
Ron Daryl Magno
e567ac3a38 Fix call to for an object without a window. 2020-10-06 20:36:28 +03:00