Commit Graph

239 Commits

Author SHA1 Message Date
Mizuki Kubota
6ba9089208 Fix a typo :)
that elements are -> those elements are
2020-10-06 20:36:28 +03:00
Michael Green
5864dee210 Fixed print statements in GettingStarted.md (#2112)
A couple of print statements were missing. The print output should line up correctly with the code now.
2020-10-06 20:36:28 +03:00
Zsolt Kovács
4e969fa385 Add ReplayRelay (#2111) 2020-10-06 20:36:28 +03:00
freak4pc
bd6a0b666d Remove all unneeded single-line returns
(cherry picked from commit 0bab5e2545)
2020-10-06 20:36:28 +03:00
hotchner
f66e920438 correct print message 2020-10-06 20:36:28 +03:00
TTOzzi
3c897333fa update Examples.md 2020-10-06 20:36:28 +03:00
freak4pc
92bf03ec1f
master -> main 2020-09-19 20:41:22 +03:00
Afonso
61de8243c7
Fix use of articles in the ControlProperty / ControlEvent section 2020-02-08 18:33:29 +02:00
Anton Nazarov
3824b22331
Add Hooks documentation, remove unexpected logs (#1988) 2020-02-08 18:33:29 +02:00
Marcos Griselli
b56f1fbb66
applied suggestions 2020-02-08 16:48:51 +02:00
Marcos Griselli
bee8ce2d99
fix some Automatic input validation compile errors 2020-02-08 16:48:50 +02:00
freak4pc
ac20a268a5 Update Docs for Scheduler refactor (DispatchTimeInterval) 2019-04-17 10:23:21 +02:00
freak4pc
6bc5fa3839 Update README & Docs 2019-04-10 21:55:13 +02:00
Braden Bowdish
51106ea097 Update MathBehindRX
The link to the youtube video doesn't work anymore.
2019-03-01 16:22:21 +02:00
Dave Goldman
833378b691 Fix typo(?): ValidationResult -> Availability (#1845) 2019-01-03 09:55:56 +02:00
Zev Eisenberg
cee8b2150e Remove warn_unused_result. (#1836) 2018-12-26 23:05:21 +02:00
wstompearson
1195554adf Uses accept instead of value in docs (#1826) 2018-12-18 11:29:44 +02:00
Noah Gilmore
774276961d Update a deprecated example in GettingStarted.md 2018-12-12 11:25:58 +02:00
Josip Ćavar
1c3383218d Fix documentation typo 2018-11-21 15:59:33 +02:00
Raxit Majithiya
038103b4e8 Fix example of URLSession in README 2018-10-28 13:10:52 +02:00
Pontus
317292432b Update deprecated code examples in UnitTests.md (#1766)
The `next()` global function is planned for future deprecation. Now using `Recorded.next()` instead.
2018-10-12 22:59:56 +02:00
freak4pc
8903bfc9b2 Added basic documentation on using XCTAssertRecordedElements. 2018-09-05 13:01:48 +02:00
Vishal Madheshia
dc68ef2c5f Clarify just documentation in Getting Started Documentation (#1715)
* Reframe the sentence to specify that just is from RxSwift
2018-08-16 00:03:08 +03:00
freak4pc
803ca6bbdc Add Signal to Traits and fix occurrences of bindTo 2018-07-19 20:34:06 +02:00
freak4pc
125785d404 Remove Migration documentation.
This specific piece of documentation is highly unmaintained and is
probably useless at this point. Better to remove it altogether.
2018-07-19 20:34:06 +02:00
freak4pc
2e1bfa4d0d Remove addDisposableTo from Tips 2018-07-19 20:34:06 +02:00
freak4pc
f3385d5dc5 Remove Variable section (Deprecated) 2018-07-19 20:34:06 +02:00
freak4pc
3d1b49ae72 Clean-up shareReplay -> share(replay: 1) in GettingStarted 2018-07-19 20:34:06 +02:00
freak4pc
84269a5c3c Minor cleanup in "Comparison with Other Libraries" 2018-07-19 20:34:06 +02:00
freak4pc
dac17cd20c Minor facelift for Examples.md 2018-07-19 20:34:06 +02:00
freak4pc
8e9d26720f Minor fix to Event enum case names 2018-07-19 20:34:06 +02:00
freak4pc
9257153925 Add basic docs for Relays. 2018-07-19 20:34:06 +02:00
freak4pc
f341246af4 Minor doc fixes for Traits 2018-07-19 20:34:06 +02:00
Krunoslav Zaher
081a064638
Merge branch 'doc_updates' into develop 2018-06-07 21:47:27 +02:00
Marcin Chojnacki
0d40cb45d9 Rename deprecated UIBindingObserver to Binder 2018-06-07 21:31:21 +02:00
Mansi Shah
a03648b0f9
Updated Getting Started Doc
Fixed Grammar error
2018-06-01 10:56:09 +05:30
Garth Snyder
99b4be362b Escape wayward * in Getting Started regex example 2018-05-12 16:05:35 +02:00
fuyoufang
a781fde554 Fixes various spelling mistakes and missing parameters. 2018-05-07 17:55:07 +08:00
Isaac Halvorson
0f49a22ebb Remove redundant word
Removed a redundant "the"
2018-04-24 12:50:38 +02:00
Shai Mishali
4803ff1510 Fix readme occurrences of RxTests vs RxTest 2018-02-10 16:38:35 +01:00
Sourav Chandra
886a25d97e Update Traits.md 2017-12-23 13:04:26 +01:00
Victor Sigler
6cca5b4c0a Add practical examples for the ControlProperty 2017-12-12 16:30:25 +01:00
Victor Sigler
faecd2bdfd Add practical usage example for the ControlProperty 2017-12-12 16:30:25 +01:00
Victor Sigler
a2105755f9 Update with the initial definitions for ControlEvent/ControlProperty 2017-12-12 16:30:25 +01:00
Krunoslav Zaher
12cccb171a
Merge branch 'master' into rxswift4.0-swift4.0 2017-10-17 23:16:00 +02:00
Bohdan Savych
a7bf8b7ab3 Update GettingStarted.md
Added print before setting second value in `Variable` to make example more clear.
2017-10-10 17:34:44 +02:00
Krunoslav Zaher
e44cbe08c1
Merge branch 'master' into release 2017-10-01 15:55:44 +02:00
Krunoslav Zaher
5588988fc7
Fixes invalid Variable documentation. #1426 2017-09-28 22:00:48 +02:00
Krunoslav Zaher
efe3af1b8f
Merge remote-tracking branch 'origin/develop' into swift4.0 2017-09-17 22:42:04 +02:00
Stewart Gleadow
1b9962b817 Fixed typo in documentation, and added example for successful case 2017-08-23 01:08:36 +02:00