Commit Graph

129 Commits

Author SHA1 Message Date
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
Krunoslav Zaher
72122e3e43 Updates documentation for 3.0.0.alpha.1 2016-08-21 18:40:08 +02:00
Jérôme Alves
96ef70cc2f Update documentation (.md files) 2016-08-16 09:05:24 +02:00
Junior B
208a84db0f Update README.md 2016-08-07 01:33:37 +02:00
Krunoslav Zaher
ca831c7321 Updates README with a friendly information about Xcode 8.0 beta. 2016-07-04 07:16:33 +02:00
Krunoslav Zaher
f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Jesse Farless
64e40ef604 Fix typos and tweak language in docs 2016-05-12 13:42:29 +02:00
Krunoslav Zaher
0536a8868f Updates CocoaPods integration documentation. 2016-04-21 21:31:05 +02:00
Krunoslav Zaher
6455a64acf Removes book on left side of README.md 2016-04-20 13:54:09 +02:00
Orta
2eb01273b8 Update README.md 2016-04-20 12:39:16 +01:00
Orta
91e7a3dead Use a fancy table in the README 2016-04-20 11:48:31 +01:00
Krunoslav Zaher
411c4c284c Great readme commit. 2016-04-20 12:08:42 +02:00
Krunoslav Zaher
c136ce57e6 Updates release notes. 2016-03-22 12:23:03 +01:00
rasad88
e8530fffcb Add Carthage compatibility badge 2016-03-17 14:35:23 -07:00
Krunoslav Zaher
c3707616c0 Adds testing and tips documentation. 2016-03-12 20:13:22 +01:00
Brian Troncone
d0bc059509 Fixed a few grammar issues in README
Copy of PR from master branch, fixed a few grammar issues in README to increase readability.
2016-02-24 17:16:12 -05:00
Krunoslav Zaher
e05e527111 Adds another useful link to understand reactive programming. 2016-02-20 11:34:35 +01:00
Krunoslav Zaher
1524ead3f2 Polishes README.md 2016-02-14 23:26:18 +01:00