File tree
8 files changed
+26
-16
lines changed- Carthage/Checkouts
- ReusableView.xcodeproj
8 files changed
+26
-16
lines changedDiff for: .swift-version
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Diff for: .travis.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: Cartfile.resolved
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Diff for: Carthage/Checkouts/RxSwift
- CHANGELOG.md+16-1
- Documentation/ComparisonWithOtherLibraries.md+3-3
- Documentation/DesignRationale.md+3-3
- Documentation/Examples.md+15-13
- Documentation/GettingStarted.md+11-70
- Documentation/Migration.md-26
- Documentation/Subjects.md+11
- Documentation/Tips.md+3-3
- Documentation/Traits.md+43-33
- Documentation/UnitTests.md+20
- Rx.playground/Pages/Combining_Operators.xcplaygroundpage/Contents.swift+4-4
- Rx.playground/Pages/Debugging_Operators.xcplaygroundpage/Contents.swift+3-3
- Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage/Contents.swift+1-1
- Rx.playground/Pages/Mathematical_and_Aggregate_Operators.xcplaygroundpage/Contents.swift+3-3
- Rx.playground/Pages/Transforming_Operators.xcplaygroundpage/Contents.swift+12-8
- Rx.playground/Pages/Working_with_Subjects.xcplaygroundpage/Contents.swift-16
- Rx.xcodeproj/project.pbxproj+8
- RxBlocking.podspec+1-1
- RxBlocking/Info.plist+1-1
- RxCocoa.podspec+1-1
- RxCocoa/Common/ControlTarget.swift+6-1
- RxCocoa/Deprecated.swift+7-2
- RxCocoa/Foundation/KVORepresentable+CoreGraphics.swift+1-1
- RxCocoa/Info.plist+1-1
- RxCocoa/RxCocoa.swift+1-1
- RxCocoa/Traits/Driver/Driver+Subscription.swift+5-5
- RxCocoa/Traits/PublishRelay.swift+1-1
- RxCocoa/Traits/Signal/Signal+Subscription.swift+26-4
- RxCocoa/iOS/NSTextStorage+Rx.swift+4
- RxCocoa/iOS/UIButton+Rx.swift+4
- RxCocoa/iOS/UIControl+Rx.swift+6-2
- RxCocoa/iOS/UITableView+Rx.swift+4-32
- RxExample/RxExample.xcodeproj/project.pbxproj+3-3
- RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift+8-8
- RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositories.swift+1-9
- RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift+3-3
- RxExample/RxExample/Examples/macOS simple example/IntroductionExampleViewController.swift-1
- RxExample/RxExample/Info-iOS.plist+2
- RxExample/RxExample/Operators.swift+17-18
- RxExample/RxExample/Services/ActivityIndicator.swift+4-4
- RxSwift.podspec+1-1
- RxSwift/Disposables/DisposeBag.swift+33-3
- RxSwift/Extensions/Bag+Rx.swift+6-18
- RxSwift/Info.plist+1-1
- RxSwift/ObservableType+Extensions.swift+55-65
- RxSwift/Observables/Scan.swift+22-3
- RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift+2
- RxSwift/Schedulers/OperationQueueScheduler.swift+7-1
- RxSwift/Schedulers/SerialDispatchQueueScheduler.swift+9
- RxSwift/Traits/ObservableType+PrimitiveSequence.swift+1-1
- RxSwift/Traits/PrimitiveSequence.swift+2-4
- RxSwift/Traits/Single.swift+1-1
- RxTest.podspec+1-1
- RxTest/Info.plist+1-1
- RxTest/XCTest+Rx.swift+41
- Sources/AllTestz/DisposeBagTest.swift+1
- Sources/AllTestz/main.swift+1.2k-1.2k
- Tests/Benchmarks/Benchmarks.swift+26
- Tests/RxCocoaTests/Driver+Test.swift+26-24
- Tests/RxCocoaTests/RxTest+Controls.swift+2-2
- Tests/RxCocoaTests/Signal+Test.swift+43-2
- Tests/RxCocoaTests/UIActivityIndicatorView+RxTests.swift+4-4
- Tests/RxCocoaTests/UIProgressView+RxTests.swift+3-3
- Tests/RxCocoaTests/UIStepper+RxTests.swift+2-2
- Tests/RxCocoaTests/UITableView+RxTests.swift+4-4
- Tests/RxSwiftTests/DisposeBagTest.swift+84
- Tests/RxSwiftTests/Observable+ScanTests.swift+161
- Tests/RxSwiftTests/ObservableType+SubscriptionTests.swift+26
- Tests/RxSwiftTests/SchedulerTests.swift+46
- Tests/RxTest.swift+1
- scripts/common.sh+1-1
- scripts/package-spm.swift+3-2
- scripts/test-linux.sh+1-1
Diff for: ReusableView.podspec
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Diff for: ReusableView.xcodeproj/project.pbxproj
+12-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
372 |
| - | |
| 372 | + | |
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
| 377 | + | |
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
| 615 | + | |
615 | 616 |
| |
616 | 617 |
| |
617 | 618 |
| |
618 | 619 |
| |
619 | 620 |
| |
620 | 621 |
| |
| 622 | + | |
621 | 623 |
| |
622 | 624 |
| |
623 | 625 |
| |
| |||
650 | 652 |
| |
651 | 653 |
| |
652 | 654 |
| |
653 |
| - | |
| 655 | + | |
654 | 656 |
| |
655 | 657 |
| |
656 | 658 |
| |
| |||
666 | 668 |
| |
667 | 669 |
| |
668 | 670 |
| |
| 671 | + | |
669 | 672 |
| |
670 | 673 |
| |
671 | 674 |
| |
672 | 675 |
| |
673 | 676 |
| |
674 | 677 |
| |
| 678 | + | |
675 | 679 |
| |
676 | 680 |
| |
677 | 681 |
| |
| |||
697 | 701 |
| |
698 | 702 |
| |
699 | 703 |
| |
700 |
| - | |
| 704 | + | |
701 | 705 |
| |
702 | 706 |
| |
703 | 707 |
| |
| |||
722 | 726 |
| |
723 | 727 |
| |
724 | 728 |
| |
725 |
| - | |
726 | 729 |
| |
727 |
| - | |
| 730 | + | |
728 | 731 |
| |
729 | 732 |
| |
730 | 733 |
| |
| |||
747 | 750 |
| |
748 | 751 |
| |
749 | 752 |
| |
750 |
| - | |
751 |
| - | |
| 753 | + | |
752 | 754 |
| |
753 | 755 |
| |
754 | 756 |
| |
| |||
777 | 779 |
| |
778 | 780 |
| |
779 | 781 |
| |
780 |
| - | |
| 782 | + | |
781 | 783 |
| |
782 | 784 |
| |
783 | 785 |
| |
| |||
805 | 807 |
| |
806 | 808 |
| |
807 | 809 |
| |
808 |
| - | |
| 810 | + | |
809 | 811 |
| |
810 | 812 |
| |
811 | 813 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments