Commit Graph

31 Commits

Author SHA1 Message Date
yury cbdf027d3d Add SkipWhile operator 2015-10-12 11:59:20 +03:00
yury c524c8a6ce Include SkipUntil.swift in RxSwift-watchOS target 2015-10-08 16:07:46 +03:00
yury 5bbd23e64f Add SkipUntil ohter and SkipUnit time rx operators 2015-10-08 15:32:26 +03:00
Krunoslav Zaher ab2eb821f7 Replaces linking with libraries with target dependencies. 2015-10-03 20:24:25 +02:00
Krunoslav Zaher e2aa73e4b3 Fixes xcode warnings. 2015-10-02 21:21:44 +02:00
Krunoslav Zaher 5cbd72c0e4 Fixes targeted device family. 2015-10-02 11:33:05 +02:00
Krunoslav Zaher fcdcd0d510 Fixes bitcode. 2015-10-01 22:13:05 +02:00
Krunoslav Zaher ebdb5bca9e Removes deadfiles and enables bitcode. 2015-10-01 22:01:04 +02:00
Krunoslav Zaher a206e3d3a5 Renames product name. 2015-10-01 21:02:15 +02:00
Krunoslav Zaher 059e3ca3ab Adds watchOS targets and at least tests building targets. 2015-09-30 14:02:41 +02:00
yury 4823443a9b Add tvOS targets 2015-09-28 23:03:59 +03:00
Krunoslav Zaher 46fdd3e9fc Removes embedding of Swift framework. 2015-09-26 00:50:43 +02:00
tokorom ab954ddd51 Add UIStepper+Rx 2015-09-25 13:05:51 +09:00
Krunoslav Zaher 880c777a80 Adds `repeatElement` operator. 2015-09-13 15:35:48 +02:00
Krunoslav Zaher 4695ab9de7 Adds `range` operator. 2015-09-13 14:54:47 +02:00
Krunoslav Zaher ebe338675c Adds `buffer` operator, tidy up for `Disposables`. 2015-09-13 13:13:08 +02:00
Krunoslav Zaher 9ac1ade696 Cleanup of observers and improvements to disposable locking performance. 2015-09-12 14:15:42 +02:00
Krunoslav Zaher 0e45753e49 Implements generate operator, and improves Scheduler namings. 2015-09-12 13:16:39 +02:00
Krunoslav Zaher c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher a4219416cd Introduces new units `ControlProperty` and `ControlEvent`. 2015-08-31 22:01:07 +02:00
Krunoslav Zaher 6ac94ea5b6 Scheduler revamp (moving towards protocol extensions), internal optimizations, interface cleanup. 2015-08-31 10:59:37 +02:00
Krunoslav Zaher 1f0f5b9788 Adds collection version of `zip`. 2015-08-30 18:51:53 +02:00
Krunoslav Zaher 8e16a8fad4 Adds collection version of `combineLatest`. 2015-08-30 17:49:35 +02:00
Leonard 697ebbc5ae Project updated with new RxBlocking Info.plist 2015-08-29 13:10:02 +02:00
Leonard 23dacf919a Added missing Info.plist to targets
Fixes #40
Fixes #106
2015-08-29 12:45:51 +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 dc18c5f43f Removes resources from output. 2015-08-26 22:44:25 +02:00
Krunoslav Zaher 2f306c5300 Fixes target linkages. 2015-08-24 01:19:34 +02:00
Krunoslav Zaher 9c893e75f4 Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`. 2015-08-24 00:06:52 +02:00
Krunoslav Zaher f9d9c12a5c Unit test pass and all of the bugs are fixed. 2015-04-08 00:28:38 +02:00
Krunoslav Zaher 7a5bb82ce4 Initial Commit 2015-02-08 17:56:32 +01:00