Rui Peres
|
36ec974b9c
|
Rogue extra space
|
2015-11-21 19:27:50 +00:00 |
Rui Peres
|
1f76dfcae4
|
No need for force unwrap
|
2015-11-21 19:26:50 +00:00 |
Krunoslav Zaher
|
0a1a07384d
|
Merge pull request #258 from ReactiveX/feature/kvo_revamp
KVO revamp.
|
2015-11-15 23:22:13 +01:00 |
Krunoslav Zaher
|
7d3387989d
|
Adds `flatMapLatest` to `Driver` unit.
|
2015-11-15 23:21:39 +01:00 |
Krunoslav Zaher
|
90dad761a2
|
Fixes warnings in example app.
|
2015-11-15 13:11:21 +01:00 |
Krunoslav Zaher
|
a269a42a38
|
KVO revamp.
|
2015-11-14 15:34:08 +01:00 |
Krunoslav Zaher
|
15ad7ead1d
|
Deprecates KVO wrappers that don't accept type as first operator and adds overloads that do.
|
2015-11-09 12:15:24 +01:00 |
Krunoslav Zaher
|
9fa53a6bb3
|
Transforms `NSError`s across projects into Swift enums that inherit from `ErrorType`.
|
2015-11-09 00:44:59 +01:00 |
Krunoslav Zaher
|
a1cd43dfe8
|
Updates documentation.
|
2015-11-02 10:17:39 +01:00 |
Krunoslav Zaher
|
26a34c4ac3
|
Makes `Producer` internal.
|
2015-11-01 20:40:07 +01:00 |
Krunoslav Zaher
|
0f50808bc6
|
Adds `withLatestFrom` to `Driver`.
|
2015-11-01 20:35:38 +01:00 |
Krunoslav Zaher
|
451c2be94e
|
Adds additional `UITableView` and `UICollectionView` unit tests.
|
2015-10-30 23:58:18 +01:00 |
Krunoslav Zaher
|
24062521b5
|
Adds unused warnings.
|
2015-10-19 21:59:31 +02:00 |
Krunoslav Zaher
|
fcd63dafb8
|
Moves `subscribeOn` out of `Driver` unit.
|
2015-10-19 19:59:27 +02:00 |
Krunoslav Zaher
|
060a57d6c4
|
Changes `subscribeOn` scheduler to `ConcurrentMainScheduler`.
|
2015-10-19 03:11:12 +02:00 |
Krunoslav Zaher
|
63a60b359b
|
Adds `ConcurrentMainScheduler` and `ImmediateScheduler`.
|
2015-10-19 02:31:16 +02:00 |
Krunoslav Zaher
|
e22cf3dfb8
|
Adds RxCocoa unit tests.
|
2015-10-19 00:55:41 +02:00 |
Krunoslav Zaher
|
8251954b7b
|
Changes `Driver` extensions to `DriverConvertibleType` extensions.
|
2015-10-18 18:20:21 +02:00 |
Krunoslav Zaher
|
a991cad152
|
Adds `ActivityIndicator`.
|
2015-10-18 17:19:50 +02:00 |
Krunoslav Zaher
|
6dc7f2e4a6
|
Rename `ObserverOf` to `AnyObserver`.
|
2015-10-17 12:15:37 +02:00 |
Krunoslav Zaher
|
4872a62f21
|
Fixes error wording.
|
2015-10-16 21:19:53 +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 |
Krunoslav Zaher
|
89d9094521
|
Moves `subscribeOn` from `Driver` to `ControlProperty`.
|
2015-10-15 23:30:47 +02:00 |
Krunoslav Zaher
|
2958e0a796
|
Prototype of units.
|
2015-10-15 23:30:47 +02:00 |
Yoshinori Sano
|
978b4eb629
|
Fix outdated comments on UISearchBar's rx_searchText property.
|
2015-10-09 09:15:59 +09:00 |
Krunoslav Zaher
|
059e3ca3ab
|
Adds watchOS targets and at least tests building targets.
|
2015-09-30 14:02:41 +02:00 |
yury
|
9917402001
|
Use array literal for option sets
|
2015-09-26 18:38:41 +03:00 |
Orta Therox
|
ebd89c3883
|
[tvOS] adds support for tvOS in RxCocoa
|
2015-09-22 10:43:35 +01:00 |
Kyle Fang
|
8d88a662a9
|
Add data to error response
|
2015-09-21 08:30:06 +08:00 |
Krunoslav Zaher
|
814e4b543f
|
Small cleanups.
|
2015-09-17 11:57:22 +02:00 |
Krunoslav Zaher
|
964d44d733
|
Documentation and interface cleanup.
|
2015-09-09 11:29:39 +02:00 |
Krunoslav Zaher
|
c4ea7b4bb2
|
Documentation and interface cleanup.
|
2015-09-08 22:32:09 +02:00 |
Krunoslav Zaher
|
0178c0fb1c
|
Adds availability for OSX 10.10
|
2015-09-01 13:55:37 +02:00 |
Krunoslav Zaher
|
12089a017c
|
Moves from `send*` to `.on`
|
2015-09-01 12:54:44 +02:00 |
Krunoslav Zaher
|
a4219416cd
|
Introduces new units `ControlProperty` and `ControlEvent`.
|
2015-08-31 22:01:07 +02:00 |
Krunoslav Zaher
|
6ac94ea5b6
|
Scheduler revamp (moving towards protocol extensions), internal optimizations, interface cleanup.
|
2015-08-31 10:59:37 +02:00 |
Krunoslav Zaher
|
43c6a443d5
|
Transforms operator properties into extension functions. Transforms free functions on collections to `SequenceType` extensions. Removes unnecessary overloads. Cleanup.
|
2015-08-26 23:11:46 +02:00 |
Krunoslav Zaher
|
9c893e75f4
|
Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`.
|
2015-08-24 00:06:52 +02:00 |