Commit Graph

85 Commits

Author SHA1 Message Date
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
Krunoslav Zaher 3f46a7a0f6 Unifies header depth. 2016-02-14 15:31:03 +01: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
Krunoslav Zaher cf308a1e74 Merge pull request #477 from iandundas/patch-1
Updated CocoaPods instructions for latest CocoaPods
2016-02-09 08:47:00 +01:00
Ian Dundas 753a4338b7 Updated CocoaPods instructions for latest CocoaPods
In CocoaPods 1.0.0.beta.3, the Podfile now needs to specify the target name, otherwise `pod install` fails with the following:

```[!] The dependency `RxSwift (~> 2.0)` is not used in any concrete target.
The dependency `RxCocoa (~> 2.0)` is not used in any concrete target.```

I added an extra step to the instructions to make it work again. The above format of course still works on the pre-1.0.0 cocoapods as well, so I believe it's safe to update the instructions already.
2016-02-08 20:52:39 +01:00
Prayag Verma 6741269975 Fix minor typo in Readme.md
Replace `a` with `an`
2016-02-02 23:43:09 +05:30
Krunoslav Zaher cf06a20750 Removes explicit slack url in favor of badge. 2016-01-26 22:33:55 +01:00
Krunoslav Zaher 329cc17bc6 Updates index and comparison part. 2016-01-26 22:05:54 +01:00
Krunoslav Zaher 49a74d9437 Adds badges to `README.md`. 2016-01-25 22:33:33 +01:00
Krunoslav Zaher 1c47f0a792 Updates documentation. 2016-01-02 00:36:33 +01:00
Krunoslav Zaher f4ef06e88d Updates documentation with API changes. 2015-12-30 03:16:20 +01:00
Krunoslav Zaher 8d0f514b6d Release 2.0.0-rc.0 2015-12-21 03:29:03 +01:00
Krunoslav Zaher 135de0f5fa Adds links to `Units.md` unit. 2015-12-21 03:23:02 +01:00
Krunoslav Zaher a6aa088dca Updates `cellType` parameter in README.md. 2015-12-21 03:00:22 +01:00
Fernando Paredes 740a3c4805 Update README's KVO to match new API 2015-12-18 08:05:12 -08:00
Fernando Paredes b7c0891e4e Update NSURLSession function in README 2015-12-17 22:00:45 -08:00
Bruno Koga e63912fafb Fixes broken WWDC 2014 links on README.md 2015-12-09 13:07:24 +01:00
Krunoslav Zaher aeff907a8d Release 2.0.0-beta.4 2015-12-07 00:58:20 +01:00
Krunoslav Zaher d2b374a6a7 Exposes `UITableView` and `UICollectionView` delegate and data source proxies. 2015-12-05 17:42:43 +01:00
Arkadiusz Holko ca96692715 Add missing articles in cell blurring example in README 2015-12-03 17:55:28 +01:00
Arkadiusz Holko a057dc750a Fix typo in README: s/exists/exits/ 2015-12-03 16:40:25 +01:00
Krunoslav Zaher a64594ad61 Release 2.0.0-beta.3 2015-11-16 01:27:06 +01:00
Krunoslav Zaher 7d3387989d Adds `flatMapLatest` to `Driver` unit. 2015-11-15 23:21:39 +01:00
Fernando Paredes f20618ed75 Update README to use standard Carthage syntax 2015-11-05 09:57:57 -08:00
Krunoslav Zaher 31095a8cb0 Release 2.0.0-beta.2 2015-11-02 11:12:20 +01:00
Krunoslav Zaher 7acb77a41d Updates tvOS support details. 2015-10-20 12:33:41 +02:00
Krunoslav Zaher e13747fab8 Updates `Readme.md`. 2015-10-20 09:54:55 +02:00
Krunoslav Zaher 2958e0a796 Prototype of units. 2015-10-15 23:30:47 +02:00
Yoshinori Sano 978b4eb629 Fix outdated comments on UISearchBar's rx_searchText property. 2015-10-09 09:15:59 +09:00
Krunoslav Zaher 55ed31acbc Adds instructions how to use tvOS from Cocoapods. 2015-10-04 13:03:57 +02:00
Krunoslav Zaher 3fe6163451 Adds tvos support to Cocoapods. 2015-10-04 12:22:30 +02:00
Krunoslav Zaher cf90d2f486 Release 2.0.0-alpha.4 2015-10-02 23:35:28 +02:00
Krunoslav Zaher 428cc453bb Release 2.0.0-alpha.3 2015-09-13 16:15:52 +02:00
Krunoslav Zaher 15a252e5df Fixes documentation and podspecs. 2015-09-09 11:44:25 +02: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 1a59524fc9 Fixes URLs in README.md 2015-09-01 13:19:28 +02:00
Krunoslav Zaher b7e8592ea3 Small fixes for README.md 2015-09-01 13:02:01 +02:00
Krunoslav Zaher a6211a121e Updates documentation. 2015-09-01 12:21:06 +02:00
Krunoslav Zaher 43c6a443d5 Transforms operator properties into extension functions. Transforms free functions on collections to `SequenceType` extensions. Removes unnecessary overloads. Cleanup. 2015-08-26 23:11:46 +02:00
Krunoslav Zaher 2c33f7a89a Replaces `>-` with protocol extensions. Unit tests pass. Adds `CHANGELOG.md` 2015-08-10 01:43:30 +02:00
Krunoslav Zaher 1251f2ce14 Merge branch 'develop' into feature/swift2.0 2015-08-08 19:29:13 +02:00
Lukas Lipka 9ee55594bb Update Travis badge for new repo location 2015-08-07 09:39:00 +02:00
Krunoslav Zaher 8957cab8f9 Merge branch 'develop' into feature/swift2.0 2015-08-06 02:38:23 +02:00