Commit Graph

89 Commits

Author SHA1 Message Date
Jesse Farless 64e40ef604 Fix typos and tweak language in docs 2016-05-12 13:42:29 +02:00
kumapo 1252338905 Add documentation for UINavigationItem+Rx 2016-05-12 01:28:12 +09: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
Royce Dy 0dec95efcb fixed typos 2016-05-06 10:49:51 +08:00
Krunoslav Zaher 26032f7ce1 Merge pull request #607 from shingt/replace-remaining-failWith
Replace failWith with error in examples
2016-04-07 12:39:35 +02:00
Krunoslav Zaher 8bf939d17d Merge pull request #601 from monotonique/fix_link
Fixed Link to Dicision Tree
2016-04-07 12:39:05 +02:00
shingt 5b7dff230f Replace failWith with error in examples 2016-04-06 09:48:30 +09:00
Krunoslav Zaher 5c1adf29df Small fix for Tips.md 2016-04-05 21:53:11 +02:00
Nagasawa Hiroki 8a1e87e6b8 Use 'Completed' instead of 'Complete' 2016-03-29 18:56:11 +09:00
Vivien Leroy e0e113f969 Markdown typo on Why.md
Sentence was not bold because of space after the two stars
2016-03-25 15:24:42 +01:00
George Lin 4a37077db1 Fixed Link to Dicision Tree
- removed a redundant parenthesis
2016-03-23 10:48:12 +08:00
Jorge Bernal eddbd23aa5 Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Krunoslav Zaher 70bdd79d68 Merge branch 'issue-553' of https://github.com/dakeshi/RxSwift into dakeshi-issue-553 2016-03-18 22:40:44 +01:00
dakeshi 9e8af26719 Update syntax for RxSwift2.x, Swift2.x 2016-03-17 18:02:07 +09:00
Krunoslav Zaher 4754216ffd Fixes broken link in `GettingStarted.md`. 2016-03-13 19:53:33 +01:00
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