Commit Graph

790 Commits

Author SHA1 Message Date
Krunoslav Zaher
de65c8ff2f Refactors current swizzling code to be more generic. 2015-12-02 13:15:22 +01:00
Krunoslav Zaher
c7e73c1184 Moves Timeout include into correct group. 2015-11-26 11:34:15 +01:00
Krunoslav Zaher
4d775f8c06 Polishing of Timeout. 2015-11-26 11:23:17 +01:00
Krunoslav Zaher
1b819eda2e Merge pull request #284 from ReactiveX/tottakai-feature-timeout
Timeout operator by @tottakai
2015-11-26 10:18:59 +01:00
Junior B
0c03710733 Fix Timeout _id increment strategy and add missing unused warning 2015-11-25 10:00:37 +01:00
Junior B
bb93a7660d Fix Timeout operator 2015-11-24 16:41:41 +01:00
Junior B
56ad54a21c Improve Timeout operator 2015-11-24 16:33:29 +01:00
Junior B
d7fa4060f1 Merge branch 'feature-timeout' of https://github.com/tottakai/RxSwift into tottakai-feature-timeout 2015-11-24 16:29:31 +01:00
Krunoslav Zaher
a2ec9ee118 Merge pull request #276 from fpillet/replaysubject-unlimited
Support creating unbounded ReplaySubject
2015-11-23 10:52:02 +01:00
Florent Pillet
dc039c3587 cleanup comment 2015-11-22 17:22:14 +01:00
Florent Pillet
b102fcb42d added tests for replayAll() 2015-11-22 17:17:36 +01:00
Florent Pillet
22542ccc35 ReplaySubject with unlimited capacity support:
- added ReplaySubject.createUnbounded() to create unlimited subjects
- added replayAll() method to ObservableType
2015-11-22 17:03:31 +01:00
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
Florent Pillet
e26eacdb48 allow 0 and Int.max to create an ReplaySubject with unlimited capacity 2015-11-20 18:37:30 +01: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
Tomi Koskinen
64353ed548 Timeout operator 2015-11-18 11:17:16 +02: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