Krunoslav Zaher
|
69d34d58c4
|
Improves data locality for `Map` and `Filter`.
|
2015-11-15 21:24:45 +01:00 |
Krunoslav Zaher
|
b3a66aa45f
|
`Merge` operator family polish.
|
2015-11-15 21:15:23 +01:00 |
Krunoslav Zaher
|
218b342a9a
|
Makes disposal explicit in playgrounds so it doesn't confuses people.
|
2015-11-15 13:18:05 +01:00 |
Krunoslav Zaher
|
90dad761a2
|
Fixes warnings in example app.
|
2015-11-15 13:11:21 +01:00 |
Krunoslav Zaher
|
ba5fcff91e
|
Optimizations: `map.map.map ...` -> `map`.
|
2015-11-15 13:10:42 +01:00 |
Krunoslav Zaher
|
b1185750f4
|
Adds scheduler overloads to `just`, `sequenceOf`. Deprecates `asObservable` in favor of `toObservable`.
|
2015-11-15 00:09:41 +01:00 |
Krunoslav Zaher
|
a3a0dca28e
|
Merge pull request #260 from a2/patch-2
Move parameter line to correct function
|
2015-11-14 21:41:28 +01:00 |
Krunoslav Zaher
|
7deb149916
|
Returns `NSRecursiveLocks`. It was interesting excursion ...
|
2015-11-14 21:39:50 +01:00 |
Krunoslav Zaher
|
5cc185743a
|
Polish for animated table view updates.
|
2015-11-14 21:22:01 +01:00 |
Alexsander Akers
|
a35b06b066
|
Move parameter line to correct function
|
2015-11-14 19:21:46 +00:00 |
Krunoslav Zaher
|
a269a42a38
|
KVO revamp.
|
2015-11-14 15:34:08 +01:00 |
Krunoslav Zaher
|
80d6302fda
|
Updates `CONTRIBUTING.md`.
|
2015-11-14 15:33:48 +01:00 |
Krunoslav Zaher
|
9808ae9ee7
|
Merge pull request #249 from tottakai/feature-single-blocked-predicate
Blocking single operator with predicate
|
2015-11-12 11:11:28 +01:00 |
Krunoslav Zaher
|
fbba0966e5
|
Merge pull request #252 from dtartaglia/develop
Update UIImageView+Rx.swift
|
2015-11-12 11:10:55 +01:00 |
Tomi Koskinen
|
14affd773c
|
exit loop and dispose subscription immediately
|
2015-11-12 08:26:40 +02:00 |
Tomi Koskinen
|
5499c10f9a
|
remove duplicate blocking single code
|
2015-11-12 08:26:40 +02:00 |
Daniel Tartaglia
|
e6f79b510f
|
Update UIImageView+Rx.swift
|
2015-11-11 20:39:58 -05:00 |
Krunoslav Zaher
|
0774da2a99
|
Merge pull request #245 from ReactiveX/feature/singleAsync
Add `single` non-blocking operator
|
2015-11-11 11:40:37 +01:00 |
Krunoslav Zaher
|
c2ca7e6b04
|
Adds early return.
|
2015-11-11 11:40:01 +01:00 |
Krunoslav Zaher
|
df0ede1bf2
|
Removes debugging code.
|
2015-11-11 11:29:30 +01:00 |
Junior B
|
9663469b01
|
Add tests for `single` non-blocking operator
|
2015-11-11 11:13:12 +01:00 |
Junior B
|
7e92fb7248
|
Add `single` non-blocking operator
|
2015-11-11 11:13:12 +01:00 |
Krunoslav Zaher
|
45d1aa6047
|
Changes some texts.
|
2015-11-11 10:12:11 +01:00 |
Tomi Koskinen
|
edeaf53b27
|
Blocking single operator with predicate
|
2015-11-10 22:25:09 +02:00 |
Krunoslav Zaher
|
6866b44e06
|
Merge pull request #246 from tottakai/feature-single-blocked
Blocking version of single operator
|
2015-11-10 21:13:23 +01:00 |
Krunoslav Zaher
|
ce5b31b8a9
|
Renames `rx_tap` to `rx_primaryAction` on `UIButton` for `tvOS` and adds it to unit tests.
|
2015-11-09 23:06:37 +01:00 |
Krunoslav Zaher
|
93f9e2de54
|
Merge branch 'develop' of github.com:kzaher/RxSwift into develop
|
2015-11-09 22:47:12 +01:00 |
Krunoslav Zaher
|
c5d22b7bc4
|
Merge pull request #243 from larslockefeer/master
Added tvOS specific extension for UIButton
|
2015-11-09 22:46:25 +01:00 |
Tomi Koskinen
|
c79cea523f
|
Blocking version of single operator
|
2015-11-09 21:42:46 +02: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 |
Lars Lockefeer
|
a9d445c2cd
|
Added tvOS specific extension for UIButton
This extension registers for the `PrimaryActionTriggered` event, rather than the `TouchUpInside` event, to ensure `rx_tap` works as expected.
|
2015-11-09 08:24:11 +01:00 |
Krunoslav Zaher
|
046024d7fd
|
Changes `CustomStringConvertible` to `CustomDebugStringConvertible`.
|
2015-11-09 01:05:51 +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
|
2da94a2136
|
Performance optimizations for stateful components.
|
2015-11-08 22:34:16 +01:00 |
Krunoslav Zaher
|
eebef9d125
|
Merge remote-tracking branch 'origin/develop' into develop
|
2015-11-08 17:57:44 +01:00 |
Krunoslav Zaher
|
4fae473c8d
|
Merge pull request #238 from ReactiveX/feature/flat-map-first
flatMapFirst operator
|
2015-11-08 17:57:09 +01:00 |
Krunoslav Zaher
|
ce983c44d0
|
Polishing and optimizing `retryWhen`.
|
2015-11-08 17:51:18 +01:00 |
yury
|
ecf7d2ae71
|
Port other flatMap tests
|
2015-11-08 01:54:17 +03:00 |
yury
|
4c83408a46
|
FlatMapFirst with two tests
|
2015-11-08 01:04:09 +03:00 |
Krunoslav Zaher
|
7933565b0c
|
Merge pull request #237 from zhigang1992/feature/removeUnneededDisposeBag
Remove Unneeded dispose bag
|
2015-11-07 20:24:48 +01:00 |
Kyle Fang
|
3052e9415c
|
Remove Unneeded dispose bag
|
2015-11-07 13:00:16 -06:00 |
Krunoslav Zaher
|
56a094fa69
|
Merge branch 'develop' into feature/retryWhen
|
2015-11-07 13:36:41 +01:00 |
Krunoslav Zaher
|
99669e789b
|
Merge pull request #225 from ReactiveX/feature/window
Adds `window` operator
|
2015-11-07 13:25:25 +01:00 |
Krunoslav Zaher
|
a99409d6e4
|
Unification with optimization refactorings.
|
2015-11-07 12:56:01 +01:00 |
Junior B
|
7fe9a87cb5
|
Add `window` operator, time/count version
|
2015-11-06 11:07:33 +01:00 |
Junior B
|
e7723a2173
|
Adds `RefCountDisposable` and `BooleanDisposable` and necessary tests
|
2015-11-06 11:07:33 +01:00 |
Krunoslav Zaher
|
33eea0be20
|
Merge pull request #233 from nanoxd/update-readme-carthage
Update README carthage
|
2015-11-05 21:30:18 +01:00 |
Fernando Paredes
|
f20618ed75
|
Update README to use standard Carthage syntax
|
2015-11-05 09:57:57 -08:00 |
Krunoslav Zaher
|
d4cda2430e
|
Blocking operators run runloop while blocking.
|
2015-11-05 12:34:20 +01:00 |
Junior B
|
a78158c43f
|
Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/retryWhen
|
2015-11-02 13:33:26 +01:00 |