Commit Graph

3154 Commits

Author SHA1 Message Date
freak4pc
81f343e070 Add XCTAssertRecordedElements to XCTest+Rx 2018-09-05 13:01:48 +02:00
Luciano
98d93a97aa Adding changelog entry. 2018-08-31 11:20:17 -03:00
Luciano
15a97452f3 Updating read me requirements. 2018-08-30 11:11:41 -03:00
Luciano
8c18b5f8fe Removing spaces. 2018-08-30 10:46:38 -03:00
Luciano
8b0772b2ef Updating swift version. 2018-08-26 02:03:18 -03:00
Luciano
f27c5d2370 Conditionally conforming Recorded, Event, SingleEvent, MaybeEvent to equatable. 2018-08-26 01:40:24 -03:00
freak4pc
fd64b95649
Merge branch 'master' into develop
* master:
  Remove excess backtick in ObservableType+PrimitiveSequence
2018-08-22 10:09:42 +03:00
Eric Martin
d158e77006 Remove excess backtick in ObservableType+PrimitiveSequence
remove extra backtick in doc string
2018-08-21 20:06:32 +03:00
freak4pc
32b07fc679 Revert CompositeDisposable to Disposables.create 2018-08-21 13:22:04 +02:00
freak4pc
e295780d79 Add CHANGELOG entry 2018-08-21 13:22:04 +02:00
freak4pc
1caef4080e Tests: Switch Relay to BehaviorSubject / BehaviorRelay 2018-08-21 13:22:04 +02:00
freak4pc
a7e9fd58dc Example project: Variable -> BehaviorSubject 2018-08-21 13:22:04 +02:00
freak4pc
7ac4fdce36 Unused Variable removed in Introduction Example 2018-08-21 13:22:04 +02:00
freak4pc
b688d8b0cd Make two-way binding operator work with Relay instead of Variable 2018-08-21 13:22:04 +02:00
freak4pc
e6ded75edc ActivityIndicator: Variable -> BehaviorRelay 2018-08-21 13:22:04 +02:00
freak4pc
83f226e8e9 Fix wrong comments in Signal+Subscription regarding relay 2018-08-21 13:22:04 +02:00
freak4pc
3c185e76fc Fix wrong comment in PublishRelay 2018-08-21 13:22:04 +02:00
freak4pc
62419d6648 Playground: Working with Subjects, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
dbbb81115e Playground: Transforming Operations, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
18dfb88792 Playground: Mathematical and Aggregate, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
388ddd9c5d Playground: Contents, Remove Variable 2018-08-21 13:22:04 +02:00
freak4pc
9f92a8d26a Playground: Combining Operators, Remove Variable 2018-08-21 13:22:04 +02:00
Vishal Madheshia
dc68ef2c5f Clarify just documentation in Getting Started Documentation (#1715)
* Reframe the sentence to specify that just is from RxSwift
2018-08-16 00:03:08 +03:00
Carlos García
7209c8df25 Removes string interpolation warning 2018-08-14 23:47:52 +02:00
Dan L
e27cded029 Clarify retry documentation 2018-08-10 19:51:13 +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
Tianyu Wang
ae290ef50a Add missing doc/comment for leeway in scheduler (#1711) 2018-08-03 20:00:03 +03:00
Theodore
64394bcc93 Fix iOS 11 support for Geolocation example (#1707) 2018-07-25 12:05:11 +03:00
Arco
7242124ac8 Adapted for iOS 12 2018-07-21 18:57:10 +02:00
Michael Long
0abdf59532 Add convenience inits for adding multiple disposables 2018-07-19 20:36:42 +02:00
freak4pc
0f53d5374b Added missing SPM test for Variadic Insert 2018-07-19 20:36:42 +02:00
Michael Long
c4757ab6fc Move core disposebag.insert varadic functionality into array version. 2018-07-19 20:36:42 +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
803ca6bbdc Add Signal to Traits and fix occurrences of bindTo 2018-07-19 20:34:06 +02:00
freak4pc
125785d404 Remove Migration documentation.
This specific piece of documentation is highly unmaintained and is
probably useless at this point. Better to remove it altogether.
2018-07-19 20:34:06 +02:00
freak4pc
2e1bfa4d0d Remove addDisposableTo from Tips 2018-07-19 20:34:06 +02:00
freak4pc
f3385d5dc5 Remove Variable section (Deprecated) 2018-07-19 20:34:06 +02:00
freak4pc
3d1b49ae72 Clean-up shareReplay -> share(replay: 1) in GettingStarted 2018-07-19 20:34:06 +02:00
freak4pc
84269a5c3c Minor cleanup in "Comparison with Other Libraries" 2018-07-19 20:34:06 +02:00
freak4pc
dac17cd20c Minor facelift for Examples.md 2018-07-19 20:34:06 +02:00
freak4pc
8e9d26720f Minor fix to Event enum case names 2018-07-19 20:34:06 +02:00
freak4pc
9257153925 Add basic docs for Relays. 2018-07-19 20:34:06 +02:00
freak4pc
f341246af4 Minor doc fixes for Traits 2018-07-19 20:34:06 +02:00
Luis Padron
0bbd12e920 Update changelog 2018-07-19 20:29:56 +02:00
Luis Padron
1e01df0a16 Fixes unused parameter in UIControl+Rx 2018-07-19 20:29:56 +02:00