Commit Graph

123 Commits

Author SHA1 Message Date
Krunoslav Zaher 09eb8803d4 Fixes data source link in `GerringStarted.md`. 2016-03-13 18:08:36 +01:00
Maciej Konieczny c3a4a4cf92 Fixes typo in Units.md 2016-03-13 16:01:04 +01:00
Krunoslav Zaher c6a1f799b0 Improves `Tips.md`. 2016-03-12 20:30:09 +01:00
Krunoslav Zaher c3707616c0 Adds testing and tips documentation. 2016-03-12 20:13:22 +01:00
Afonso dbb2261f67 Fixed Grammar mistake then/than
"Then" was being used as the comparison connector of some sentences. The correct word usage is "than"
2016-03-05 21:44:49 +00:00
Krunoslav Zaher c36e93b991 Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-03-05 20:51:17 +01:00
Krunoslav Zaher a7508fb3a7 Fixes `README.md` examples. 2016-03-05 19:37:57 +01:00
Mateusz Derks 8b9bbff4ee Adds 'rx_badgeValue' to UITabBarItem 2016-03-04 14:14:38 +01:00
Krunoslav Zaher e05e527111 Adds another useful link to understand reactive programming. 2016-02-20 11:34:35 +01:00
Matthew Healy e60af252e1 Minor rewrite of Math Behind Rx file 2016-02-18 21:19:24 +00:00
Krunoslav Zaher 29c9d9df14 Adds groups to links in README.md 2016-02-14 15:29:12 +01:00
Krunoslav Zaher dc9a0f5505 Updates documentation. 2016-02-14 15:10:14 +01:00
Adam Speakman 2aef2cc39d Clarify examples in Warnings.md
There were a few minor spelling mistakes, and I cleaned up some of the examples to be a little clearer.
2016-02-09 16:38:16 -05:00
Andrew Feng 29583c12a1 Update rxmarbles.com so it can be opened directly. 2016-02-03 09:33:58 +11:00
Krunoslav Zaher af6772d7eb Fixes typo. 2016-01-25 20:51:24 +01:00
Krunoslav Zaher f9f30229a0 Merge remote-tracking branch 'dpyro/documentation-grammar' into develop 2016-01-25 20:50:44 +01:00
Sumant Manne 8b8a98521b Partial doc grammar edit.
Edited for grammar but not meaning.
2016-01-24 13:15:12 -06:00
Carlos García d443918692 Update GettingStarted.md 2016-01-20 11:56:02 +01:00
Krunoslav Zaher b00d35a5ef Updates documentation. 2016-01-11 00:42:07 +01:00
Darren 95f2748738 Update Examples.md 2016-01-10 18:53:52 +08:00
Krunoslav Zaher 1c47f0a792 Updates documentation. 2016-01-02 00:36:33 +01:00
Krunoslav Zaher 91058f98d1 hanges link in `Examples.md` to point to `README.md#playgrunds`. #375 2015-12-31 13:14:37 +01:00
Krunoslav Zaher 83bac6db0c Updates spm status in docs. 2015-12-30 20:55:43 +01:00
Krunoslav Zaher f4ef06e88d Updates documentation with API changes. 2015-12-30 03:16:20 +01:00
Krunoslav Zaher 22b937b08b Adds `Linux.md`. 2015-12-30 00:42:05 +01:00
Krunoslav Zaher 8b2984e4e2 Deprecates `Variable` implementing `ObservableType` in favor of `asObservable()`, and changes behavior so it completes the sequence once it is deallocated. 2015-12-29 23:49:30 +01:00
Krunoslav Zaher 2722096b0a Updats documentation for `rx_controlEvents` to `rx_controlEvent`. 2015-12-29 17:35:18 +01:00
Florent Pillet 5e1efc438a Grammar and minor tweaks 2015-12-28 08:57:14 +01:00
Krunoslav Zaher 9cae95d3ef Fixes Swift 2.2 warnings. 2015-12-25 12:50:42 +01:00
Krunoslav Zaher 9116fee6f8 Updates documentation. 2015-12-21 22:17:33 +01:00
Krunoslav Zaher 135de0f5fa Adds links to `Units.md` unit. 2015-12-21 03:23:02 +01:00
Krunoslav Zaher 93572bb5d7 Updates `Units.md` documentation. 2015-12-21 03:19:48 +01:00
Fernando Paredes e54fa1f207 [GettingStarted] Use canonical way of checking a string for a string 2015-12-18 08:29:02 -08:00
Fernando Paredes 79a079dc49 [Examples] Use `isEmpty` instead of manual zero-checking 2015-12-18 08:23:47 -08:00
Fernando Paredes 375725578c [Docs] Update GettingStarted with proper NSURLSession rx_response 2015-12-18 08:14:24 -08:00
Krunoslav Zaher f6a11e5eb9 Merge pull request #349 from nanoxd/update-image-optionality
Remove use of unwrapped optionals from NSImageView
2015-12-16 21:17:55 +01:00
Fernando Paredes 3754186efe Update UIImageView's method signatures for API Docs 2015-12-16 11:48:02 -08:00
Fernando Paredes 442066562a Match NSImageView to UIImageView's optional image API 2015-12-16 11:47:59 -08:00
Krunoslav Zaher 53cb12e253 Merge pull request #346 from nanoxd/update-api-docs
[NSURLSession] Remove force unwrapped return from rx_JSON
2015-12-16 20:43:48 +01:00
Fernando Paredes 82f6d05030 Update CLLocationManager API docs to match code 2015-12-16 11:07:52 -08:00
Fernando Paredes dc85614a8b [NSURLSession] Remove force unwrapped returns from rx_JSON 2015-12-16 10:47:25 -08:00
Marin Todorov 1bfaedfec4 Reflect infinite sequences in the regex example
The text gives an example of an infinite sequence here "Some sequences are finite, and some are infinite, like sequence of button taps" and just few lines below tries to explain sequences with a regex (which is great). However the regex was always having a terminating element (error or completion) and that contradicts the idea of an infinite sequence (which never terminates). 

What I did was to add a "?" to the terminating element in the regex example
2015-12-15 12:12:27 +01:00
persidskiy 39f7ea1475 Add rx_animating to UIActivityIndicatorView 2015-12-03 15:29:50 +03:00
tailec a81863e58c Update docs 2015-11-27 18:59:23 +00:00
Tomi Koskinen 3e230196cf timeout operator to API documentation 2015-11-26 20:35:51 +02:00
Carlos García ce9ad98e3d change println to print 2015-11-22 06:34:57 +01:00
Krunoslav Zaher af4f556ac8 Updates documentation. 2015-11-16 00:37:18 +01:00
Krunoslav Zaher db478b1b9a Updates documentation. 2015-11-15 23:59:17 +01:00
Krunoslav Zaher 5b380a386d Fixes casing in documentation for `elementAt`. 2015-10-29 20:35:27 +01:00
Krunoslav Zaher 3009757ac5 Merge pull request #221 from tottakai/feature/api-documentation
improve api documentation
2015-10-29 20:34:22 +01:00
Tomi Koskinen 3be67a317d improve api documentation 2015-10-28 07:14:46 +02:00
Sergey Timoshin 5adacc4092 Typo fix 2015-10-28 00:02:13 +03:00
Krunoslav Zaher 685cae7405 Adds `Warnings.md`. 2015-10-19 21:23:34 +02:00
Krunoslav Zaher fcd63dafb8 Moves `subscribeOn` out of `Driver` unit. 2015-10-19 19:59:27 +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
yury 8f7f6ccefd Add docs for skipWhile 2015-10-12 23:24:03 +03:00
Tomi Koskinen 8f55226527 add buffer operator to supported operators list 2015-09-28 17:59:53 +03:00
Krunoslav Zaher c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher 6139b16ca3 Updates documentation. 2015-09-04 23:15:16 +02:00
Krunoslav Zaher a6211a121e Updates documentation. 2015-09-01 12:21:06 +02:00
Krunoslav Zaher 871532149f Small fixes for documentation. 2015-08-02 14:00:45 +02:00
Krunoslav Zaher 2e72f7120f Improves documentation. 2015-08-01 20:14:24 +02:00
Krunoslav Zaher 69240a152f Adds assistant editor hint. 2015-08-01 14:35:20 +02:00
Krunoslav Zaher 682d3536d2 Improving KVO code and KVO documentation. 2015-08-01 01:57:23 +02:00
Krunoslav Zaher 525e81a70c Improving KVO code and KVO documentation. 2015-08-01 01:52:54 +02:00
Krunoslav Zaher 2cb9b205f7 Documentation fixes. 2015-07-31 11:43:31 +02:00
Krunoslav Zaher 130c014e73 Documentation 2015-07-31 11:43:31 +02:00
Krunoslav Zaher cbc2d6803a Adds UITextView extensions. 2015-07-21 22:12:24 +02:00
Krunoslav Zaher c1c974f13d Updates documentation. 2015-07-12 20:52:51 +02:00
Krunoslav Zaher af19f5314c Removes recovery file. 2015-05-19 21:01:12 +02:00
Krunoslav Zaher 626e38c439 Start of proper documentation. 2015-05-19 20:44:08 +02:00