Krunoslav Zaher
37e6c09194
Brushes up examples.
2015-05-19 21:20:10 +02:00
Krunoslav Zaher
af19f5314c
Removes recovery file.
2015-05-19 21:01:12 +02:00
Krunoslav Zaher
9ba154edd5
Divide and conquer.
2015-05-19 20:50:29 +02:00
Krunoslav Zaher
9d892bf14c
Adds CONTRIBUTING.md.
2015-05-19 20:46:37 +02:00
Krunoslav Zaher
ff28fbee48
Adds proper attribution to Rx Logo and license (at least I think it does) . Sry guys.
2015-05-19 20:44:29 +02:00
Krunoslav Zaher
626e38c439
Start of proper documentation.
2015-05-19 20:44:08 +02:00
Krunoslav Zaher
b7ffeff9a0
Adds OSX methods and extracts detailed examples.
2015-05-19 20:32:00 +02:00
Krunoslav Zaher
7724976cba
Adds prerelease tests.
2015-05-19 20:31:21 +02:00
Krunoslav Zaher
bf4fc86d12
Moves RxCocoa common files to common folder.
2015-05-17 23:26:49 +02:00
Krunoslav Zaher
1267b17f79
Replaces swift tests with bash pre release script.
2015-05-17 21:48:38 +02:00
Krunoslav Zaher
6e350f1114
Fixes for unit test configurations and adds pre release tests.
2015-05-17 20:39:15 +02:00
Krunoslav Zaher
6a3cf2d759
Fixes OSX unit test loading.
2015-05-17 19:45:03 +02:00
Krunoslav Zaher
56834c2dd2
Reactores project and creates separate targets for iOS and OSX.
2015-05-17 19:07:24 +02:00
Krunoslav Zaher
15f1598eb8
Merge pull request #9 from carlosypunto/exampleCorrections
...
Reducing the complexity of the examples with singleton and pipelines in new lines
2015-05-14 20:04:22 +02:00
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