Commit Graph

1306 Commits

Author SHA1 Message Date
Krunoslav Zaher 97bde4c08f Fixes problem with releasing data source on sequence terminating. 2015-07-21 20:31:17 +02:00
Krunoslav Zaher 08f4140981 Merge pull request #64 from tokorom/add-uitextview-rx
Add UITextView+Rx
2015-07-18 23:23:27 +02:00
tokorom 92cb0ce4e2 Add UITextView+Rx 2015-07-19 06:07:14 +09:00
Krunoslav Zaher 3bcef62f42 Fixes hotness of search bar rx_searchText. 2015-07-13 22:40:13 +02:00
Krunoslav Zaher a9e51abfd2 Release 1.8 2015-07-12 21:50:31 +02:00
Krunoslav Zaher e9514e8725 Pre release polish. 2015-07-12 21:49:15 +02:00
Krunoslav Zaher d756e0a08e Adds carthage installation options. 2015-07-12 21:28:06 +02:00
Krunoslav Zaher c2febe7626 Adds RxBlocking podspec. 2015-07-12 21:13:38 +02:00
Krunoslav Zaher d6f35e69bb Small fixes. 2015-07-12 21:06:44 +02:00
Krunoslav Zaher c1c974f13d Updates documentation. 2015-07-12 20:52:51 +02:00
Krunoslav Zaher 4e59fa86af Updates documentation and adds RxTarget. 2015-07-12 19:45:01 +02:00
Krunoslav Zaher 9f613c5a7e Merge branch 'feature/blocking' into develop 2015-07-12 18:48:46 +02:00
Krunoslav Zaher e6481c21bb Merge pull request #55 from kzaher/feature/weak-kvo
Feature/weak kvo
2015-07-12 18:48:30 +02:00
Krunoslav Zaher ef36901cff Adds blocking operators. 2015-07-12 18:44:56 +02:00
Krunoslav Zaher fa5d9ec97e Fixes build for all schemes. 2015-07-12 16:07:40 +02:00
Krunoslav Zaher 53bd68f5ba Additional kvo and dealloc tests. 2015-07-12 14:31:58 +02:00
Krunoslav Zaher 56cc53375d Adds weak observing. 2015-07-12 14:31:15 +02:00
Krunoslav Zaher 3cb634f7a3 Removes dummy file. 2015-07-12 14:30:53 +02:00
Krunoslav Zaher d55f286243 Adds deallocated observable and improves KVO with non retained targets. 2015-07-12 14:30:53 +02:00
Krunoslav Zaher 51ea96f7e5 Share schemes. 2015-07-11 23:07:58 +02:00
Krunoslav Zaher e35a5d7f6e Merge pull request #52 from carlosypunto/feature/wrappersForCocoaAPIS
several Cocoa API wrappers
2015-07-10 10:49:49 +02:00
Carlos García 9cb8780d95 some fixes and polished 2015-07-10 09:36:43 +02:00
Carlos García 1bc5db4f5d several fixes and example
- CLLocationManager+Rx fixed
- UIDatePicker+Rx fixed
- RxExaples added
2015-07-09 19:32:22 +02:00
Carlos García 07ee6bf77e several Cocoa API wrappers 2015-07-08 23:48:14 +02:00
Krunoslav Zaher a83fe0259e Merge branch 'master' into develop 2015-07-06 12:01:36 +02:00
Krunoslav Zaher 0b9331c678 Updates roadmap url. 2015-07-06 12:01:14 +02:00
Krunoslav Zaher 420b6809d4 Added test for rxError bug. 2015-07-06 09:54:26 +02:00
Krunoslav Zaher 2f697fe5d4 Additional unit test for DelegateProxy. 2015-07-06 09:40:03 +02:00
Krunoslav Zaher 72dea72186 Fixes warning. 2015-07-05 23:17:40 +02:00
Krunoslav Zaher f9f76630ec Release 1.7 2015-07-05 22:44:56 +02:00
Krunoslav Zaher fe84c223e5 Adds RxDataSourceKit documentation. 2015-07-05 20:33:14 +02:00
Krunoslav Zaher 2b943749fb Adds delegate proxy tests. 2015-07-05 20:14:10 +02:00
Krunoslav Zaher 8683b6a883 Added ConcurrentDispatchQueue scheduler. 2015-07-05 19:17:29 +02:00
Krunoslav Zaher d5c977109a Update documentation and polishing. 2015-07-05 18:40:06 +02:00
Krunoslav Zaher dc262916ec More polishing. 2015-07-05 13:33:14 +02:00
Krunoslav Zaher 327f82355e Further simplifications. 2015-07-05 13:33:14 +02:00
Krunoslav Zaher 1f6df23810 Simplifies data sources and delegates. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher ede99d27d1 Added collection view integration. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher a3ffa9fc80 RxCocoa revamp. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher abc45b758a Merge pull request #44 from ashfurrow/uicontrol-enabled
Added rx_subscribeEnabledTo to UIControl
2015-07-04 22:12:32 +02:00
Ash Furrow 9c67d967e1 Added rx_subscribeEnabledTo to UIControl. 2015-07-04 11:51:38 -04:00
Krunoslav Zaher 09dea7d387 Merge pull request #41 from carlosypunto/more-playgrounds
Subjects playground
2015-06-27 02:44:10 +02:00
Carlos García a4fe7475e9 Merge branch 'develop' of https://github.com/kzaher/RxSwift into more-playgrounds
# Conflicts:
#	Playgrounds/Introduction.playground/timeline.xctimeline
#	Playgrounds/ObservablesOperators/Observables+Connectable.playground/Contents.swift
#	Playgrounds/ObservablesOperators/Observables+Connectable.playground/contents.xcplayground
2015-06-27 02:37:40 +02:00
Carlos García e523e9ffa3 corrections in playgrouds 2015-06-27 02:33:04 +02:00
Krunoslav Zaher 28ddb7e7f1 Merge pull request #39 from carlosypunto/develop
use ReplaySubject in Playgrounds
2015-06-26 10:38:18 +02:00
Carlos García 338a4de26b use ReplaySubject in Playgrounds 2015-06-26 01:36:29 +02:00
Krunoslav Zaher c314cf9417 Fixes problem with ReplaySubject location. 2015-06-25 20:53:44 +02:00
Krunoslav Zaher 9b722b81c9 Renames Subject to PublishSubject and moves ReplaySubject to Subjects directory. 2015-06-25 16:18:21 +02:00
Krunoslav Zaher 4547127ae6 Adds skip operator. 2015-06-25 16:15:39 +02:00
Krunoslav Zaher 6628516fa8 Merge pull request #37 from carlosypunto/more-playgrounds
More playgrounds
2015-06-24 10:21:04 +02:00