Commit Graph

1326 Commits

Author SHA1 Message Date
Krunoslav Zaher 8bf939d17d Merge pull request #601 from monotonique/fix_link
Fixed Link to Dicision Tree
2016-04-07 12:39:05 +02:00
Krunoslav Zaher 837e9e7a69 Merge pull request #602 from 53ningen/feature/comment
fixed a comment
2016-04-07 12:34:48 +02:00
gomi_ningen f72c4d604f fixed a comment 2016-04-06 14:21:07 +09:00
Krunoslav Zaher 5c1adf29df Small fix for Tips.md 2016-04-05 21:53:11 +02:00
Krunoslav Zaher 7773d2828e Merge pull request #593 from kkdevenda/develop
Removed ambiguity in the documentation of 'value' property
2016-04-02 17:43:55 +02:00
krishna a2edb47807 Removed ambiguity in the documentation of 'value' property 2016-04-02 19:46:13 +05:30
Krunoslav Zaher 890fc04106 Merge pull request #587 from chanelten/remove_compiler_warnings
Remove compiler warnings
2016-03-31 00:01:54 +02:00
Krunoslav Zaher 7ad3365296 Merge pull request #585 from pixyzehn/feature/fix-getting-started-text
Use 'Completed' instead of 'Complete'
2016-03-30 23:13:08 +02:00
Alexander I. Kovács a30288e5f9 Disable bitcode for test targets
Setting ENABLE_BITCODE to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:

ld: warning: Auto-Linking supplied '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
2016-03-30 18:07:55 +09:00
Alexander I. Kovács a5c9e6ad65 Do not require application extension API only for test targets
Setting APPLICATION_EXTENSION_API_ONLY to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:

ld: warning: linking against a dylib which is not safe for use in application extensions: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest
2016-03-30 18:07:38 +09:00
Nagasawa Hiroki 8a1e87e6b8 Use 'Completed' instead of 'Complete' 2016-03-29 18:56:11 +09:00
Krunoslav Zaher 7dffae6dc8 Merge pull request #578 from tarunon/feature/drive_to_variable
Adding drive to Variable operator to Driver
2016-03-28 22:11:50 +02:00
Krunoslav Zaher dc4857252b Merge pull request #581 from bricklife/rendering-playgrounds
Turns on 'Render Documentation' for playgrounds again
2016-03-28 19:54:01 +02:00
Krunoslav Zaher 1615ab88f3 Merge pull request #582 from kkdevenda/master
Documentation for skipUntil corrected
2016-03-28 19:53:40 +02:00
Krishna 5a112ed064 Documentation for skipUntil corrected
It seems a copy paste error as documentation for both `skipUntil` and `takeUntil` was same.
I have corrected the documentation for `skipUntil` keeping `takeUntil` intact.
2016-03-28 16:49:07 +05:30
Shinichiro Oba c2ab272cc7 Turns on 'Render Documentation' for playgrounds. 2016-03-28 11:46:43 +09:00
Krunoslav Zaher 6292a3303a Merge pull request #556 from sergdort/rx_search_controller_delegate_proxy
Added reactive extensions for UISearchController
2016-03-27 20:23:57 +02:00
Krunoslav Zaher 157d7f1328 Merge pull request #577 from fantattitude/patch-2
Markdown typo on Why.md
2016-03-26 11:32:24 +01:00
tarunon 1570dc70c5 adding drive to variable operator to Driver 2016-03-26 00:26:24 +09:00
Vivien Leroy e0e113f969 Markdown typo on Why.md
Sentence was not bold because of space after the two stars
2016-03-25 15:24:42 +01:00
Krunoslav Zaher 1ed2daed68 Merge pull request #569 from ejensen/typos
Typo fixes
2016-03-23 23:07:50 +01:00
Krunoslav Zaher 4568ac6592 Merge pull request #570 from ejensen/mixed-tabs
Correct mixed indentation
2016-03-23 22:55:30 +01:00
Eric Jensen 9899bd7d39 Use modern dictionary syntax 2016-03-22 20:12:06 -07:00
Eric Jensen ddf9cdd33f Correct typos 2016-03-22 20:10:44 -07:00
Eric Jensen 2b0dd31a9f Correct mixed indentation by replacing tabs with spaces 2016-03-22 20:04:39 -07:00
George Lin 4a37077db1 Fixed Link to Dicision Tree
- removed a redundant parenthesis
2016-03-23 10:48:12 +08:00
sergdort 2f16a4faa7 Adds reactive extensions for UISearchController and tests to cover them 2016-03-22 16:50:07 +02:00
Krunoslav Zaher 6df77da474 Updates `CHANGELOG.md` with 2.3.1 release. 2016-03-22 13:32:18 +01:00
Krunoslav Zaher 5dfab9ca70 Removes wrong condition from unit tests. 2016-03-22 13:32:03 +01:00
Krunoslav Zaher c136ce57e6 Updates release notes. 2016-03-22 12:23:03 +01:00
Krunoslav Zaher 5d004eeb4f Release 2.3.1 2016-03-22 12:21:05 +01:00
Krunoslav Zaher bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Krunoslav Zaher c234adb9d7 Fixes compilation problems with 9.3 runtime. 2016-03-22 11:44:46 +01:00
Krunoslav Zaher 65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Krunoslav Zaher 834cd872f5 Updates data sources. 2016-03-22 11:20:10 +01:00
Krunoslav Zaher 9e8bb711ab Merge pull request #566 from koke/associatedtype
Use new associatedtype syntax
2016-03-22 11:10:35 +01:00
Jorge Bernal eddbd23aa5 Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Krunoslav Zaher 4df2711aee Updates travis to xcode7.3 image. 2016-03-22 10:18:01 +01:00
Krunoslav Zaher 1c628486c8 Merge branch 'xcode/7.3' into develop 2016-03-22 10:17:08 +01:00
Yosuke Ishikawa 24af30f32a Workaround for segmentation fault in CurrentThreadScheduler.schedule() 2016-03-22 10:14:53 +01:00
Douglas Heriot 6cd3d53b4b Change anyGenerator to AnyGenerator for Swift 2.2 (Xcode 7.3) 2016-03-22 10:14:53 +01:00
Jorge Bernal e5be80763d Use StaticString for file in XCTest helpers 2016-03-22 10:14:53 +01:00
Krunoslav Zaher 5bc22a1f9c Merge pull request #561 from chipp/develop
Make ScheduledDisposable initializer public
2016-03-22 10:02:37 +01:00
Vladimir Burdukov 7a561b402c Make ScheduledDisposable initializer public 2016-03-21 08:19:14 +03:00
Krunoslav Zaher 966734d9d7 Updates `CHANGELOG.md`. 2016-03-18 23:08:52 +01:00
Krunoslav Zaher 40e2d4a086 Merge branch 'dakeshi-issue-553' into develop 2016-03-18 22:41:07 +01:00
Krunoslav Zaher 70bdd79d68 Merge branch 'issue-553' of https://github.com/dakeshi/RxSwift into dakeshi-issue-553 2016-03-18 22:40:44 +01:00
Krunoslav Zaher d301a5bc2a Merge pull request #558 from rasad88/patch-1
Add Carthage compatibility badge
2016-03-18 22:29:02 +01:00
rasad88 e8530fffcb Add Carthage compatibility badge 2016-03-17 14:35:23 -07:00
Krunoslav Zaher 20113e40b0 Merge remote-tracking branch 'origin/develop' into develop 2016-03-17 11:15:53 +01:00