Commit Graph

432 Commits

Author SHA1 Message Date
Kyle Fang
eb168316c0 Add Data to Error Response 2015-09-20 17:12:52 +08:00
Krunoslav Zaher
2c4ee7137b Turns on rendered markup for playgrounds. 2015-09-13 16:28:51 +02:00
Krunoslav Zaher
428cc453bb Release 2.0.0-alpha.3 2015-09-13 16:15:52 +02: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
cf53818605 Adds travis slack integration. 2015-09-12 14:44:49 +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
d4b39565c8 Fixes unused warning. 2015-09-09 12:19:52 +02:00
Krunoslav Zaher
304082289f Merge pull request #129 from ReactiveX/feature/documentation-and-interface-cleanup
Documentation and interface cleanup.
2015-09-09 12:01:27 +02:00
Krunoslav Zaher
15a252e5df Fixes documentation and podspecs. 2015-09-09 11:44:25 +02:00
Krunoslav Zaher
964d44d733 Documentation and interface cleanup. 2015-09-09 11:29:39 +02:00
Krunoslav Zaher
c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher
6139b16ca3 Updates documentation. 2015-09-04 23:15:16 +02:00
Krunoslav Zaher
35eb5e580b Fixes path to playgrounds. 2015-09-03 23:39:54 +02:00
Krunoslav Zaher
fb7576fc9c Improves concurrency tests. 2015-09-02 08:35:05 +02:00
Krunoslav Zaher
9647683d3d Adds dependancy on alpha version. 2.0-alpha.1 2015-09-01 13:55:52 +02:00
Krunoslav Zaher
0178c0fb1c Adds availability for OSX 10.10 2015-09-01 13:55:37 +02:00
Krunoslav Zaher
fa6f4a8412 Increases timing flexibility because of build server. 2015-09-01 13:21:05 +02:00
Krunoslav Zaher
1a59524fc9 Fixes URLs in README.md 2015-09-01 13:19:28 +02:00
Krunoslav Zaher
c530c746bd Adds embedded frameworks. 2015-09-01 13:08:55 +02:00
Krunoslav Zaher
b7e8592ea3 Small fixes for README.md 2015-09-01 13:02:01 +02:00
Krunoslav Zaher
12089a017c Moves from send* to .on 2015-09-01 12:54:44 +02:00
Krunoslav Zaher
a6211a121e Updates documentation. 2015-09-01 12:21:06 +02:00
Krunoslav Zaher
4d7bce3a6d Merge pull request #119 from ReactiveX/feature/cocoa-new-names
New names and more readable bindings for RxCocoa project
2015-08-31 22:01:23 +02:00
Krunoslav Zaher
a4219416cd Introduces new units ControlProperty and ControlEvent. 2015-08-31 22:01:07 +02:00
Krunoslav Zaher
fbe038fcb2 Fixes small leaks in RxExample app. 2015-08-31 12:08:41 +02:00
Krunoslav Zaher
85a9dd16b6 Sets Quick unit test mode as default. 2015-08-31 11:23:12 +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
Krunoslav Zaher
d8b345fca9 Adds quick test to pre-release-tests.sh. 2015-08-29 21:21:36 +02:00
Krunoslav Zaher
5608b08f01 Makes flatMap more general. Small naming fixes. 2015-08-29 20:44:55 +02:00
Krunoslav Zaher
b47255e935 Merge pull request #118 from lfaoro/rxswift-2.0
Added missing Info.plist to targets
2015-08-29 13:15:13 +02:00
Leonard
697ebbc5ae Project updated with new RxBlocking Info.plist 2015-08-29 13:10:02 +02:00
Leonard
8383b40251 RxBlocking now has its own Info.plist
Before RxBlocking was sharing RxCocoa’s Info.plist
2015-08-29 13:09:35 +02:00
Leonard
23dacf919a Added missing Info.plist to targets
Fixes #40
Fixes #106
2015-08-29 12:45:51 +02:00
Krunoslav Zaher
6ee66a1ce1 Merge pull request #116 from ikesyo/remove-box-references
Remove Box references in enums
2015-08-28 11:52:54 +02:00
Syo Ikeda
246f5144a8 Preserve RxBox at the moment 2015-08-28 18:08:23 +09:00
Krunoslav Zaher
4c985476f9 Merge pull request #117 from ikesyo/remove-makeOptional
makeOptional seems to be not needed
2015-08-28 10:22:56 +02:00
Syo Ikeda
76b81cf5e1 Pass initializer directly 2015-08-28 16:41:27 +09:00
Syo Ikeda
58f31f078a makeOptional seems to be not needed
`Optional.init()` can be used instead.
2015-08-28 16:37:46 +09:00
Syo Ikeda
6ba4aead54 Remove RxBox type 2015-08-28 16:14:33 +09:00
Syo Ikeda
77fc2b422d Remove Box references in enums
Those are not used/necessary any more in Swift 2.
2015-08-28 16:08:52 +09:00
Krunoslav Zaher
b89141d0cb Fix for Xcode7 build server. 2015-08-27 23:20:40 +02:00
Krunoslav Zaher
47113d7743 Merge pull request #113 from ReactiveX/feature/rxswift-2.0-operator-renames
Feature/rxswift 2.0 operator renames
2015-08-27 09:30:57 +02:00
Krunoslav Zaher
4dc841415b Merge pull request #114 from ikesyo/mainscheduler-static-property
Use static property for sharedInstance in MainScheduler
2015-08-27 09:29:12 +02:00
Syo Ikeda
680ddcc95a Use static property for sharedInstance in MainScheduler 2015-08-27 11:05:16 +09: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