Krunoslav Zaher
|
441a4a22db
|
Modernizes doOn operator.
|
2016-08-07 18:24:33 +02:00 |
Yuki Nagai
|
7f84ec604e
|
WIP. Update for Xcode 8 beta 4.
|
2016-08-02 15:46:11 +09:00 |
Łukasz Mróz
|
181a94bbc9
|
[Swift3] doOn syntax.
|
2016-07-25 20:39:01 +02:00 |
Krunoslav Zaher
|
e2edffc39d
|
Fixes `@warn_unused_result(message: "http://git.io/rxs.ud")` warnings.
|
2016-07-08 00:04:44 +02:00 |
Jamie Pinkham
|
924a9a4983
|
clean up syntax to get test building
still trying to work out the ambiguious use compiler error
|
2016-06-22 09:34:04 -04:00 |
Jamie Pinkham
|
c35136fe0b
|
get example projects working.. woo!
|
2016-06-18 15:21:44 -07:00 |
Jamie Pinkham
|
39a20441e1
|
begin fixing up the examples
|
2016-06-18 01:24:07 -07:00 |
Jamie Pinkham
|
c4cf2e0d12
|
builds ios, ios rx cocoa and ios rx blocking
|
2016-06-17 23:19:16 -07:00 |
Krunoslav Zaher
|
4e6880d218
|
Fixes for RxSwift and Swift 3.0.
|
2016-04-22 20:49:18 +02:00 |
Krunoslav Zaher
|
c4ca775bdc
|
Changes for Swift 3.0.
|
2016-04-22 13:14:41 +02:00 |
Krunoslav Zaher
|
65644c6160
|
Fixes Swift 2.2 warnings.
|
2016-03-22 11:29:39 +01:00 |
Krunoslav Zaher
|
d0cd75036d
|
Adds `skip` and `startWith` to `Driver`.
|
2016-02-05 16:20:18 +01:00 |
Krunoslav Zaher
|
f0f48371c5
|
Polishes `Driver` public interface.
|
2016-01-25 21:58:21 +01:00 |
Krunoslav Zaher
|
b8d46bec0c
|
Readds `onError` to `Driver` `do` operator because removing it would break API backwards compatibility for 2.0.0.
|
2016-01-25 21:54:31 +01:00 |
Thane Gill
|
e9057b98c2
|
Rename doOnComplete to doOnCompleted
|
2016-01-20 17:17:48 -08:00 |
Thane Gill
|
7a57b9360d
|
Remove onError from Driver
|
2016-01-17 13:14:48 -08:00 |
Thane Gill
|
b225572d9a
|
Add doOn shortcuts to Driver
|
2016-01-17 13:14:18 -08:00 |
Krunoslav Zaher
|
aca3b28213
|
Removes deprecated APIs.
|
2015-12-31 00:37:58 +01:00 |
Krunoslav Zaher
|
0c8e808744
|
Fixes problems with ambiguity between `DriverConvertibleType` and `ObservableType`.
|
2015-12-30 15:55:20 +01:00 |
Krunoslav Zaher
|
eae477499a
|
Removes `Driver` operator API scheduler parametrization.
|
2015-12-30 01:38:37 +01:00 |
Krunoslav Zaher
|
28d4e4d4bd
|
Adds `driveOnScheduler` to enable using custom mock scheduler with `Driver`.
|
2015-12-29 16:59:55 +01:00 |
Krunoslav Zaher
|
d387f91afa
|
Removes `SchedulerType` associated types in favor of concrete types.
|
2015-12-23 21:17:57 +01:00 |
Krunoslav Zaher
|
eb3f308648
|
Fixes `debug` operator to default to file and line in case identifier wasn't provided.
|
2015-12-19 15:15:46 +01:00 |
Krunoslav Zaher
|
637b19947c
|
Deprecates versions with hidden external parameter name (scheduler, count ...).
|
2015-12-19 14:30:19 +01:00 |
Krunoslav Zaher
|
d201397fa3
|
Improves tail recursive optimizations for `concat`, documents then and adds additional unit tests.
|
2015-12-13 00:07:57 +01:00 |
Krunoslav Zaher
|
fa69e11a3c
|
Updates `flatMapFirst` and adds it to `Driver` unit.
|
2015-12-05 00:44:44 +01:00 |
Krunoslav Zaher
|
7d3387989d
|
Adds `flatMapLatest` to `Driver` unit.
|
2015-11-15 23:21:39 +01:00 |
Krunoslav Zaher
|
0f50808bc6
|
Adds `withLatestFrom` to `Driver`.
|
2015-11-01 20:35:38 +01:00 |
Krunoslav Zaher
|
24062521b5
|
Adds unused warnings.
|
2015-10-19 21:59:31 +02:00 |
Krunoslav Zaher
|
8251954b7b
|
Changes `Driver` extensions to `DriverConvertibleType` extensions.
|
2015-10-18 18:20:21 +02:00 |
Krunoslav Zaher
|
f9b19afd10
|
Adds unit tests for `Driver` unit.
|
2015-10-15 23:30:48 +02:00 |
Krunoslav Zaher
|
eba73eec26
|
Adds `Zip` and `CombineLatest` to `Driver` unit.
|
2015-10-15 23:30:48 +02:00 |