Krunoslav Zaher
|
bd7d28855b
|
Removes version from `Queue`.
|
2015-10-18 14:53:49 +02:00 |
Krunoslav Zaher
|
fcd626f00d
|
Scheduler interface lipstick.
|
2015-10-17 20:47:03 +02:00 |
Krunoslav Zaher
|
6dc7f2e4a6
|
Rename `ObserverOf` to `AnyObserver`.
|
2015-10-17 12:15:37 +02:00 |
Krunoslav Zaher
|
de801df8b8
|
Merge pull request #146 from ReactiveX/feature/rxunits-ideas
Feature/rxunits ideas
|
2015-10-16 21:23:14 +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
|
85cc137d32
|
Moves redundant brackets from `subscribe`.
|
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
|
97f805ce4f
|
Adds excluded files.
|
2015-10-15 23:30:47 +02:00 |
Krunoslav Zaher
|
af463f1587
|
Adds Observable+Extensions tests.
|
2015-10-15 23:30:47 +02:00 |
Krunoslav Zaher
|
9a3ae4625c
|
Performance optimizations, makes `Observable` init internal.
|
2015-10-15 23:30:47 +02:00 |
Krunoslav Zaher
|
2958e0a796
|
Prototype of units.
|
2015-10-15 23:30:47 +02:00 |
Orta
|
15de03e119
|
Merge pull request #196 from apiyron/patch-1
println -> print
|
2015-10-15 12:00:10 +01:00 |
Andrey
|
59c828e160
|
println -> print
Swift 2 update
|
2015-10-15 13:01:00 +03:00 |
Krunoslav Zaher
|
cc940ddd6f
|
Merge pull request #194 from yury/increment-checked
Check for overflow on operators with index
|
2015-10-15 11:50:30 +02:00 |
yury
|
36dad62830
|
Check for overflow on operators with index
|
2015-10-15 12:27:03 +03:00 |
Krunoslav Zaher
|
1ced5aebf5
|
Merge pull request #190 from yury/take-while-throws
TakeWhile predicates can throw
|
2015-10-13 14:00:37 +02:00 |
Krunoslav Zaher
|
ae278b09e5
|
Merge pull request #191 from yury/sink-private-vars
Make private state of Sink private
|
2015-10-13 13:57:56 +02:00 |
yury
|
2e556c209e
|
Make private state of Sink private
|
2015-10-13 12:29:49 +03:00 |
yury
|
c8fec7d958
|
Test throw in TakeWhile
|
2015-10-13 11:50:32 +03:00 |
yury
|
3cb53617a0
|
Use observer getter instead of _observer
|
2015-10-13 11:34:26 +03:00 |
Krunoslav Zaher
|
ce5fe8d750
|
Merge pull request #189 from yury/skip-while
Add SkipWhile operator
|
2015-10-13 10:10:40 +02:00 |
yury
|
0ad230f39b
|
TakeWhile predicates can throw
|
2015-10-13 11:03:19 +03:00 |
yury
|
8f7f6ccefd
|
Add docs for skipWhile
|
2015-10-12 23:24:03 +03:00 |
yury
|
c52c4f3cd7
|
Remove test code
|
2015-10-12 14:38:28 +03:00 |
yury
|
fd6050ae2b
|
Rename skipWhileIndexed to skipWhileWithIndex
|
2015-10-12 14:36:19 +03:00 |
yury
|
cbdf027d3d
|
Add SkipWhile operator
|
2015-10-12 11:59:20 +03:00 |
Krunoslav Zaher
|
b4d4e4b4d6
|
Moves retry logic in Github example to right place.
|
2015-10-10 17:28:59 +02:00 |
Krunoslav Zaher
|
49b0f0d7f0
|
Merge pull request #185 from yoshinorisano/fix-outdated-comments
Fix outdated comments on UISearchBar's rx_searchText property.
|
2015-10-09 12:57:21 +02:00 |
Yoshinori Sano
|
978b4eb629
|
Fix outdated comments on UISearchBar's rx_searchText property.
|
2015-10-09 09:15:59 +09:00 |
Krunoslav Zaher
|
a877416c56
|
Merge pull request #183 from yury/skip-until
SkipUntil
|
2015-10-08 18:44:43 +02:00 |
yury
|
403389beec
|
Add SkipUntil to RxExample-iOS-no-module
|
2015-10-08 19:07:12 +03:00 |
Krunoslav Zaher
|
c64d392ba6
|
Removes unnecessary lock from Skip time version.
|
2015-10-08 16:36:51 +02:00 |
Krunoslav Zaher
|
99ddac7848
|
Moves validation colors in it's own struct.
|
2015-10-08 16:31:28 +02:00 |
Krunoslav Zaher
|
d31a4b3a7f
|
Merge pull request #184 from samgreen/cleanedup_github_signup_example
Cleanedup GitHub signup example
|
2015-10-08 16:27:44 +02:00 |
yury
|
c5b6868072
|
Improve locking
|
2015-10-08 17:06:00 +03:00 |
yury
|
6d12d3786e
|
Use _forwardElements boolean flag instead of optional observer
|
2015-10-08 16:51:23 +03:00 |
yury
|
f065189ba9
|
Remove SkipUntilTime
|
2015-10-08 16:32:44 +03:00 |
samgreen
|
fe8e6d7965
|
Add self to access colors from closure.
|
2015-10-08 09:22:37 -04:00 |
samgreen
|
9c3a6d5061
|
Clearer comment about dispose bags.
|
2015-10-08 09:19:05 -04:00 |
yury
|
c524c8a6ce
|
Include SkipUntil.swift in RxSwift-watchOS target
|
2015-10-08 16:07:46 +03:00 |
yury
|
5bbd23e64f
|
Add SkipUntil ohter and SkipUnit time rx operators
|
2015-10-08 15:32:26 +03:00 |
samgreen
|
a8cd83e956
|
Fixed a typo, used the type alias everywhere, and reorganized a few minor things for readability.
|
2015-10-07 08:17:47 -07:00 |
Krunoslav Zaher
|
893d964864
|
Includes Rx.xcodeproj in Example app to enable pod try.
|
2015-10-04 22:28:09 +02:00 |
Krunoslav Zaher
|
55ed31acbc
|
Adds instructions how to use tvOS from Cocoapods.
|
2015-10-04 13:03:57 +02:00 |
Krunoslav Zaher
|
4d980e6846
|
Fixes cleanup code.
|
2015-10-04 12:33:05 +02:00 |
Krunoslav Zaher
|
3fe6163451
|
Adds tvos support to Cocoapods.
|
2015-10-04 12:22:30 +02:00 |
Krunoslav Zaher
|
30ae9a2dd1
|
Adds podspec validation.
|
2015-10-03 22:59:19 +02:00 |
Krunoslav Zaher
|
ab2eb821f7
|
Replaces linking with libraries with target dependencies.
|
2015-10-03 20:24:25 +02:00 |