Commit Graph

1605 Commits

Author SHA1 Message Date
Krunoslav Zaher 95ee9d0de8 Fixes problem with editing UITableView example. #768 2016-07-04 20:55:54 +02:00
Krunoslav Zaher ca831c7321 Updates README with a friendly information about Xcode 8.0 beta. 2016-07-04 07:16:33 +02:00
Krunoslav Zaher 56e09abb11 Fixes problem with Swift 2.3 2016-07-04 07:02:49 +02:00
Krunoslav Zaher 1633a4192e Disables bitcode for RxTests/tvOS because Carthage with Swift 2.3 and Xcode 8.0 fails to compile it. 2016-07-04 06:13:58 +02:00
Krunoslav Zaher f51151c3d2 Fixes RandomAPI response Parsing. 2016-07-04 04:25:21 +02:00
Krunoslav Zaher 2787393621 Fixes for Xcode 7.3.1 2016-07-04 04:06:01 +02:00
Krunoslav Zaher 5c0ce0a1c8 Xcode 8 beta, Swift 2.3 fixes. 2016-07-04 03:35:41 +02:00
Krunoslav Zaher bce72a2617 Fixes headers. 2016-07-04 02:54:32 +02:00
Krunoslav Zaher 68b5ae3e4c Xcode 8.0 fixes. 2016-07-04 02:48:41 +02:00
Krunoslav Zaher f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Krunoslav Zaher 88f718ffc3 Updates latest version of data sources. 2016-07-04 02:06:08 +02:00
Krunoslav Zaher e20ac5fbb7 Adds simple data source usage examples in inline docs. 2016-07-04 01:42:26 +02:00
Krunoslav Zaher 2d50bc135c Fixes compilation for Swift 2.3 compiler. 2016-07-04 01:07:19 +02:00
Krunoslav Zaher 17f8aac437 Removes unit tests failing because of accidentally included plist. 2016-07-04 01:03:13 +02:00
Krunoslav Zaher f95b1ed122 Unit tests, documents and improves data source/delegate interfaces. 2016-07-04 01:02:08 +02:00
Krunoslav Zaher 7e17ca9fde Updates mdast to remark. 2016-07-03 22:03:26 +02:00
Krunoslav Zaher 6b031f97bd Merge branch 'develop' of github.com:ReactiveX/RxSwift into develop 2016-07-03 16:37:32 +02:00
Krunoslav Zaher c0939e1b4e Removes RxExample-no-module scheme. 2016-07-03 16:05:46 +02:00
Krunoslav Zaher e3d2305a8f Fixes building playgrounds. 2016-07-03 13:03:47 +02:00
Krunoslav Zaher 5b95007fba Merge pull request #778 from sunshinejr/feature/equatable_recorded_public
[RxTests] Make equatable operator for Recorded public.
2016-07-03 13:03:09 +02:00
Łukasz Mróz 8989ea3a0a [RxTests] Make equatable Recorded public 2016-07-02 23:04:41 +02:00
Krunoslav Zaher ad96d6b0e1 Merge pull request #777 from baek-jinoo/minor-typo-fix
Minor typo fix
2016-07-01 10:42:21 +02:00
Krunoslav Zaher 5a9771e818 Removes no-module version. 2016-06-30 10:51:05 +02:00
Krunoslav Zaher 62bd1d5498 Fixes all-tests.sh 2016-06-30 10:49:07 +02:00
Krunoslav Zaher bbea37dcda Merge pull request #775 from DouglasHeriot/swift-2.3
Update for Xcode 8, Swift 2.3.
2016-06-30 10:47:47 +02:00
Douglas Heriot 67160ee0dc Put Travis back to Xcode 7.3
Upgrading to 8 requires all .swift build scripts to use Swift 3, which isn't appropriate in this branch.
2016-06-30 00:41:14 +10:00
Douglas Heriot 5a566ae183 Fix RxExample for Xcode 8, Swift 2.3 2016-06-29 22:54:12 +10:00
Krunoslav Zaher e730955869 Merge pull request #770 from tonyarnold/fix/static-analysis-issues
Resolve minor static analysis issues
2016-06-29 13:37:57 +02:00
Tony Arnold 1a289e97fd Add information about resolved static analysis issues in RxCocoa’s Objective-C classes to the changelog 2016-06-29 11:31:21 +10:00
Tony Arnold e4219c8423 Add RX_CATCH_ERROR macro to work around implicit nullable state of NSError parameters in Objective-C methods 2016-06-29 10:59:13 +10:00
Douglas Heriot d48dff3a4f Update for Xcode 8, Swift 2.3.
Bump OSX Deployment Target to 10.10 to avoid libarclite duplicate linking error?
2016-06-29 01:54:19 +10:00
Tony Arnold c50efe34c7 Initialise targetClass to NULL to silence a static analysis issue 2016-06-28 13:17:17 +10:00
Krunoslav Zaher 0815ea5c96 Merge pull request #767 from sora0077/feature/RXDelegateProxy_weak
Change _forwardToDelegate to weak reference
2016-06-27 17:21:24 +02:00
林達也 fc0fdb4850 Change _forwardToDelegate to weak reference 2016-06-27 23:31:38 +09:00
Krunoslav Zaher 7089f6d7de Fixes .travis.yml 2016-06-26 15:03:24 +02:00
Krunoslav Zaher f72cc12b94 Improves CONTRIBUTING.md 2016-06-26 14:59:45 +02:00
Krunoslav Zaher 37560a734e Moves issue template to root. 2016-06-26 14:53:12 +02:00
Krunoslav Zaher 933cb02cb0 Adds `UIButton.setTitle` extensions to tvOS. 2016-06-26 14:37:10 +02:00
Krunoslav Zaher 7a15347943 Adds UIButton.setTitle(:forState:) extensions. 2016-06-24 23:11:08 +02:00
baek-jinoo 8ce99d1219 Minor typo fix 2016-06-20 17:45:37 -07:00
Krunoslav Zaher 9b1583f2e3 Merge pull request #751 from brentleyjones/swift-rand
Replace `rand` with `arc4random`
2016-06-17 12:15:28 +02:00
Brentley Jones 079ab269c0 Replace `rand` with `arc4random`
Swift 2.3 won't compile with `rand`.
2016-06-16 16:04:25 -07:00
Krunoslav Zaher 8797a05a0e Improves `drive` documentation. 2016-06-15 23:05:21 +02:00
Krunoslav Zaher 95900ef394 Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-06-15 22:40:47 +02:00
Krunoslav Zaher 390e0d79e5 Merge pull request #742 from mattfenwick/patch-1
copy edit Schedulers.md
2016-06-14 23:58:53 +02:00
Krunoslav Zaher 087456aed3 Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-06-14 23:46:47 +02:00
Krunoslav Zaher 96b269dc5f Documents `<->` internals better. 2016-06-14 23:44:44 +02:00
Matt Fenwick c038e7bb84 fix sentence structure 2016-06-14 10:35:36 -05:00
Matt Fenwick 9fed8676aa copy edit Schedulers.md 2016-06-14 10:14:43 -05:00
Krunoslav Zaher d59b050eda Merge pull request #738 from solidcell/update-jazzy-docs
Add a script that updates RxSwift jazzy docs
2016-06-13 14:05:00 +02:00