Commit Graph

663 Commits

Author SHA1 Message Date
freak4pc
b52bb0c5e6 Remove redundant typealiases for Element 2019-04-23 14:24:43 +02:00
freak4pc
4a6b480c70 Fix tests according to E->Element rename 2019-04-23 14:24:43 +02:00
freak4pc
c8a545a687 Deprecate Completable.merge 2019-04-15 23:05:24 +02:00
Krunoslav Zaher
5289de9a1c Fix #1879. 2019-04-15 21:01:46 +02:00
freak4pc
64cd783928 Added Completable.zip tests 2019-04-15 20:34:00 +02:00
Krunoslav Zaher
f962ddd526 Fix invalid logic with zip operator and premature termination. 2019-04-15 20:31:20 +02:00
Krunoslav Zaher
f7571137f1 Update environment. 2019-04-14 16:39:26 +02:00
Krunoslav Zaher
8e0f32060d Fix deprecations. 2019-04-14 16:23:44 +02:00
Krunoslav Zaher
a4ea8e529d Migrates Scheduler API to DispatchTimeInterval and deprecate versions using Foundation.TimeInterval. 2019-04-14 15:44:53 +02:00
freak4pc
2d62dda53d Added tests for RxRelay and RxCocoa multi-observer bind 2019-04-11 21:11:46 +02:00
Krunoslav Zaher
539a3d57e0 Merge branch 'compactMap' of https://github.com/hmlongco/RxSwift into hmlongco-compactMap 2019-04-10 22:17:46 +02:00
Lucas Nelaupe
9759ee104f Return Single trait for toArray() method 2019-04-10 21:56:18 +02:00
freak4pc
f26d0cc264 Update Travis for RxRelay 2019-04-10 21:55:13 +02:00
freak4pc
dee349e6b6 Update tests for Relays 2019-04-10 21:55:13 +02:00
Sergey Slavinsky
1bc0498334 add corresponding 'after' set 2019-04-10 21:48:59 +02:00
Sergey Slavinsky
d0fd2285fd doAfterNext operator like in RxJava 2019-04-10 21:48:59 +02:00
Michael Long
d9e54d3540 Updated tests 2019-04-10 14:11:26 -05:00
Michael Long
74cbd11f56 Add wonderful required copyright line to files - Copyright © 2015 Krunoslav Zaher. All rights reserved. 2019-04-10 09:57:43 -05:00
Michael Long
a3fedf4de0 Fix comment line 2019-04-10 09:55:29 -05:00
Michael Long
1e02a0de8a Add CompactMap and test to RxSwift 2019-04-10 08:31:55 -05:00
freak4pc
02aea6f3b2 Deprecations clean up 2019-04-09 18:46:04 +02:00
freak4pc
bf7d0a8c06 Deprecate RxTest global-scope functions (next, completed, error) 2019-04-09 18:46:04 +02:00
freak4pc
2e90afae2e Deprecate Variable 2019-04-09 18:46:04 +02:00
freak4pc
c3c74ed675 Update Tests to Swift 5 2019-04-07 10:17:49 +02:00
freak4pc
83869e044b Remove RxAtomic leftovers 2019-04-06 20:52:47 +02:00
Krunoslav Zaher
cce95dd704 Fix TSAN issues. 2019-04-01 19:34:02 +02:00
Krunoslav Zaher
30cf72a533 Remove RxAtomic dependency and implement atomic operations by using a NSLock. 2019-03-31 21:49:57 +02:00
Krunoslav Zaher
ce6cf40ad9 Fix indentation. 2019-03-31 21:49:45 +02:00
Krunoslav Zaher
4c4cf933bb Merge branch 'uisearchbar+rx' of https://github.com/TaeJoongYoon/RxSwift into TaeJoongYoon-uisearchbar+rx 2019-03-31 21:43:08 +02:00
Alan Zeino
bd084821c3 Fix Swift 5 compiler #ifdefs 2019-03-26 23:22:15 +01:00
TaeJoong Yoon
7c8154a9f1
Merge branch 'develop' into uisearchbar+rx 2019-03-26 22:20:22 +09:00
TaeJoongYoon
7f3d8e00fa Added UISearchBarDelegate TestCode 2019-03-26 22:16:30 +09:00
Alan Zeino
9aac55ff34 Update for Swift 5 compiler and Xcode 10.2 2019-03-20 07:48:35 +02:00
Krunoslav Zaher
fc6030ea9f Release 4.4.2 2019-03-10 22:44:09 +01:00
freak4pc
ce8e3b2bd0 Make backgroundColor binder optional and add tests 2019-03-10 18:46:33 +01:00
Richard Yu
9d6fa88c10 Ensure running on main thread instead of being called on the main thread 2019-03-09 14:20:34 +01:00
Alexey Potemkin
76e902c3d8 Rewrote 'first' operator tests to use static methods 2019-03-08 22:38:38 +02:00
Alexey Potemkin
eac7083d7b Return 'first' operator 2019-03-08 22:38:38 +02:00
freak4pc
268ccda7c3 Make range support a count of 0 2019-02-07 17:17:38 +01:00
Krunoslav Zaher
65efb404c8 Merge branch 'LucianoPAlmeida-no-sanitize-thread-atomic' into merge_luciano 2019-01-31 14:37:09 +01:00
freak4pc
9a7c3dbdd6 Align arity.tt files 2019-01-30 20:19:57 +01:00
freak4pc
ba9719319d Update Observable+ConcatTests.swift 2019-01-30 20:19:57 +01:00
freak4pc
a18730d16b explicit_init: Remove explicit init calls 2019-01-30 20:19:57 +01:00
freak4pc
a1323bbd4f pattern_matching_keywords: Common matching of switch cases with prefix let 2019-01-30 20:19:57 +01:00
freak4pc
5b3d5fbd0a unneeded_parentheses_in_closure_argument: Remove closure argument parantheses 2019-01-30 20:19:57 +01:00
freak4pc
639bb8fb2e closure_spacing: Fix closure spacing around braces 2019-01-30 20:19:57 +01:00
freak4pc
2b58d5370a for_where: Use for/where instead of internal if where possible 2019-01-30 20:19:57 +01:00
freak4pc
98ed335d60 control_statement: Remove parantheses around conditionals 2019-01-30 20:19:57 +01:00
freak4pc
fd2457b3c1 empty_parentheses_with_trailing_closure: Remove unneeded parantheses for trailing closure 2019-01-30 20:19:57 +01:00
freak4pc
181cc9fca3 unneded_break_in_switch: Remove redundant breaks in switch statements 2019-01-30 20:19:57 +01:00