Commit Graph

3455 Commits

Author SHA1 Message Date
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
h_crane
1f9872323f Add highlight/unhighlight control events to UITableView (#2171) 2020-10-06 20:36:28 +03:00
Alexey Saechnikov
65d0d0a1ba Fix manual installation instructions (#2170) 2020-10-06 20:36:28 +03:00
Fernando
8db7662f87 Fix typo in README 2020-09-22 19:57:14 +03:00
freak4pc
92bf03ec1f
master -> main 2020-09-19 20:41:22 +03:00
继刚
6ccd6719af Beautify indents 2020-09-16 14:44:53 +03:00
H3RSKO
f50eca5dd2 Updated Readme
Fixed typoin Readme:

Changed 'eachother' to "each other"
2020-09-15 08:55:18 +03:00
Josip Ćavar
1a9d8c14ad Remove commented out brackets 2020-09-15 08:54:15 +03:00
Tolga Okur
e9cc79a894 Update broken video link 2020-09-11 07:15:16 +03:00
dependabot[bot]
f3c428a4d0 Bump kramdown from 2.1.0 to 2.3.0
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-08 08:56:50 +03:00
ReadmeCritic
61dabd4edd Correct typo in README 2020-07-14 10:15:37 +03:00
freak4pc
a580d07ed0
Update Gemfile and text 2020-04-09 23:49:04 +03:00
freak4pc
002d325b0b
RxSwift 5.1.1 2020-03-26 07:15:40 +02:00
freak4pc
54a27b0cc4
Make NSTextView not weak for Swift 5.2 and up. 2020-03-25 12:46:15 +02:00
Patrick
82f1406543
Correct SharedSequence comment to be gender neutral (#2151) 2020-03-22 05:55:51 +02:00
Giuseppe Lanza
fe24b60aa7
Reactive extension WKWebView navigation delegate (#2144) 2020-03-12 11:33:32 +02:00
freak4pc
9abd4830bc
Remove custom Dockerfile, use Swift latest
(cherry picked from commit c2acfd4962)
2020-03-11 19:34:33 +02:00
freak4pc
0402f0ee63
Add a workaround for SR-11647 regression in OperationQueue
https://bugs.swift.org/browse/SR-11647
(cherry picked from commit cc384a1479)
2020-03-11 19:34:28 +02:00
freak4pc
c1bd31b397
RxSwift 5.1.0 2020-03-03 22:55:16 +02:00
freak4pc
bc9b693cea
Fix FoundationNetworking imports for Linux builds
See a264bfd40a/Docs/ReleaseNotes_Swift5.md (dependency-management)
2020-03-03 22:48:23 +02:00