Commit Graph

846 Commits

Author SHA1 Message Date
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
c1a4e7ddaf Take operator renames 2020-10-06 20:36:28 +03:00
freak4pc
c8f066c24d catchAndReturn 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
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
9d93141582 spacing 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
25d77c1fbf Infallible WIP 2020-10-06 20:36:28 +03:00
freak4pc
7fb0f2420f Set CFBundleShortVersionString to 6.0.0 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
Zsolt Kovács
4e969fa385 Add ReplayRelay (#2111) 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
freak4pc
75aa0e7292 Move Binder to RxSwift and use it for Reactive 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
3ee618bebe Added CHANGELOG entry for multi-drive and multi-emit 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
freak4pc
109b9b6e4c Bump version to 6.0.0-beta.1 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
Iceman
cb2d8b165c remove unneeded space 2020-10-06 20:36:28 +03:00
kenta_okamura
75656f9745 SharingScheduler.mock make throwable 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
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
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
继刚
6ccd6719af Beautify indents 2020-09-16 14:44:53 +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
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
Giuseppe Lanza
359f377889
Removed support to UIWebView 2020-02-08 18:33:29 +02:00
Daniel Tartaglia
7d68baa781
Update convertURLRequestToCurlCommand(_:)
Ensure that `convertURLRequestToCurlCommand(_:)` prints the httpBody for PUT requests.
2020-02-08 18:33:29 +02:00
Anton Nazarov
9df5279322
Remove dublicated errors policy 2020-02-08 18:33:29 +02:00