Commit Graph

2807 Commits

Author SHA1 Message Date
Krunoslav Zaher
81066514fe
Renames Publisher to Signal. 2017-08-27 19:17:17 +02:00
Vinícius Soares
1949433701 Add XCTAssertEqual to support recorded events with optional elements 2017-08-27 11:43:40 -03:00
Vinícius Soares
aeab76a938 Add missing tests 2017-08-27 11:43:40 -03:00
Vinícius Soares
ec7e9527c2 Merge first and firstOrError operators.
The new operator returns an optional value.
2017-08-27 11:43:40 -03:00
Vinícius Soares
d4a30201a9 Add first and firstOrError operators to ObservableType. 2017-08-27 11:43:40 -03:00
Krunoslav Zaher
493cce41ea
Merge branch 'publisher' of https://github.com/DenHeadless/RxSwift into DenHeadless-publisher 2017-08-27 15:16:33 +02:00
Krunoslav Zaher
fdc194b001
Fixes typos. 2017-08-23 01:10:00 +02:00
Stewart Gleadow
4469683446 Add inline comment describing the MaterializedSequenceResult enum type 2017-08-23 01:08:36 +02:00
Stewart Gleadow
1b9962b817 Fixed typo in documentation, and added example for successful case 2017-08-23 01:08:36 +02:00
Stewart Gleadow
cdc8f59cc7 Added new materialize() operator to CHANGELOG 2017-08-23 01:08:36 +02:00
Shai Mishali
f2180b8844 Some more minor cleanups around RxBlocking docs 2017-08-23 01:08:36 +02:00
Shai Mishali
d13751d529 Some minor updates to UnitTests.md introducing the materialize() operator 2017-08-23 01:08:36 +02:00
Stewart Gleadow
5724db0e1c Added new unit test cases to main.swift 2017-08-23 01:08:36 +02:00
Stewart Gleadow
45989e8701 Added materialize result examples to README 2017-08-23 01:08:36 +02:00
Stewart Gleadow
9d33b6d51b Rename SequenceMaterializedResult to MaterlializedSequenceResult 2017-08-23 01:08:36 +02:00
Stewart Gleadow
e96ed76729 Internal materialize method rename to better capture what it does 2017-08-23 01:08:36 +02:00
Stewart Gleadow
0a7a96053c Expose and test materialize to SequenceMaterializeResult operator 2017-08-23 01:08:36 +02:00
Stewart Gleadow
e4f719ec01 Introduce and use SequenceMaterializeResult type internally
- all existing tests still valid and pass
2017-08-23 01:08:36 +02:00
sergdort
072c20600d Add timeout operator on all traits 2017-08-21 21:58:58 +01:00
Krunoslav Zaher
16083c30eb
Fixes issues with Carthage + xcodebuild hangs. 2017-08-20 20:01:03 +02:00
Krunoslav Zaher
ee9507d7e4
Release 4.0.0-alpha.1 2017-08-20 19:25:27 +02:00
sergdort
0ca7f2c3ca Move appropriate operators to correct traits 2017-08-20 13:58:56 +01:00
sergdort
7b9a3217a1 Move Traits in separate file 2017-08-20 13:58:39 +01:00
tarunon
496a3d2bb1 Merge DelegateProxyProtocol and DelegateProxyType 2017-08-19 11:10:47 +09:00
tarunon
098c1564d7 using static func knownImplementations instead of optional arguments extends 2017-08-19 10:57:01 +09:00
tarunon
508c68f2c1 refactoring: renaming some of type, functions, fix typo. 2017-08-19 10:46:17 +09:00
Krunoslav Zaher
4e7a028cc2
Fixes gesture recognizer extensions crash. #1382 2017-08-16 23:24:32 +02:00
Krunoslav Zaher
22f464741c
Fixes string deprecation warnings. 2017-08-16 23:00:32 +02:00
Krunoslav Zaher
5dfd4768d4
Fixes XCTest deprecation warnings. 2017-08-16 22:52:52 +02:00
Krunoslav Zaher
4b7d1efb25
Merge branch 'master' into swift4.0 2017-08-16 22:45:31 +02:00
Krunoslav Zaher
f1e215a3fe
Adds onSubscribed to do operator on SharedSequence. 2017-08-16 22:21:05 +02:00
Shai Mishali
a538713cd9 Merge pull request #1381 from ha1f/fix/refcountUrl
fix url typo of refCount
2017-08-16 10:49:04 +03:00
ha1f
924284a0cf fix url typo of refCount 2017-08-16 11:18:24 +09:00
tarunon
af188fb89c Implement Generics parameter for DelegateProxy 2017-08-15 17:17:47 +09:00
Krunoslav Zaher
99a753396a
Merge branch 'irace-swift4.0' into swift4.0 2017-08-13 17:16:39 +02:00
Krunoslav Zaher
d4ed2de46c
Adds version guards for DispatchQueueConfiguration. 2017-08-13 16:56:52 +02:00
Krunoslav Zaher
8647c06267
Merge branch 'swift4.0' of https://github.com/irace/RxSwift into irace-swift4.0 2017-08-13 14:34:40 +02:00
Krunoslav Zaher
4406625344
Upgrades Swift version. 2017-08-12 12:15:31 +02:00
Krunoslav Zaher
2b8fe5fd98 Xcode 8.2 fixes. 2017-08-11 22:15:21 +02:00
Krunoslav Zaher
ac2c73351a Updates tests. 2017-08-11 22:15:21 +02:00
Krunoslav Zaher
0352f7fe8d Deprecates skipWhileWithIndex, takeWhileWithIndex, flatMapWithIndex, mapWithIndex. 2017-08-11 22:15:21 +02:00
Krunoslav Zaher
cd916b59e3 Adds enumerated operator. 2017-08-11 22:15:21 +02:00
Krunoslav Zaher
82411a776e
Improves schedulerRelative cancel unit test. 2017-08-10 22:24:22 +02:00
Bryan Irace
318e6eba31 Fix two Xcode 9 beta 5 warnings 2017-08-10 11:17:44 -04:00
Shai Mishali
60c9c1e01d Merge pull request #1374 from AliSoftware/patch-3
Fix wrong release links in CHANGELOG
2017-08-10 17:44:27 +03:00
AliSoftware
060f2d9d94 Fix wrong release links in CHANGELOG 2017-08-10 16:38:59 +02:00
Zmicier Zaleznicenka
7457bb3e83 Updates changelog. #1365 2017-08-10 11:07:39 +02:00
Zmicier Zaleznicenka
fbd4511faa Add tests for missing UIScrollViewDelegate wrapper. #1365 2017-08-10 11:07:39 +02:00
Zmicier Zaleznicenka
f9405a5e92 Add missing UIScrollViewDelegate wrapper. #1365 2017-08-10 11:07:39 +02:00
Luo Jie
441ac9b01c Fix small mistake. 2017-08-09 18:05:18 +02:00