Commit Graph

3577 Commits

Author SHA1 Message Date
freak4pc
7c17a6ccca RxSwift 6.2.0 2021-05-08 18:20:49 +03:00
aomathwift
7219024cd0 Fix: Pass as a parenthesized argument to remove confusion with trailing closure 2021-04-25 08:10:34 +03:00
David Harris
f75cbd4964
fix: restore Xcode 12.4 functionality due to resultBuilder rename (#2308)
* fix: restore Xcode 12.4 functionality due to resultBuilder rename

* fix: update header imports to meet new style
2021-04-22 21:43:15 +03:00
freak4pc
d6de06e310 Docs 2021-04-21 17:27:31 +03:00
freak4pc
d952fc86b6 Xcode 12.5 2021-04-21 17:15:01 +03:00
David Harris
1a1fa37b0d
fix: adjust method signatures for Xcode 12.5 compatibility (#2305)
Co-authored-by: David Harris <dharr419@ford.com>
2021-04-09 19:09:23 +03:00
dependabot[bot]
b4e4ea9b23
Bump kramdown from 2.3.0 to 2.3.1 (#2304) 2021-03-31 22:05:31 +03:00
peofessordeng
745c290e02 Update README.md
fix link
2021-02-23 19:18:34 +02:00
freak4pc
7e01c05f25 6.1.0 2021-02-10 23:09:58 +02:00
freak4pc
0e6254077b Docs update 2021-02-10 22:17:28 +02:00
freak4pc
85e3caf353 Test 2021-02-10 20:34:42 +02:00
freak4pc
b1150db426 More thorough tests for Reactive structs and protocols 2021-02-10 20:11:34 +02:00
freak4pc
d71f6ea7e2 Workflow fix-ups for Big Sur 2021-02-10 19:51:21 +02:00
Davide Sibilio
c4e4c1bd1c Cleaning 2021-02-10 19:28:20 +02:00
Davide Sibilio
f2990d5d9f Changed Mutability tests as on RxSwift < 6.0 2021-02-10 19:28:20 +02:00
Davide Sibilio
55b9afeeb4 Removed ReactiveCompatible & Reactive conformance to objects 2021-02-10 19:28:20 +02:00
freak4pc
09655d0945 Flaky 2021-02-10 19:27:26 +02:00
freak4pc
8bb0aa0260 iOS 14.4 / watchOS 7.2 2021-02-10 19:27:26 +02:00
freak4pc
c5f964edda Xcode 12.4 CI 2021-02-10 19:27:26 +02:00
freak4pc
d845ca979c Tests for Observable/Infallible 2021-02-10 19:27:26 +02:00
freak4pc
35a74aaa8a Tests for Driver/Signal 2021-02-10 19:27:26 +02:00
freak4pc
a2efb34d66 doc fix 2021-02-10 19:27:26 +02:00
freak4pc
4c9877e2e2 subscribe/bind with object for Infallible/Observable 2021-02-10 19:27:26 +02:00
freak4pc
83f32e3d7e subscribe with object for Primitive Sequences 2021-02-10 19:27:26 +02:00
freak4pc
9bc9726eeb subscribe with object for Driver/Signal 2021-02-10 19:27:26 +02:00
freak4pc
67f74cbdb5 subscribe with object for Observable 2021-02-10 19:27:26 +02:00
freak4pc
80fee1e7a4 Deprecate withUnretained for Driver 2021-02-10 19:27:26 +02:00
Daniel Tartaglia
dea653c187 If URLRequest has httpBody, ensure that it's show in the curl text. 2021-02-07 19:51:33 +02:00
Stéphane Rabiller
b56f7a426e remove link with libswiftXCTest.dylib deprecated and now removed on iOS 14.5Beta, instead use its replacement, libXCTestSwiftSupport.dylib using ENABLE_TESTING_SEARCH_PATHS = YES. 2021-02-07 13:22:30 +02:00
Marcelo Fabri
9b5f05d5f1 @frozen MaterializedSequenceResult 2021-02-02 09:54:18 +02:00
faimin
a980c179d0 fix "'RxCocoaRuntime.h' file not found" error
fix "'RxCocoaRuntime.h' file not found" error when used static library pod
2021-01-30 21:19:44 +02:00
Dave Nicolson
9787658800 Remove (null) references 2021-01-26 21:29:22 +02:00
Marcelo Fabri
502c905ddb @frozen CompletableEvent 2021-01-04 11:48:44 +02:00
Marcelo Fabri
c5e09ec0ec @frozen MaybeEvent ☃️ 2021-01-04 11:48:31 +02:00
Yasuharu Yanamura
47219b721c Fix drive() parameter documents 2021-01-01 20:59:54 +02:00
freak4pc
c8742ed97f 6.0.0 2021-01-01 15:59:58 +02:00
freak4pc
e3f3401d80 Add withUnretained for SharedSequence (Driver, Signal) 2021-01-01 15:59:55 +02:00
freak4pc
000c0e6727 Add withUnretained operator and tests for ObservableType 2021-01-01 15:59:55 +02:00
freak4pc
787ec313b9 Combine comparison and other info 2020-12-26 20:12:32 +02:00
freak4pc
34c7aef26f Update README / Logo 2020-12-26 12:15:48 +02:00
Tieme van Veen
6717eabbe9 withLatestFrom note and playground example 2020-12-16 21:55:43 +02:00
Christian Tietze
7de6cfa273 disable bitcode in general 2020-12-11 15:25:38 +02:00
Christian Tietze
76e734852e disable bitcode when building with Big Sur/arm64 Mac support 2020-12-11 15:25:38 +02:00
Heshan Yodagama
4877e91ede use present instead of show 2020-12-10 23:14:22 +02:00
Jason Lagaac
61e9cff061 Changed Build Active Architecture Only to No for arm64-apple-ios-simulator support 2020-12-03 22:42:09 +02:00
freak4pc
97e14358a3
6.0.0-rc.2 2020-11-21 12:07:03 +02:00
freak4pc
b5af36aa65
XCFramework explanation 2020-11-21 12:00:44 +02:00
freak4pc
5e586f6bb8
README typo 2020-11-21 11:53:24 +02:00
freak4pc
ef4e11a5e9 Infallible test coverage 2020-11-20 23:26:25 +02:00
freak4pc
ef8b0abe33 Fix build issue for watchOS 2020-10-29 13:31:46 +02:00