Commit Graph

601 Commits

Author SHA1 Message Date
Krunoslav Zaher
78c500c9ed
Fix #1714. 2018-11-01 20:44:06 +01:00
Krunoslav Zaher
bac8634608
Fix #1778. 2018-10-31 23:20:04 +01:00
Krunoslav Zaher
761001436d Fix deprecated atomic APIs. 2018-10-31 09:06:56 +01:00
Cee
05306ee676
Add NSTextView.string extensions. 2018-10-28 08:14:57 +01:00
Krunoslav Zaher
dbec3a9239
Run preprocessor. 2018-10-27 23:40:00 +02:00
Luciano Almeida
d355904799 Fixing typos on tests and improvements on tests. (#1768) 2018-10-13 17:53:26 +02:00
Krunoslav Zaher
a582064728
Release 4.3.1 2018-09-20 22:14:51 +02:00
Krunoslav Zaher
eafbc38427
Fixes for Swift 4.2 2018-09-19 09:17:55 +02:00
Carlos García
c8ad967876 fix RxCocoa compilation error in macos in Xcode 10 2018-09-18 21:02:36 +02:00
Krunoslav Zaher
16ea4bde86
Release 4.3.0 2018-09-15 20:20:27 +02:00
freak4pc
1caef4080e Tests: Switch Relay to BehaviorSubject / BehaviorRelay 2018-08-21 13:22:04 +02:00
benh
d99a9841a0 rename subscriptionCallstackHandler to customCaptureSubscriptionCallstack 2018-08-10 19:48:41 +02:00
benh
257108e2b0 update changelog, rename test 2018-08-10 19:48:41 +02:00
benh
89aa19ade4 rename handler, re-order recordCallStackOnError check 2018-08-10 19:48:41 +02:00
benh
553710b5b6 Add custom subscription callstack generation handler 2018-08-10 19:48:41 +02:00
Artem Antihevich
2a0c55609e Missing emit to BehaviorRelay methods for Signal
I guess you guys just missed it? On the other hand - for Driver you missed methods for PublishRelay, maybe it's not a coincidence?
2018-08-10 19:43:53 +02:00
Michael Long
78e531ac87 Update to allow same functionality for array of disposables. 2018-07-19 20:36:42 +02:00
Michael Long
0f8db8a4be Add DisposeBag.insert(...) to support multiple Disposables 2018-07-19 20:36:42 +02:00
freak4pc
ebbaa98f1b Add scan(into:accumulator:) tests 2018-07-17 21:23:47 +02:00
freak4pc
63760bce6e Fix test deprecation in UIStepper 2018-07-17 21:23:47 +02:00
Krunoslav Zaher
53cd723d40
Improves scheduler tests. 2018-06-22 00:01:33 +02:00
Krunoslav Zaher
e99c417a5e
Merge branch 'develop' into operation-queue-scheduler-priorities 2018-06-21 23:54:28 +02:00
Krunoslav Zaher
826ec295c9
Merge branch 'develop' into Reduce-Bag-dispatch-implementation-code-size 2018-06-21 23:45:37 +02:00
Sebastian Roth
65a64b2e98 Allow specifying a queue priority on OperationQueueScheduler 2018-06-18 15:27:30 +08:00
freak4pc
bc5618fbf2 Fix shareReplay syntax 2018-06-08 10:33:05 +02:00
Krunoslav Zaher
081a064638
Merge branch 'doc_updates' into develop 2018-06-07 21:47:27 +02:00
Pietro Caselani
ae9b6c177a Test Single.asCompletable emitting error 2018-06-07 21:39:01 +02:00
Pietro Caselani
8aafc7bad0 Add operator asCompletable on Single trait 2018-06-07 21:39:01 +02:00
Michael Long
a6e7ec4aac Add additional benchmarks performance test 2018-05-28 09:47:36 -05:00
fuyoufang
a781fde554 Fixes various spelling mistakes and missing parameters. 2018-05-07 17:55:07 +08:00
Pietro Caselani
0aa07a6b26 Add operator flatMapCompletable on Single trait 2018-04-13 09:23:40 +02:00
Krunoslav Zaher
ba41245d06
Fixes for Xcode9.3 2018-04-04 20:06:29 +02:00
Luciano
b26ce9aab8 renaming enabled(forSegmentAt: ), title(forSegmentAt: ) and image(forSegmentAt: ) and deprecate renaming enabled(forSegmentAt: ) to enabledForSegment(at:) 2018-03-26 10:50:48 +02:00
Luciano
c731acd42b UISegmentedControl set title and image for segment wrappers. 2018-03-26 10:50:48 +02:00
Pietro Caselani
08ef3dea20 Change indentation from tab to space. 2018-03-12 07:47:10 -03:00
Pietro Caselani
d1fcb93f5c Merge branch 'develop' of github.com:ReactiveX/RxSwift into develop 2018-03-07 07:39:12 -03:00
Pietro Caselani
169d31f062 Add asMaybe on Single trait 2018-02-21 23:48:21 -03:00
Pietro Caselani
7319089a2e Add flatMapMaybe on Single trait 2018-02-21 23:19:56 -03:00
RowbotNZ
1c8940b8bb
Merge branch 'develop' into data_source_prefetching_support 2018-02-22 09:02:28 +13:00
Sho Ikeda
46685aa723 PrimitiveSequence.catchErrorJustReturn should be only for Single and Maybe 2018-02-21 09:19:19 +01:00
Rowan Livingstone
20f0c8381a Add inheritance tests and dealloc tests for new delegate proxies, fix indentation, fix visibility of classes (code review changes) 2018-02-21 13:01:52 +13:00
Rowan Livingstone
eab261cf0a Update some variable and function names to be consistent with UIKit. Add changelog entry 2018-02-16 10:06:24 +13:00
Rowan Livingstone
e51fbf901f Add prefetchDataSource support for UITableView 2018-02-16 09:45:02 +13:00
Rowan Livingstone
bc3bb79df4 Add basic unit tests for prefetchItems and cancelPrefetchingForItems on UICollectionView 2018-02-15 16:08:39 +13:00
Ryo Aoyama
4a12781e19 Fix for test script 2018-02-10 16:36:40 +01:00
Ryo Aoyama
1b47c14f93 Add tests 2018-02-10 16:36:40 +01:00
Pietro Caselani
425939dfe1 Adjustments for PR #1481 2018-02-07 22:58:27 +01:00
Pietro Caselani
877750b052 Add ifEmpty operators on Maybe 2018-02-07 22:58:27 +01:00
yuzushioh
eecb91701a add more tests 2018-01-28 13:09:51 +09:00
yuzushioh
39e7c6a784 add unit test in sigle test file 2018-01-28 12:57:28 +09:00