Commit Graph

146 Commits

Author SHA1 Message Date
freak4pc
3ae39ab909 README update for Carthage static libs 2019-04-30 13:27:14 +02:00
Krunoslav Zaher
ceaddb2e66 Merge branch 'nakedsoftware-staticlib-playgrounds' into develop 2019-04-21 13:17:19 +02:00
freak4pc
a30d2c121c
Update README for Carthage support 2019-04-19 08:24:21 +03: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
Krunoslav Zaher
27b42ed758 Temporary revert README.md until 5.0 is released. 2019-04-08 22:40:29 +02:00
freak4pc
2045c132c3 Update README 2019-04-07 10:17:49 +02:00
Krunoslav Zaher
be937997f3 Remove broken slack image. 2019-03-31 21:49:57 +02:00
Romain Bertozzi
161e0f6361 Readme: remove mention of Variable (#1854) 2019-01-16 09:17:55 +02:00
Bernardo Ferrari
e75b803e4e Fix "Pod" thumbnail redirecting to image instead of a site.
It was opening a svg image when clicking. Now it should direct to RxSwift on cocoapods.
2018-12-30 14:22:17 +01:00
Carlos García
b1a882ab91
Fix logo URL for Cocoapods Page 2018-11-05 13:21:32 +01:00
Michel Anderson Lüz Teixeira
d92669d829 Update broken link to RxSwift book 2018-10-31 17:38:18 +02:00
Shai Mishali
b2d1081c25 Original Slack URL brought back to life 🧟‍♂️💀 2018-02-13 09:31:25 +01:00
Shai Mishali
4803ff1510 Fix readme occurrences of RxTests vs RxTest 2018-02-10 16:38:35 +01:00
Shai Mishali
1eb651cb41 Shortened URL 2018-01-27 18:54:28 +01:00
Krunoslav Zaher
4e55d7b0ba
Fix README.md 2017-11-28 23:24:41 +01:00
Florent Pillet
6574100aeb Contribution guide improvements & link from README 2017-11-26 20:51:40 +01:00
Krunoslav Zaher
d52c3a8628
Updates README.md 2017-10-18 00:56:32 +02:00
Krunoslav Zaher
c57454ce05
Adds Swift version support clarification 2017-09-20 11:47:01 +02:00
Håvard Fossli
46325a0163 Move word inside paranthesis 2017-06-15 14:40:35 +02:00
Håvard Fossli
53bda6820c Tidy up clutter in top of README.md
Moved note about swift 2.x branch to "requirements" section. Removed "About RxSwift" because I find it excessive considering it is just below the super title `ReactiveX for Swift`
2017-06-15 14:40:35 +02:00
Håvard Fossli
498e22fd22 Tone down warning about swift 3.0 requirement 2017-06-14 09:25:46 +02:00
Krunoslav Zaher
57a7261719
Modifies links. 2017-06-14 09:07:47 +02:00
Suyeol Jeon
bb661adb4e Add a documentation for SPM TEST=1 env var 2017-05-02 17:47:04 +02:00
Shai Mishali
6e18903dba Rewritten documentation for Traits in Traits.MD.
Also updated main README.md file.
2017-04-04 21:26:09 +02:00
Krunoslav Zaher
fd9aa6c1a5
Fixes example code. 2017-03-20 01:18:34 +01:00
Krunoslav Zaher
ed28a05b4f
Deprecates bindTo in favor of bind(to:). 2017-03-20 00:48:39 +01:00
Bas Broek
889150ba6d Add syntax highlighting to README 2017-02-13 23:06:29 +01:00
Krunoslav Zaher
71431d70b6
[Fix] Join slack channel link. 2017-02-11 12:56:51 +01:00
Andyy Hope
4e2498a4d9 Update changed all project uses of old Disposable API to new API 2017-01-22 22:37:30 +11:00
Krunoslav Zaher
4157e1ebc1 [Fix] Adds isEmpty guard. 2016-12-17 17:27:52 +01:00
Cyril Chandelier
fc1920ea59 Update README.md
The example advertised in the Usage section of the README is not working with latest versions of RxSwift.

After the transition from `rx_text` to `rx.text`, the result given is an `String?` instead of `String` preventing the use of  `distinctUntilChanged()` without any comparer parameter. Using the `orEmpty` fix the issue.

Simply adding `orEmpty` isn't enough as the following lines generates a compilation issue:
```
if query.isEmpty {
    return .just([])
}
```

Since I don't know how to fix this issue and since it doesn't bring much value to the example, I removed it.
2016-12-08 15:45:28 +01:00
Krunoslav Zaher
aadf4807fd Adds SPM build action. #965 2016-10-27 22:31:44 +02:00
Krunoslav Zaher
3c55a309a2 Release 3.0.0 2016-10-23 22:11:12 +02:00
Krunoslav Zaher
20abaf838b Fixes unit tests. 2016-10-23 19:44:04 +02:00
Krunoslav Zaher
a9b5da4e8b Removes API.md. 2016-10-20 00:24:30 +02:00
Krunoslav Zaher
89b045c4c0 Updates README.md with Swift Package Manager installation instructions. 2016-10-17 02:49:24 +02:00
Krunoslav Zaher
f51c475010 Adds Swift Package Manager compatibility badge. 2016-10-17 02:18:49 +02:00
Krunoslav Zaher
48e3b3bcbe Adds RxTests rename information to CHANGELOG.md 2016-10-17 01:39:24 +02:00
Krunoslav Zaher
b85d57fe8b Release 3.0.0-rc.1 2016-10-16 20:02:40 +02:00
Radek Pietruszewski
2600478182 Readme: OSX -> macOS 2016-10-07 13:00:51 +02:00
Krunoslav Zaher
48e5cae696 Updates installation instructions in README.md 2016-10-04 13:49:49 +02:00
Krunoslav Zaher
c1d37da31c Updates README with 3.0.0-beta.2 release notes. 2016-10-04 08:31:57 +02:00
Krunoslav Zaher
3289dbc1d3 Removes warning from README.md 2016-09-26 00:18:26 +02:00
CHEN Xian-an
ae6369cfa2 Fix installation link on README 2016-09-23 21:57:00 +08:00
Krunoslav Zaher
fbecaaf467 A couple of simplifications. 2016-09-18 22:02:21 +02:00
Krunoslav Zaher
749800f7c3 Release 3.0.0-beta.1 2016-09-11 17:13:27 +02:00
Krunoslav Zaher
de28113c06 Updates README.md with Swift 2.3 version. 2016-08-27 12:33:10 +02:00
Damian Esteban
e85b3203bc Fix carthage directions in readme 2016-08-25 12:08:43 -04:00
Krunoslav Zaher
ef71ba9f20 Updates requirements section in README.md 2016-08-21 18:45:44 +02:00