Commit Graph

776 Commits

Author SHA1 Message Date
Carlos García ce9ad98e3d change println to print 2015-11-22 06:34:57 +01:00
Krunoslav Zaher a342eebc93 Merge pull request #279 from RuiAAPeres/develop
No need for force unwrapping
2015-11-21 22:33:36 +01:00
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 a49f5f8462 Merge pull request #264 from ashfurrow/attributed-text
Adds UILabel rx_attributedText.
2015-11-18 14:22:47 +01:00
Ash Furrow 731e69a680 Adds UILabel rx_attributedText. 2015-11-18 08:20:03 -05:00
Krunoslav Zaher 018523bf1e Improves explanation in playgrounds. 2015-11-18 10:53:59 +01:00
Krunoslav Zaher a03ee86d38 Merge pull request #267 from mikelikespie/fix-with-latest-from
Making withLatestFrom subscribe to the right hand side first
2015-11-18 10:01:40 +01:00
Krunoslav Zaher aa73066e1e Merge pull request #266 from carlosypunto/more_playground_examples
2 more combineLatest examples and added .DS_Store to .gitignore
2015-11-18 09:59:44 +01:00
Krunoslav Zaher 5f5a65fe98 Improves testing code. 2015-11-18 09:52:33 +01:00
Krunoslav Zaher 66606a6c5b Merge pull request #262 from ashfurrow/ignore-elements
Adds ignoreElements() operator
2015-11-18 09:03:58 +01:00
Mike Lewis 7ade18ba75 Making withLatestFrom subscribe to the right hand side first
This resolves an issue where you have two observables that yield values
immediately and it wasn't yielding a result
2015-11-17 14:37:19 -08:00
Carlos García 1fd3034336 2 more combineLatest examples and added .DS_Store to .gitignore 2015-11-17 20:06:42 +01:00
Ash Furrow 34f9e092f9 Adds ignoreElements(). 2015-11-17 12:10:19 -05:00
Krunoslav Zaher c909f0f572 Add `NSURLSession` changes to `CHANGELOG.md`. 2015-11-16 10:24:37 +01:00
Krunoslav Zaher 16e2903560 Makes `zip` work on `ObservableType` instead of `ObservableConvertibleType`. 2015-11-16 10:12:14 +01:00
Krunoslav Zaher 4952fd72bf Polish for `CHANGELOG.md`. 2015-11-16 01:49:26 +01:00
Krunoslav Zaher a64594ad61 Release 2.0.0-beta.3 2015-11-16 01:27:06 +01:00
Krunoslav Zaher af4f556ac8 Updates documentation. 2015-11-16 00:37:18 +01:00
Krunoslav Zaher c515ba4b50 Adds `CurrentThreadScheduler` to blocking operators. 2015-11-16 00:11:30 +01:00
Krunoslav Zaher db478b1b9a Updates documentation. 2015-11-15 23:59:17 +01: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 65cc061b17 Changes `NopDisposable` to be struct. 2015-11-15 22:52:16 +01:00
Krunoslav Zaher beaa045340 Adds `FlatMapLatest`. 2015-11-15 22:51:43 +01:00
Krunoslav Zaher 99ae8dc30b Simplifies `Merge` operators. 2015-11-15 21:53:15 +01:00
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