Commit Graph

111 Commits

Author SHA1 Message Date
Carlos García 3fbe7d42bb whitespaces issues, kzaher comments and pipelines in new lines 2015-05-14 11:22:07 +02:00
Carlos García 8f343c226d Reducing the complexity of the examples
Reducing the complexity of the examples, centralizing dependences in a singleton. So common it's all in one place and not have to follow references. It is not a major change in what, I know, but I think it simplifies the understanding of the common parts. For example, this makes it clearer than in the app are only two Scheduler (mainScheduler and backgroundWorkScheduler)
2015-05-13 13:54:09 +02:00
Krunoslav Zaher 22df0ad507 Adds Generator readme. 2015-05-13 10:42:38 +02:00
Krunoslav Zaher 8862d79a0c Merge pull request #6 from AliSoftware/patch-1
Fixed some small typos in README
2015-05-12 19:05:46 +02:00
AliSoftware 3ecd60b4e8 Fixed some small typos in README
I saw some english typos while reading, so here are a PR to correct them.
2015-05-12 16:58:45 +02:00
Krunoslav Zaher 286843230c Release 1.2.1 2015-05-10 23:44:04 +02:00
Krunoslav Zaher fa3da30e00 Merge pull request #3 from orta/patch-1
Remove iOS reference in podspec
2015-05-10 23:40:39 +02:00
Orta 9f93821b38 [Podspec] Add specific versions 2015-05-10 22:04:29 +01:00
Orta 74cc5f44e2 Only include swift files 2015-05-10 20:41:00 +01:00
Orta d6c2cfca8b Remove iOS reference in podspec 2015-05-10 20:30:39 +01:00
Krunoslav Zaher 17a1f9d421 Release 1.2 2015-05-10 00:28:26 +02:00
Krunoslav Zaher 243480a8f7 Fixes mistype in unit tests. 2015-05-10 00:19:42 +02:00
Krunoslav Zaher 26470d5a5c Updates readme with examples, roadmap and reasons for >-. 2015-05-10 00:16:44 +02:00
Krunoslav Zaher 9f8c59043d Moves some generic operators from RxCocoa to RxSwift project. 2015-05-10 00:10:10 +02:00
Krunoslav Zaher d4665492a3 Adds next method to variable. 2015-05-10 00:09:38 +02:00
Krunoslav Zaher 8ffa6035a2 Changes operand names for >- operator. 2015-05-10 00:09:10 +02:00
Krunoslav Zaher fb9fb60395 Makes sure next is visible publicly. 2015-05-10 00:06:59 +02:00
Krunoslav Zaher 43c30ca8b5 Replaces currying with returning lambda values from functions. 2015-05-10 00:05:44 +02:00
Krunoslav Zaher bff9240249 Moves starsWith and variable to RxSwift project from RxCocoa. 2015-05-10 00:04:48 +02:00
Krunoslav Zaher 58d0311101 Renames prefixWith to common startWith name. Adds just alias. 2015-05-09 16:23:51 +02:00
Krunoslav Zaher 70e083066d Release 1.1 2015-05-04 01:34:18 +02:00
Krunoslav Zaher 0fc786e1b6 Adds comparisons with other frameworks. 2015-05-04 01:29:37 +02:00
Krunoslav Zaher 44949a1066 Changes URLSession property names. 2015-05-03 23:17:39 +02:00
Krunoslav Zaher b3851d250e Small fix for NSURLSession error resolution logic. 2015-05-03 23:13:08 +02:00
Krunoslav Zaher b58d12c6cf Updates README.md with new examples. 2015-05-03 18:02:59 +02:00
Krunoslav Zaher e9f6174d46 Adds synchronous deadlock tests. 2015-05-03 17:58:40 +02:00
Krunoslav Zaher 2464088cc8 Improves locking logic, and simplifies code. 2015-05-03 17:58:10 +02:00
Krunoslav Zaher c0689314d6 Adds deadlock tests. 2015-05-03 16:12:15 +02:00
Krunoslav Zaher 60a6a644c0 Changes scopedDispose implementation to be private. 2015-05-03 15:27:57 +02:00
Krunoslav Zaher a184f960fb Adds readme examples tests. 2015-05-03 15:21:30 +02:00
Krunoslav Zaher 5273107fae Adds readme example test. 2015-05-03 15:20:21 +02:00
Krunoslav Zaher f52cf27723 Adds readme example test. 2015-05-03 15:17:30 +02:00
Krunoslav Zaher 1f41bd0928 Update merge tests. 2015-05-03 15:17:10 +02:00
Krunoslav Zaher 6191c1c58c Adds concat convenience operator. 2015-05-03 13:45:30 +02:00
Krunoslav Zaher 775f7ec902 Fixes possible deadlock situation. 2015-05-03 00:00:21 +02:00
Krunoslav Zaher 2cdfa7c346 Adds scopedDispose. 2015-05-02 22:49:06 +02:00
Krunoslav Zaher 62b0bbccb4 Adds variable tests. 2015-05-02 22:29:58 +02:00
Krunoslav Zaher 8ce4ca3931 Adds clearing results when entering new search term for example search. 2015-05-02 21:46:44 +02:00
Krunoslav Zaher 0ce81a97d3 Adds observeSingleOn unit tests. 2015-05-02 21:42:12 +02:00
Krunoslav Zaher ebe05f5642 Fixes label subscription leak and improves debug operation node. 2015-05-02 21:25:20 +02:00
Krunoslav Zaher 8bc7f3f70b Fixes for debug. 2015-05-02 20:11:38 +02:00
Krunoslav Zaher 84b4d52a8d Removes old Result<Disposable>. 2015-05-02 20:11:01 +02:00
Krunoslav Zaher 97975812ce Makes DisposeBag thread safe. 2015-05-02 20:09:59 +02:00
Krunoslav Zaher 2e73e11eb0 Adds debug operation to Rx. 2015-05-02 20:09:35 +02:00
Krunoslav Zaher e841b40cae Replaces state.observer with observer. 2015-05-02 19:43:24 +02:00
Krunoslav Zaher 7dc799d6be Doesn't call rxFatalError in release build when error is bound to UI element. 2015-05-02 19:27:23 +02:00
Krunoslav Zaher a1441d4b5b Cleanup old code. 2015-05-02 19:16:47 +02:00
Krunoslav Zaher 098ec93113 Simplifies example app. 2015-05-02 18:24:38 +02:00
Krunoslav Zaher 172a6a68f8 Adds catch variant. 2015-05-02 18:09:04 +02:00
Krunoslav Zaher 62a5acbf65 Renames test project. 2015-05-02 17:25:37 +02:00