Commit Graph

88 Commits

Author SHA1 Message Date
Krunoslav Zaher 2f306c5300 Fixes target linkages. 2015-08-24 01:19:34 +02:00
Krunoslav Zaher 9c893e75f4 Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`. 2015-08-24 00:06:52 +02:00
Krunoslav Zaher 70eed3e294 Merge from `develop` 2015-08-23 21:07:59 +02:00
Krunoslav Zaher b9e708f681 Refactorings for combineLatest, zip, variable. 2015-08-23 20:32:10 +02:00
Krunoslav Zaher 12058c17af Renames `tap` to `doOn` 2015-08-23 17:40:09 +02:00
Krunoslav Zaher 5a8c053f5f Refactoring of ObservableType, ObserverType, SubjectType, Bag and Subjects. 2015-08-23 17:30:26 +02:00
Krunoslav Zaher ea9acdd7f7 `trySend` to `?.on` and cleanup for `reduce` 2015-08-14 11:25:53 +02:00
Krunoslav Zaher eac2e7a669 `trySend` to `?.on` and cleanup for `scan` 2015-08-13 23:40:14 +02:00
Krunoslav Zaher 40abfcf4b5 `trySend` to `?.on` and cleanup for `tap` 2015-08-13 23:24:28 +02:00
Krunoslav Zaher cbe6c4ee15 `trySend` to `?.on` and cleanup for `distinctUntilChanged` 2015-08-13 23:07:25 +02:00
Krunoslav Zaher fee2b0cf85 `trySend` to `?.on` and cleanup for `catch` 2015-08-13 21:24:03 +02:00
Krunoslav Zaher 9d07614be3 RxResult -> throws for flatMap 2015-08-11 09:47:28 +02:00
Krunoslav Zaher e9b620a51e Renames tests from `where` to `filter`. 2015-08-11 09:36:32 +02:00
Krunoslav Zaher 4004a2d414 RxResult -> throws for map 2015-08-11 09:19:18 +02:00
Krunoslav Zaher 2c33f7a89a Replaces `>-` with protocol extensions. Unit tests pass. Adds `CHANGELOG.md` 2015-08-10 01:43:30 +02:00
Krunoslav Zaher 8957cab8f9 Merge branch 'develop' into feature/swift2.0 2015-08-06 02:38:23 +02:00
Krunoslav Zaher e693ba7084 Renames flatMap index override to flatMapWithIndex. 2015-08-02 15:01:46 +02:00
Krunoslav Zaher b3f536491b Merge branch 'develop' into feature/documentation 2015-08-02 12:24:22 +02:00
Krunoslav Zaher 1eccea65f8 Adding CI. 2015-08-02 12:00:39 +02:00
Krunoslav Zaher 525e81a70c Improving KVO code and KVO documentation. 2015-08-01 01:52:54 +02:00
Krunoslav Zaher 130c014e73 Documentation 2015-07-31 11:43:31 +02:00
Krunoslav Zaher a81646b943 Improves unit tests and adds rx_observe specializations for CoreGraphics. 2015-07-31 11:41:33 +02:00
Krunoslav Zaher d9c854f8d5 Improves generic `ObserveOn` and fixes unit tests. 2015-07-26 01:52:27 +02:00
Krunoslav Zaher b9bc986fe1 Improved sleeping code for unit tests. 2015-07-24 17:17:28 +02:00
Krunoslav Zaher 24dc2c6fe0 Fixes problem with issues/67. 2015-07-24 16:47:49 +02:00
Krunoslav Zaher 98e1a29200 Updates to 1.8.1 2015-07-21 22:47:04 +02:00
Krunoslav Zaher bd284c8269 Updated to 1.7 2015-07-21 22:46:17 +02:00
Krunoslav Zaher d580552436 OSX unit tests passing. iOS simulator won't even start for iOS unit tests :( 2015-07-21 22:46:17 +02:00
Seivan Heidari 09cdeca380 Update RXCocoa
And some work on RXCocoasamples.
2015-07-21 22:46:16 +02:00
Seivan Heidari 8c87a92326 Preprocessor, RxSwift & RxSwiftTests converted to Swift 2
7 Failed tests
6 related to assinging to _ doesn't retain.
1 related to Tracer
2015-07-21 22:46:16 +02:00
Krunoslav Zaher 68e028c984 Release 1.8.1 2015-07-21 22:41:19 +02:00
Krunoslav Zaher 78a30c7af1 Adds time tests with real schedulers. 2015-07-21 22:03:21 +02:00
Krunoslav Zaher e9514e8725 Pre release polish. 2015-07-12 21:49:15 +02:00
Krunoslav Zaher 4e59fa86af Updates documentation and adds RxTarget. 2015-07-12 19:45:01 +02:00
Krunoslav Zaher ef36901cff Adds blocking operators. 2015-07-12 18:44:56 +02:00
Krunoslav Zaher fa5d9ec97e Fixes build for all schemes. 2015-07-12 16:07:40 +02:00
Krunoslav Zaher 53bd68f5ba Additional kvo and dealloc tests. 2015-07-12 14:31:58 +02:00
Krunoslav Zaher 56cc53375d Adds weak observing. 2015-07-12 14:31:15 +02:00
Krunoslav Zaher d55f286243 Adds deallocated observable and improves KVO with non retained targets. 2015-07-12 14:30:53 +02:00
Krunoslav Zaher 420b6809d4 Added test for rxError bug. 2015-07-06 09:54:26 +02:00
Krunoslav Zaher 2f697fe5d4 Additional unit test for DelegateProxy. 2015-07-06 09:40:03 +02:00
Krunoslav Zaher 2b943749fb Adds delegate proxy tests. 2015-07-05 20:14:10 +02:00
Krunoslav Zaher 8683b6a883 Added ConcurrentDispatchQueue scheduler. 2015-07-05 19:17:29 +02:00
Krunoslav Zaher d5c977109a Update documentation and polishing. 2015-07-05 18:40:06 +02:00
Krunoslav Zaher a3ffa9fc80 RxCocoa revamp. 2015-07-05 13:33:13 +02:00
Ash Furrow 9c67d967e1 Added rx_subscribeEnabledTo to UIControl. 2015-07-04 11:51:38 -04:00
Krunoslav Zaher 4547127ae6 Adds skip operator. 2015-06-25 16:15:39 +02:00
Carlos García 95ba612334 retry an take added 2015-06-21 10:57:41 +02:00
Krunoslav Zaher 6340563c29 Fixes release mode compiler error. 2015-06-14 19:28:27 +02:00
Krunoslav Zaher 84b982ee19 Adds `amb` operator. 2015-06-14 18:50:41 +02:00