Krunoslav Zaher
942c78171b
Merge branch 'develop' of github.com:kzaher/RxSwift into develop
2015-05-26 21:38:24 +02:00
Krunoslav Zaher
b057bd1aab
Adds slack channel.
2015-05-26 21:38:00 +02:00
Krunoslav Zaher
dc7dd7b8a1
Merge pull request #19 from carlosypunto/example-function-in-playground
...
example-function-in-playground
2015-05-26 15:00:48 +02:00
Carlos García
566f9c95a6
return carriage added
2015-05-26 12:28:42 +02:00
Carlos García
5563acfc1e
example-function-in-playground
2015-05-26 12:21:32 +02:00
Krunoslav Zaher
befa20293a
Merge pull request #16 from dtartaglia/develop
...
A little more work on the playground.
2015-05-26 10:48:19 +02:00
Daniel Tartaglia
3576b38c4c
Merge remote-tracking branch 'upstream/develop' into develop
...
lop
2015-05-24 20:51:24 -04:00
Daniel Tartaglia
5de49b1d4d
Add 'aggregate' function and spelling corrections.
2015-05-24 20:36:28 -04:00
Daniel Tartaglia
5de4a0fc88
Fix some spelling errors.
2015-05-24 19:48:03 -04:00
Krunoslav Zaher
0594b0cdd7
Release 1.4
2015-05-25 01:10:43 +02:00
Krunoslav Zaher
d6acb4d8d3
Adds new extensions.
2015-05-25 01:07:04 +02:00
Krunoslav Zaher
ba947464ca
Merge pull request #12 from dtartaglia/develop
...
Create UIControl. Set to handle all possible events. Added OSXPlayground Documentation
2015-05-25 00:54:29 +02:00
Krunoslav Zaher
ace0b01993
Adds slack info and fixes roadmap url.
2015-05-25 00:52:51 +02:00
Krunoslav Zaher
ea1ae3ae86
Merge pull request #13 from bontoJR/develop
...
Added NSSlider for Mac
2015-05-24 23:56:47 +02:00
Daniel Tartaglia
c69d2f7668
Added an OS XPlayground for documentation.
2015-05-24 15:36:31 -04:00
Junior B
46bffd6e44
improvements for NSSlider and numbers handling
2015-05-24 20:54:41 +02:00
Junior B
b6815fbe54
added slider and info textfield in disposable bag
2015-05-24 19:26:34 +02:00
Junior B
2b21f366c3
less verbose code for example
2015-05-24 19:25:11 +02:00
Junior B
967ef872cd
Added rx_valueChange for NSSlider plus example in Mac App
2015-05-24 19:13:12 +02:00
Daniel Tartaglia
6546295ae8
Create UIControl. Set to handle all possible events.
2015-05-23 20:15:15 -04:00
Krunoslav Zaher
c729e9ff09
Adds zip operator.
2015-05-24 01:33:55 +02:00
Krunoslav Zaher
6e5e73ad8a
Adds BehaviorSubject tests.
2015-05-23 20:29:56 +02:00
Krunoslav Zaher
335a43756e
Adds error property to Event.
2015-05-23 20:29:42 +02:00
Krunoslav Zaher
a48397d1f5
Subjects cleanup.
2015-05-23 18:18:30 +02:00
Krunoslav Zaher
d71bb8777e
Fixes examples.
2015-05-23 16:19:19 +02:00
Krunoslav Zaher
1e889a836f
Adds isSuccess and isFailure to RxResult.
2015-05-23 16:19:04 +02:00
Krunoslav Zaher
e1ff7530d9
Removes ObserverOf proxy from sink implementations.
2015-05-23 16:12:24 +02:00
Krunoslav Zaher
57be2a7dca
Replaces Result with new RxResult that is ported Scala `Try` type.
2015-05-23 00:01:36 +02:00
Krunoslav Zaher
bdd221c34a
Fixes small typo in README.md
2015-05-21 21:00:08 +02:00
Krunoslav Zaher
21869bef93
Removes iOS dependancy from podspec.
2015-05-21 20:48:01 +02:00
Krunoslav Zaher
6183eb9876
Release 1.3
2015-05-19 21:28:17 +02:00
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