Commit Graph

73 Commits

Author SHA1 Message Date
Krunoslav Zaher 72122e3e43 Updates documentation for 3.0.0.alpha.1 2016-08-21 18:40:08 +02:00
Krunoslav Zaher 24c4587b51 Fixes playgrounds. 2016-08-21 03:27:07 +02:00
Mo Ramezanpoor fcf8e4d092 WIP: Updates code for Xcode 8 beta 6 using the migrator with manual auditing.
The code doesn’t compile yet.
2016-08-16 14:00:14 +01:00
Mo Ramezanpoor 1fe15bb9da Replaces all calls to `NopDisposable.instance` with `Disposables.create()`. 2016-08-10 14:47:53 +01:00
Krunoslav Zaher aef4e69339 Modernizes APIs. 2016-08-07 20:14:19 +02:00
Krunoslav Zaher 58e427b045 Fixes playgrounds compilation issues. 2016-08-04 11:53:19 +02:00
Yuki Nagai 7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher c844b6bdb3 Merge branch 'develop' into swift-3.0 2016-08-01 10:46:20 +02:00
Raphael Silva 40eb452040 Update Contents.swift
Typo fixed - it was missing the `ed` in called.
2016-07-28 18:06:29 -03:00
Krunoslav Zaher f3f2b0e083 Updates to Swift 3.0 2016-07-22 22:34:34 +02:00
Jamie Pinkham 5a9f47262a Merge branch 'upstream-develop' into swift-3.0
# Conflicts:
#	RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
#	RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
#	RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Scott Gardner ab4c845d46 Minor update to Rx.playground 2016-06-08 06:44:00 -05:00
Ben Shewmake 0514c03963 Added two additional examples to Filtering and Conditional Operators: "single with conditions".
Per suggestion by @scotteg, two additional examples were added to cover the following use cases:

* A successful matching case of exactly one element
* An error when repeated elements are observed
2016-06-07 19:42:05 -06:00
Ben Shewmake db62a3cf3f Added changed '.subscribe' to '.subscribeNext' to alleviate error output in debug console. 2016-05-27 17:57:09 -06:00
闻端Carl 607ebfbf3d Fix Demo
The output is of "concat example" is :  

Next(🍎)
Next(🍐)
Next(🍊)
Next(🐱)
Next(🐭)

If people do not use 'concat()', the result is the same, the demo cannot show the effect of 'concat()', which is "waiting for each sequence to terminate successfully before emitting elements from the next sequence"

so I add one line code for better demonstration.
2016-05-19 23:24:35 +08:00
Scott Gardner aca9950fdc Add missing Next link 2016-05-14 16:54:54 -05:00
Scott Gardner 84c42e6dd6 Split Error Handling and Debugging Operators into separate pages 2016-05-14 16:50:47 -05:00
Scott Gardner 990c967052 Add missing dividers between examples 2016-05-14 13:23:57 -05:00
Scott Gardner 52005f4096 Disable RxSwift.resourceCount example outside of playground 2016-05-14 12:34:18 -05:00
Scott Gardner 3efaeac3ad Rename Debugging_and_Error_Handling_Operators to Error_Handling_and_Debugging_Operators and update 2016-05-14 06:56:55 -05:00
Scott Gardner e0923c9f0c Move Test Error to SupportCode 2016-05-13 19:03:18 -05:00
Scott Gardner 964f5be0d6 Update Connectable Operators 2016-05-13 17:39:51 -05:00
Scott Gardner 632e8ce154 Update Connectable Operators 2016-05-13 17:25:03 -05:00
Scott Gardner 6a1346c5c7 Update SupportCode 2016-05-13 17:24:51 -05:00
Scott Gardner 8b63f25fe1 Update Mathematical and Aggregate Operators 2016-05-13 15:46:04 -05:00
Scott Gardner 4046c1163c Update skipUntil example 2016-05-13 14:49:00 -05:00
Scott Gardner 4b03165635 Combine Filtering and Conditional Operators pages 2016-05-13 14:47:19 -05:00
Scott Gardner 38dec119e9 Update Combining Operators and move before Transforming Operators 2016-05-13 14:01:43 -05:00
Scott Gardner a68c07beb5 Update Filtering Operators 2016-05-13 11:28:07 -05:00
Scott Gardner c0bebbb795 Update Transforming Operators 2016-05-13 11:27:45 -05:00
Scott Gardner 3771e63a4c Minor update to Rx.playground based on feedback from kzaher 2016-05-12 16:04:32 -05:00
Scott Gardner ef62979f62 Change flatMapLatest example in Rx.playground to initially use flatMap 2016-05-12 15:34:10 -05:00
Scott Gardner 070139a4c4 Update playground...
Table of Contents
Introduction
Creating and Subscribing to Observables
Working with Subjects
Transforming Operators
2016-05-12 15:30:38 -05:00
Krunoslav Zaher 92b8a51891 Orta's improvements. 2016-05-09 00:05:04 +02:00
Krunoslav Zaher ce5fcd1f4f Improves documentation. 2016-05-08 23:52:26 +02:00
Carlos García a2306bdf90 adds a little note about subscrition 2016-05-08 23:52:26 +02:00
Carlos García 207761c2a7 improve playgrouds
Thanks @finneycanhelp for help me to improve my English writing
2016-05-08 23:52:26 +02:00
Krunoslav Zaher b3036c037b Merge pull request #647 from Nirma/grammar_fix
Grammar fixes and minor clarifications in Intro playground text.
2016-04-28 23:04:05 +02:00
Nicholas Maccharoli 8bbc952c6f Add Clarification to BehaviorSubject and grammar fixes 2016-04-26 15:08:56 +09:00
Nicholas Maccharoli 3363432c66 Grammar fix in Intro playground 2016-04-26 14:22:18 +09:00
Krunoslav Zaher 756f17c848 Merge pull request #616 from catalandres/patch-1
Update Contents.swift
2016-04-14 14:19:14 +02:00
shingt 5b7dff230f Replace failWith with error in examples 2016-04-06 09:48:30 +09:00
Andrés Catalán 80aaef06c2 Update Contents.swift
The comment to `toObservable` referred to another function.
2016-04-05 18:54:10 -04:00
Shinichiro Oba c2ab272cc7 Turns on 'Render Documentation' for playgrounds. 2016-03-28 11:46:43 +09:00
Krunoslav Zaher e5735611c9 Improves playground documentation. #531 2016-03-06 22:51:35 +01:00
Krunoslav Zaher c8aa48f32f Adds run instructions to every playground page. 2016-03-06 22:49:55 +01:00
Krunoslav Zaher f9728a858f Adds explanation to how to run the examples in `ConnectableObservableOperators` playground. 2016-02-20 12:19:02 +01:00
Nagasawa Hiroki ab3d9de696 Remove a blank line 2016-02-06 19:22:30 +09:00
Jorge Bernal 1e9a14a230 Add generate example to playground 2016-01-21 07:55:22 +01:00